Aron Atkins

Results 9 comments of Aron Atkins

I filed this issue because I found that I was making mistakes when altering the columns in the display. I would add a value to `reactable::reactable(columns=...)` but forget to add...

The `LINTR_ERROR_ON_LINT` environment variable provides the default for the `lintr` option `error_on_lint`, which should provide the option that folks want. We have another project that has a CI check that...

Note: The `bsicons` repo is now public, so this particular combination no longer presents the same error.

As a workaround, the Plumber API can return the root HTML as an API response and then serve the remainder of the static assets from an alternate route. Here is...

Just a note here -- #563 has auto-closed, but we would like a path forward for this work. We have had quite a bit of success using this patch.

We are still investigating, but here are some early findings: - `feather` requires C++-11 and we do not have a new enough C++ compiler on the RStudio Connect beta server....

The RStudio Connect beta server is available as a means for our customers to see some of the features before installing the product on-premise. In an actual deployment, customers are...

Similar to @scottporter - our CI runs against R code outside an R package that is in a read-only directory structure. We want to use the `_snaps` directory, but treat...

We have also hit this, as we are using testthat to test R code outside of an R package, and those tests happen to live in `test/R` beneath the project...