tjmahr / notestar

notestar is a notebook system built on the targets package: notes with targets.
GNU General Public License v3.0
29 stars 1 forks source link

create a usethis-like helper for renv #5

Open tjmahr opened 2 years ago

tjmahr commented 2 years ago

We don't need to worry about setting an external directory for the cache because renv 0.15.0 does this by default.

renv now uses an external library by default for R package projects, with the library located within tools::R_user_dir("renv", "cache"). This directory can be configured via the RENV_PATHS_LIBRARY_ROOT environment variable if desired. See vignette("packages", package = "renv") for more details. (#384)

tjmahr commented 2 years ago

We also don't need to see sandboxing to false anymore because that is now disabled by default.