Paul Campbell

Results 8 issues of Paul Campbell

Hi Bob, Thanks again for offering this! Let me know what I should do whenever you get the chance. Cheers, Paul

I have a shiny app with Roboto Condensed being the primary font. It links to a CSS stylesheet with the appropriate RC google fonts URL imported in: `@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');` It...

Hi Tim. I'm trying to save a png export with mapshot but the saved image is always blank. Reprex and saved image below. Thanks! ``` r sf::sf_extSoftVersion() #> GEOS GDAL...

Hi Joshua! I've been using your super nice hc sparklines inside shinydashboard value boxes as demonstrated in your blogpost: https://jkunst.com/blog/posts/2020-06-26-valuebox-and-sparklines/ But I've come across a strange bug when adding export...

Hey. I was just testing out the new `scale_cut` argument in version 1.2.0. The documentation suggests a named vector such as ` c(a = 100, b = 1000)` can be...

Hi John, I seem to have found a bar stack issue after updating to version 0.4.4 (was previously using 0.4.0 and did not have this problem with the exact same...

It looks like the yaml files [`get_france_regional_cases()`](https://github.com/epiforecasts/NCoVUtils/blob/master/R/get_france_regional_cases.R) reads from are no longer being updated so we need another data source. The[ opencovid19-fr github has a csv](https://github.com/opencovid19-fr/data/blob/master/dist/chiffres-cles.csv) compiling data for regions...

Hi there. Firstly many thanks for all the great progress on bslib. I really like the option of being able to have various page layouts within a `page_navbar` including some...