Skip to content

Commit

Permalink
Fix a spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Nov 14, 2017
1 parent fa981e6 commit 447ed99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/drake.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ devtools::install_github(
install_github("wlandau-lilly/drake", build = TRUE) # dev version
```

- You must properly install `drake` using `install.packages()`, `devtools::install_github()`, or similar. It is not enough to use `devtools::load_all()`, particularly for the parallel computing functionality, in which muliple R sessions initialize and then try to `require(drake)`.
- You must properly install `drake` using `install.packages()`, `devtools::install_github()`, or similar. It is not enough to use `devtools::load_all()`, particularly for the parallel computing functionality, in which multiple R sessions initialize and then try to `require(drake)`.
- For `make(..., parallelism = "Makefile")`, Windows users need to download and install [`Rtools`](https://cran.r-project.org/bin/windows/Rtools/).

# Quickstart
Expand Down

0 comments on commit 447ed99

Please sign in to comment.