Skip to content

ramnathv/RRT

 
 

Repository files navigation

RRT

Reproducibile R Toolkit

master: dev:

Installation

On Linux, get xml C library first (on the command line)

(sudo) apt-get update
(sudo) apt-get install r-cran-xml

You may need libcurl too. Do report in the issues tab if you run into this problem.

Get dependency miniCRAN that is not on CRAN

In an R session

install.packages("devtools")
library("devtools")
devtools::install_github("andrie/miniCRAN")
devtools::install_github("ropensci/git2r")

Then install RRT

devtools::install_github("RevolutionAnalytics/RRT")
library("RRT")

Examples

See the RRT wiki for examples.

Bugs or feature requests

Post an issue on the Issue tracker

Made by

Revolution Analytics

About

Reproducibile R Toolkit

Resources

License

Stars

Watchers

Forks

Packages

No packages published