You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
778 B
25 lines
778 B
--- |
|
|
|
# https://cran.r-project.org/doc/manuals/r-devel/NEWS.html # R changelog |
|
R_version: 4.0.5 |
|
R_directory: /opt/R |
|
|
|
install_R: false |
|
update_R: false |
|
update_packages_R: false |
|
reinstall_packages_R: false |
|
|
|
# https://github.com/gohugoio/hugo/releases |
|
hugo_version: 0.87.0 |
|
CRAN_repo: "https://www.stats.bris.ac.uk/R/" |
|
|
|
# don't use .libPaths() in this role - it may not contain the expected paths, |
|
# especially during major upgrades |
|
# use the following RLIBS_* variables instead |
|
# aka .libPaths()[1] |
|
RLIBS_USER: "{{ ansible_env.HOME }}/R/x86_64-pc-linux-gnu-library/{{ R_version }}" |
|
# aka .libPaths()[2] |
|
RLIBS_SYSTEM: "{{ R_directory }}/{{ R_version }}/lib/R/library" |
|
|
|
# keep renv local cache on the shared NFS drive BAY |
|
RENV_PATHS_ROOT: "{{ bay_root_path }}/taha/local/share/renv"
|
|
|