library/roles/R/defaults/main.yml: Convert the R defaults to the new syntax.
This commit is contained in:
parent
f2d4a0d199
commit
f9dbb40351
|
@ -67,27 +67,27 @@ r_plugins_packages_list:
|
||||||
- r-cran-survival
|
- r-cran-survival
|
||||||
|
|
||||||
r_plugins_list_to_install:
|
r_plugins_list_to_install:
|
||||||
- R2WinBUGS
|
- { name: 'R2WinBUGS', repo: '{{ r_cran_mirror_site }}' }
|
||||||
- R2jags
|
- { name: 'R2jags', repo: '{{ r_cran_mirror_site }}' }
|
||||||
- bayesmix
|
- { name: 'bayesmix', repo: '{{ r_cran_mirror_site }}' }
|
||||||
- coda
|
- { name: 'coda', repo: '{{ r_cran_mirror_site }}' }
|
||||||
- rjags
|
- { name: 'rjags', repo: '{{ r_cran_mirror_site }}' }
|
||||||
- runjags
|
- { name: 'runjags', repo: '{{ r_cran_mirror_site }}' }
|
||||||
- base
|
- { name: 'base', repo: '{{ r_cran_mirror_site }}' }
|
||||||
- compiler
|
- { name: 'compiler', repo: '{{ r_cran_mirror_site }}' }
|
||||||
- datasets
|
- { name: 'datasets', repo: '{{ r_cran_mirror_site }}' }
|
||||||
- grDevices
|
- { name: 'grDevices', repo: '{{ r_cran_mirror_site }}' }
|
||||||
- graphics
|
- { name: 'graphics', repo: '{{ r_cran_mirror_site }}' }
|
||||||
- grid
|
- { name: 'grid', repo: '{{ r_cran_mirror_site }}' }
|
||||||
- methods
|
- { name: 'methods', repo: '{{ r_cran_mirror_site }}' }
|
||||||
- parallel
|
- { name: 'parallel', repo: '{{ r_cran_mirror_site }}' }
|
||||||
- reshape
|
- { name: 'reshape', repo: '{{ r_cran_mirror_site }}' }
|
||||||
- splines
|
- { name: 'splines', repo: '{{ r_cran_mirror_site }}' }
|
||||||
- stats
|
- { name: 'stats', repo: '{{ r_cran_mirror_site }}' }
|
||||||
- stats4
|
- { name: 'stats4', repo: '{{ r_cran_mirror_site }}' }
|
||||||
- tcltk
|
- { name: 'tcltk', repo: '{{ r_cran_mirror_site }}' }
|
||||||
- tools
|
- { name: 'tools', repo: '{{ r_cran_mirror_site }}' }
|
||||||
- utils
|
- { name: 'utils', repo: '{{ r_cran_mirror_site }}' }
|
||||||
|
|
||||||
# r_plugins_from_sources:
|
# 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' }
|
# - { 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' }
|
||||||
|
|
Loading…
Reference in New Issue