library/roles/R/defaults/main.yml: Convert the R defaults to the new syntax.

This commit is contained in:
Andrea Dell'Amico 2016-09-22 18:13:54 +02:00
parent f2d4a0d199
commit f9dbb40351
1 changed files with 21 additions and 21 deletions

View File

@ -67,27 +67,27 @@ r_plugins_packages_list:
- r-cran-survival
r_plugins_list_to_install:
- R2WinBUGS
- R2jags
- bayesmix
- coda
- rjags
- runjags
- base
- compiler
- datasets
- grDevices
- graphics
- grid
- methods
- parallel
- reshape
- splines
- stats
- stats4
- tcltk
- tools
- utils
- { name: 'R2WinBUGS', repo: '{{ r_cran_mirror_site }}' }
- { name: 'R2jags', repo: '{{ r_cran_mirror_site }}' }
- { name: 'bayesmix', repo: '{{ r_cran_mirror_site }}' }
- { name: 'coda', repo: '{{ r_cran_mirror_site }}' }
- { name: 'rjags', repo: '{{ r_cran_mirror_site }}' }
- { name: 'runjags', repo: '{{ r_cran_mirror_site }}' }
- { name: 'base', repo: '{{ r_cran_mirror_site }}' }
- { name: 'compiler', repo: '{{ r_cran_mirror_site }}' }
- { name: 'datasets', repo: '{{ r_cran_mirror_site }}' }
- { name: 'grDevices', repo: '{{ r_cran_mirror_site }}' }
- { name: 'graphics', repo: '{{ r_cran_mirror_site }}' }
- { name: 'grid', repo: '{{ r_cran_mirror_site }}' }
- { name: 'methods', repo: '{{ r_cran_mirror_site }}' }
- { name: 'parallel', repo: '{{ r_cran_mirror_site }}' }
- { name: 'reshape', repo: '{{ r_cran_mirror_site }}' }
- { name: 'splines', repo: '{{ r_cran_mirror_site }}' }
- { name: 'stats', repo: '{{ r_cran_mirror_site }}' }
- { name: 'stats4', repo: '{{ r_cran_mirror_site }}' }
- { name: 'tcltk', repo: '{{ r_cran_mirror_site }}' }
- { name: 'tools', repo: '{{ r_cran_mirror_site }}' }
- { name: 'utils', repo: '{{ r_cran_mirror_site }}' }
# r_plugins_from_sources:
# - { name: 'plyr', version: '1.7.1', source: 'plyr_1.7.1.tar.gz', url: 'http://cran.r-project.org/src/contrib/Archive/plyr/plyr_1.7.1.tar.gz' }