Jim Hester
Jim Hester
FWIW the "easiest" way I have found to do this is to delete the cache in the javascript console while you are logged into appveyor, e.g. https://github.com/appveyor/ci/issues/985#issuecomment-279199811
Just added with https://github.com/travis-ci/travis-build/pull/885, I would suggest doing something similar with a site Makevars on appveyor rather than using the user `~/.R/Makevars` directly.
@D-Se `R_GetCurrentEnv()` is not a direct equivalent to `parent.frame()`. The latter is a safer way to ensure you are getting the correct environment, I would recommend sticking with that approach....
Sounds good, thanks for the prompt reply, and good luck getting the new bsts through CRAN.
:+1:, I have this same issue, https://github.com/r-lib/revdepcheck/issues/77 is somewhat related. However there is AFAIK no way to programatically have Dropbox ignore directories, you have to toggle selective sync manually. So...
Yeah just a root seems fine to me.
Another issue with storing revdep results in the package directory is when building the package, as even if `revdep` is in `.Rbuildignore` the directory is still copied, then deleted, which...
I think we should probably just not allow multiple versions of the same package. If you did want to you could store the normalized path to the package below the...
I guess we could use the rules from https://github.com/rstudio/r-system-requirements maybe...