r-lib / remotes

Install R packages from GitHub, GitLab, Bitbucket, git, svn repositories, URLs
https://remotes.r-lib.org/
Other
325 stars 152 forks source link

Turn off crancache in general #768

Open gaborcsardi opened 11 months ago

gaborcsardi commented 11 months ago

And opt-in in revdepcheck.

It causes problems, e.g. this ends up with a cached dev package (macos x86_64):

crancache::crancache_clean()
remove.packages("rsconnect")
remotes::install_cran("rsconnect")
remotes::install_github("rstudio/rsconnect")

cc @aronatkins