RevolutionAnalytics / checkpoint

Install R packages from snapshots on checkpoint-server
164 stars 38 forks source link

deafault checkpointLocation #310

Closed ethanbsmith closed 3 years ago

ethanbsmith commented 3 years ago

instead of defaulting the checkpointLocation in checkpoint() to the root of the users home directory "~/", could you use Sys.getenv("R_LIBS_USER") as this env variable is intended to specify user lib locations

ethanbsmith commented 3 years ago

r_libs_user can contain multiple paths