serlophug.Rproject
Projet R
Installez la dernière version de R. Si vous avez besoin d'un éditeur graphique, ce rôle peut installer : R Commander et R Studio.
Projet R : https://www.r-project.org/
R Studio : https://www.rstudio.com/
R Commander : http://www.rcommander.com/
Variables de Rôle
install_rcommander
: Indique si R Commander doit être installé ou non. Par défaut :false
.install_rstudio
: Indique si R Studio doit être installé ou non. Par défaut :false
.
Exemple de Playbook
Installer R et R Commander :
- hosts: all
roles:
- { role: 'serlophug.Rproject', install_rcommander: true}
Installer R et R Studio :
- hosts: all
roles:
- { role: 'serlophug.Rproject', install_rstudio: true}
Licence
Licence Publique Générale GNU v2 [1]
À propos du projet
Install the latest version of R, R Commander and R Studio.
Installer
ansible-galaxy install serlophug.Rproject
Licence
Unknown
Téléchargements
141
Propriétaire
Ph.D in Computer Science. Universitat Politècnica de València.