forked from ISTI-ansible-roles/ansible-roles
library/roles/R/defaults/main.yml: Link to an untested Ubuntu R packages PPA
This commit is contained in:
parent
cae4d2a7f7
commit
79e8312f16
|
@ -1,5 +1,7 @@
|
||||||
---
|
---
|
||||||
#
|
#
|
||||||
|
# There's an untrusted Ubuntu PPA repository with gobs of packages and dependencies: https://launchpad.net/~marutter/+archive/ubuntu/c2d4u NOT TESTED
|
||||||
|
#
|
||||||
# To list the installed R packages
|
# To list the installed R packages
|
||||||
# Run R, then execute
|
# Run R, then execute
|
||||||
# packinfo <- installed.packages (fields = c ("Package", "Version"))
|
# packinfo <- installed.packages (fields = c ("Package", "Version"))
|
||||||
|
|
Loading…
Reference in New Issue