Skip to content

Commit

Permalink
* edit readme to recommend Rtools for windows users
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrygosselin committed Aug 25, 2016
1 parent d779779 commit a53b70b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,8 @@ assigner::install_gsi_sim(fromSource = TRUE) # to install gsi_sim from source
[vignette](https://github.com/thierrygosselin/stackr/blob/master/vignettes/vignette_installation_problems.Rmd)
* I recommend using [RStudio](https://www.rstudio.com/products/rstudio/download/)
to run **assigner**. The R GUI is unstable with functions using parallel.
* **Windows users**: to have *assigner* run in parallel, you need to install
and load [parallelsugar](https://github.com/nathanvan/parallelsugar) [instructions](https://github.com/nathanvan/parallelsugar#installation).

* **Windows users**: 1. Install [Rtools](https://cran.r-project.org/bin/windows/Rtools/). 2. To have *assigner* run in parallel, use [parallelsugar](https://github.com/nathanvan/parallelsugar).
Easy to install and use ([instructions](https://github.com/nathanvan/parallelsugar#installation)).
**Dependencies:**
* **Imports:** adegenet, data.table, ggplot2, lazyeval, parallel, purrr, randomForestSRC, readr, stringi, stringr, tidyr, utils, plyr, dplyr (>= 0.5.0), stackr (>= 0.2.9)
* **Suggests:** devtools, knitr, rmarkdown
Expand Down

0 comments on commit a53b70b

Please sign in to comment.