From 65dc5f9821f019da09102dfe81f216c78309d794 Mon Sep 17 00:00:00 2001 From: Thierry Gosselin Date: Mon, 10 Apr 2017 15:27:21 -0400 Subject: [PATCH] edit readme --- README.Rmd | 5 ++--- README.md | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.Rmd b/README.Rmd index f0ea31c..21ecb56 100644 --- a/README.Rmd +++ b/README.Rmd @@ -49,11 +49,10 @@ library(grur) # to load ``` ## Prerequisite - Suggestions - Troubleshooting - * **Parallel computing**: [Follow these steps](https://github.com/thierrygosselin/grur/blob/master/vignettes/vignette_imputations_parallel.Rmd) to install [randomForestSRC](http://www.ccs.miami.edu/~hishwaran/rfsrc.html) and [XGBoost](https://github.com/dmlc/xgboost) packages to really work in parallel. + * **Parallel computing**: [Follow these steps (~ 5 min)](https://github.com/thierrygosselin/grur/blob/master/vignettes/vignette_imputations_parallel.Rmd) to install [randomForestSRC](http://www.ccs.miami.edu/~hishwaran/rfsrc.html) and [XGBoost](https://github.com/dmlc/xgboost) packages to really work in parallel. * [Installation problems](https://github.com/thierrygosselin/grur/blob/master/vignettes/vignette_installation_problems.Rmd) * **Windows users**: Install [Rtools](https://cran.r-project.org/bin/windows/Rtools/). - * For a better experience in **grur**, I recommend using [RStudio](https://www.rstudio.com/products/rstudio/download/). - The R GUI is unstable with functions using parallel ([more info](https://stat.ethz.ch/R-manual/R-devel/library/parallel/html/mclapply.html)). + * The R GUI is unstable with functions using parallel ([more info](https://stat.ethz.ch/R-manual/R-devel/library/parallel/html/mclapply.html)), so I recommend using [RStudio](https://www.rstudio.com/products/rstudio/download/) for a better experience. ## Features | Caracteristics | Description | diff --git a/README.md b/README.md index 9248340..bc0de3e 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,10 @@ library(grur) # to load Prerequisite - Suggestions - Troubleshooting -------------------------------------------- -- **Parallel computing**: [Follow these steps](https://github.com/thierrygosselin/grur/blob/master/vignettes/vignette_imputations_parallel.Rmd) to install [randomForestSRC](http://www.ccs.miami.edu/~hishwaran/rfsrc.html) and [XGBoost](https://github.com/dmlc/xgboost) packages to really work in parallel. +- **Parallel computing**: [Follow these steps (~ 5 min)](https://github.com/thierrygosselin/grur/blob/master/vignettes/vignette_imputations_parallel.Rmd) to install [randomForestSRC](http://www.ccs.miami.edu/~hishwaran/rfsrc.html) and [XGBoost](https://github.com/dmlc/xgboost) packages to really work in parallel. - [Installation problems](https://github.com/thierrygosselin/grur/blob/master/vignettes/vignette_installation_problems.Rmd) - **Windows users**: Install [Rtools](https://cran.r-project.org/bin/windows/Rtools/). -- For a better experience in **grur**, I recommend using [RStudio](https://www.rstudio.com/products/rstudio/download/). The R GUI is unstable with functions using parallel ([more info](https://stat.ethz.ch/R-manual/R-devel/library/parallel/html/mclapply.html)). +- The R GUI is unstable with functions using parallel ([more info](https://stat.ethz.ch/R-manual/R-devel/library/parallel/html/mclapply.html)), so I recommend using [RStudio](https://www.rstudio.com/products/rstudio/download/) for a better experience. Features --------