From fc9ecd9ad79d8ad7458034bc079c44a4493eae87 Mon Sep 17 00:00:00 2001 From: Omar Zapata Date: Wed, 13 Jan 2016 19:41:10 -0500 Subject: [PATCH 1/3] ROOTR: updated documentation --- .../r/doc/users-guide/ROOTR Users Guide.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/bindings/r/doc/users-guide/ROOTR Users Guide.md b/bindings/r/doc/users-guide/ROOTR Users Guide.md index 5bde4993afa60..b3e7a714dcadc 100644 --- a/bindings/r/doc/users-guide/ROOTR Users Guide.md +++ b/bindings/r/doc/users-guide/ROOTR Users Guide.md @@ -52,10 +52,17 @@ install.packages(c('Rcpp','RInside')) ~~~ select a mirror and install. +Install the next additional packages for R TMVA interface + +~~~{.sh} +install.packages(c('C50','RSNNS','e1071','xgboost')) +~~~ + + Download code from git repo ~~~{.sh} -git clone -b master-root-R https://github.com/lmoneta/root.git +git clone http://root.cern.ch/git/root.git ~~~ To compile ROOTR lets to create a compilation directory and to activate it use cmake -Dr=ON .. @@ -86,10 +93,17 @@ Install needed R packages, open R and in the prompt type install.packages(c('Rcpp','RInside')) ~~~ select a mirror and install. + +Install the next additional packages for R TMVA interface + +~~~{.sh} +install.packages(c('C50','RSNNS','e1071','xgboost')) +~~~ + Download code from git repo ~~~{.sh} -git clone -b master-root-R https://github.com/lmoneta/root.git +git clone http://root.cern.ch/git/root.git ~~~ To compile ROOTR lets to create a compilation directory and to activate it use cmake -Dr=ON .. From 94ecdd6804325cf6ccdae986ecf7c274281f741b Mon Sep 17 00:00:00 2001 From: Omar Zapata Date: Wed, 13 Jan 2016 19:47:51 -0500 Subject: [PATCH 2/3] ROOTR: updated links in documentation --- bindings/r/doc/users-guide/ROOTR Users Guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bindings/r/doc/users-guide/ROOTR Users Guide.md b/bindings/r/doc/users-guide/ROOTR Users Guide.md index b3e7a714dcadc..406fb8dcb21bf 100644 --- a/bindings/r/doc/users-guide/ROOTR Users Guide.md +++ b/bindings/r/doc/users-guide/ROOTR Users Guide.md @@ -19,8 +19,8 @@ ROOTR also has a R events processing system, which allows to use the R graphical ## INSTALLATION To install ROOTR please read first. -- [http://root.cern.ch/drupal/content/installing-root-source](http://root.cern.ch/drupal/content/installing-root-source) -- [http://root.cern.ch/drupal/content/build-prerequisites](http://root.cern.ch/drupal/content/build-prerequisites) +- [https://root.cern.ch/building-root](https://root.cern.ch/building-root) +- [https://root.cern.ch/build-prerequisites](https://root.cern.ch/build-prerequisites) ### COMPILING ROOTR ON MAC WITH CMAKE: @@ -31,7 +31,7 @@ To install ROOTR please read first. - xcode - [http://xquartz.macosforge.org/](http://xquartz.macosforge.org/) -- R last version [http://cran.rstudio.com/bin/macosx/R-3.1.3-mavericks.pkg](http://cran.rstudio.com/bin/macosx/R-3.1.3-mavericks.pkg) +- R last version [https://cran.rstudio.com/bin/macosx/R-3.2.3.pkg](https://cran.rstudio.com/bin/macosx/R-3.2.3.pkg) - [http://www.cmake.org/files/v3.2/cmake-3.2.1-Darwin-x86_64.dmg](http://www.cmake.org/files/v3.2/cmake-3.2.1-Darwin-x86_64.dmg) To compile with cmake added into ~/.profile From 588b2cf3a79c64afd51d48342086c55195cfe267 Mon Sep 17 00:00:00 2001 From: Omar Zapata Date: Wed, 13 Jan 2016 19:56:07 -0500 Subject: [PATCH 3/3] ROOTR: removed uneeded link to old documentation --- bindings/r/doc/users-guide/ROOTR Users Guide.md | 1 - 1 file changed, 1 deletion(-) diff --git a/bindings/r/doc/users-guide/ROOTR Users Guide.md b/bindings/r/doc/users-guide/ROOTR Users Guide.md index 406fb8dcb21bf..940a050a0143d 100644 --- a/bindings/r/doc/users-guide/ROOTR Users Guide.md +++ b/bindings/r/doc/users-guide/ROOTR Users Guide.md @@ -856,6 +856,5 @@ void Integration() ## Users Guide Sites - http://oproject.org/tiki-index.php?page=ROOT+R+Users+Guide -- https://root.cern.ch/drupal/content/how-use-r-root-root-r-interface