Sean Browning
Sean Browning
**Describe the bug** Smart/background knitting session ignores workspace .RProfile. This is an issue in my case, as I use {renv} and the background process can't locate the library path even...
This might be a silly thought, but I'm curious if there's a way to bulk-export all issues/PRs across all projects without explicitly naming them all. I figured it would be...
I've noticed in several of my projects where I sometimes use data.table and dplyr together that an obscure error can arise if you attempt to perform a mutating join on...
One feature that I think is missing (or maybe it's not and I just haven't found it documented), is a way to give each popup a unique title beyond the...
## Prework * [x] Read and agree to the [code of conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct.html) and [contributing guidelines](https://github.com/rstudio/gt/blob/master/.github/CONTRIBUTING.md). * [x] If there is [already a relevant issue](https://github.com/rstudio/gt/issues), whether open or closed, comment on...
The whitespace package will avoid removing trailing whitespace for markdown files by default, but this is not done for `.Rmd` files, so trailing white space is trimmed and it often...
Maybe there is a greater reason for this that I am blind to, but I think it's a bit odd that all the other functions in the package are prefixed...
Disconnect final dashboard connections that rely on this repo and archive for good.
@dorquiola @als329 [get_country.R#L83](https://github.com/CDCgov/ITF_Power_BI/blob/master/Rfunctions/get_country.R#L83) expects a table from CIA world factbook which as of 1/27 doesn't exist: https://www.cia.gov/the-world-factbook/field/population/country-comparison.  This breaks the Internal dashboard refresh at [0_output_data.R#L31](https://github.com/CDCgov/ITF_Power_BI/blob/master/itf_dashboard/0_output_data.R#L31) where it's called. ##...
## Rationale I use R (or Python) for ETL and write simple summary statistics while processing the data. I recently wanted to visualize a five-num summary I wrote out for...