serlophug.Rproject

License Build Status R-Project =========

This role installs the latest version of R. If you want a graphical editor, it can also install R Commander and R Studio.

Role Variables

  • install_rcommander: Set to true to install R Commander. Default is false.
  • install_rstudio: Set to true to install R Studio. Default is false.

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].

[1] https://www.r-project.org/COPYING

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.