Version information
released Mar 29th 2016
This version is compatible with:
Start using this module
Add this module to your Puppetfile:
mod 'tallsam-puppetr', '0.0.1'
Learn more about managing modules with a PuppetfileDocumentation
tallsam/puppetr — version 0.0.1 Mar 29th 2016
Puppet R module
This module gives you the ability to install R, but also R packages.
Usage
To install R you need to include the class...
class { 'r': }
Then define any packages you want to be installed...
r::package { 'ggplot2': }
r::package { 'reshape': }
To define a package, and all required dependencies, use this format: r::package { 'reshape': dependencies => true, }
on RHEL/CentOS machines, make sure you have EPEL enabled, or R won't install properly.