Closed ethanbsmith closed 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
checkpointLocation
checkpoint()
"~/"
Sys.getenv("R_LIBS_USER")
r_libs_user can contain multiple paths
instead of defaulting the
checkpointLocation
incheckpoint()
to the root of the users home directory"~/"
, could you useSys.getenv("R_LIBS_USER")
as this env variable is intended to specify user lib locations