serlophug.Rproject
This role installs the latest version of R. If you want a graphical editor, it can also install R Commander and R Studio.
- R Project: https://www.r-project.org/
- R Studio: https://www.rstudio.com/
- R Commander: http://www.rcommander.com/
Role Variables
install_rcommander
: Set to true to install R Commander. Default isfalse
.install_rstudio
: Set to true to install R Studio. Default isfalse
.
Example Playbook
To install R and R Commander:
- hosts: all
roles:
- { role: 'serlophug.Rproject', install_rcommander: true}
To install R and R Studio:
- hosts: all
roles:
- { role: 'serlophug.Rproject', install_rstudio: true}
License
This project is licensed under the GNU General Public License v2 [1].
Informazioni sul progetto
Install the latest version of R, R Commander and R Studio.
Installa
ansible-galaxy install serlophug.Rproject
Licenza
Unknown
Download
141
Proprietario
Ph.D in Computer Science. Universitat Politècnica de València.