serlophug.Rproject
Installiere die neueste Version von R. Wenn du einen grafischen Editor benötigst, kann diese Rolle R Commander und R Studio installieren.
R Projekt: https://www.r-project.org/
R Studio: https://www.rstudio.com/
R Commander: http://www.rcommander.com/
Rollenvariablen
install_rcommander
: Ob R Commander installiert werden soll oder nicht. Standard:false
.install_rstudio
: Ob R Studio installiert werden soll oder nicht. Standard:false
.
Beispiel-Playbook
Installiere R und R Commander:
- hosts: all
roles:
- { role: 'serlophug.Rproject', install_rcommander: true}
Installiere R und R Studio:
- hosts: all
roles:
- { role: 'serlophug.Rproject', install_rstudio: true}
Lizenz
GNU Allgemeine Öffentliche Lizenz v2 [1]
Über das Projekt
Install the latest version of R, R Commander and R Studio.
Installieren
ansible-galaxy install serlophug.Rproject
Lizenz
Unknown
Downloads
141
Besitzer
Ph.D in Computer Science. Universitat Politècnica de València.