HenrikBengtsson / CBI-software

A Scientific Software Stack for HPC (CentOS oriented)
https://wynton.ucsf.edu/hpc/software/software-repositories.html
5 stars 2 forks source link

r: Update R_REPOS_ROOT to /wynton/group/... from /wynton/home/... #10

Open HenrikBengtsson opened 4 years ago

HenrikBengtsson commented 4 years ago
local r_repos_root = pathJoin(os.getenv("CBI_SHARED_ROOT"), "mirrors", "r-mirrors")
pushenv("R_REPOS_ROOT", r_repos_root)

The current work via a symbolic file link, so it's only the 'r' module files that need to be updated.