serlophug.Rproject
Instala la versión más reciente de R. Si necesitas un editor gráfico, este rol puede instalar: R Commander y R Studio.
Página de R Project: https://www.r-project.org/
Página de R Studio: https://www.rstudio.com/
Página de R Commander: http://www.rcommander.com/
Variables del Rol
install_rcommander: Si se debe instalar R Commander o no. Por defecto:false.install_rstudio: Si se debe instalar R Studio o no. Por defecto:false.
Ejemplo de Playbook
Instalar R y R Commander:
- hosts: all
roles:
- { role: 'serlophug.Rproject', install_rcommander: true}
Instalar R y R Studio:
- hosts: all
roles:
- { role: 'serlophug.Rproject', install_rstudio: true}
Licencia
Licencia Pública General de GNU v2 [1]
Acerca del proyecto
Install the latest version of R, R Commander and R Studio.
Instalar
ansible-galaxy install serlophug.RprojectLicencia
Unknown
Descargas
150
Propietario
Ph.D in Computer Science. Universitat Politècnica de València.
