testthat
test suite which has been run manually in the following RStudio environments with no ERRORs or WARNINGs:We checked 3 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
This is a resubmission. For this version, I have:
options(warn = -1)
.print.jobcode()
.I appreciate why one would generally ban calls to rm(list = ls()
.
But these lines are only found in export()
which can only run within RStudio
jobs (if rstudioapi::isAvailable() == TRUE & getOption("is.job", FALSE) == TRUE
).
job
can never remove anything from the user's global workspace or filespace.
rm()
is the only way to control what is returned from the job since the underlying
rstudioapi::runJobScript()
returns the full job environment upon completion.
This is a resubmission. For this version, I have:
testthat
test suite, which has been run manually in the following RStudio environments:This package is currently used by at least a few hundred users and the initial bugs have been fixed.
There were no ERRORs, WARNINGs
There was 1 NOTE:
These are the very terms used by RStudio: https://rstudio.github.io/rstudioaddins/
This is the initial submission so there are no downstream dependencies.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.