Skip to content

serlophug/ansible-role-Rproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License Build Status R-Project

Install the latest version of R. If you need a graphical editor, this role can 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: Whether or not install R Commander. Default: false.
  • install_rstudio: Whether or not install R Studio. Default: false.

Example Playbook

Install R and R Commander:

- hosts: all
  roles:
    - { role: 'serlophug.Rproject', install_rcommander: true}

Install R and R Studio:

- hosts: all
  roles:
	 - { role: 'serlophug.Rproject', install_rstudio: true}

License

GNU General Public License v2 [1]

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published