Merging upstream version 2.11.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e1036806b7
commit
b40b2e7e52
33 changed files with 586 additions and 19 deletions
9
testing/get-r.sh
Executable file
9
testing/get-r.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
sudo apt install r-base
|
||||
# create empty folder for user library.
|
||||
# necessary for non-root users who have
|
||||
# never installed an R package before.
|
||||
# Alternatively, we require the renv
|
||||
# package to be installed already, then we can
|
||||
# omit that.
|
||||
Rscript -e 'dir.create(Sys.getenv("R_LIBS_USER"), recursive = TRUE)'
|
Loading…
Add table
Add a link
Reference in a new issue