Skip to content

Commit

Permalink
Added build_vignettes = TRUE argument to readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
Antigoni Kaliontzopoulou committed Apr 15, 2019
1 parent 3082062 commit 44e8d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ For Mac users: please also install XQuartz from <https://www.xquartz.org/>. Thi

<code> install.packages("devtools")</code>

<code> devtools::install_github("geomorphR/geomorph",ref = "Stable")</code>
<code> devtools::install_github("geomorphR/geomorph", ref = "Stable", build_vignettes = TRUE)</code>

This installs a stable release of the current version of geomorph on CRAN, allowing us to quickly fix errors that slip thorough the cracks and are uploaded with the CRAN version.

Expand All @@ -25,6 +25,6 @@ This installs a stable release of the current version of geomorph on CRAN, allow

<code> install.packages("devtools")</code>

<code> devtools::install_github("geomorphR/geomorph",ref = "Develop")</code>
<code> devtools::install_github("geomorphR/geomorph", ref = "Develop", build_vignettes = TRUE)</code>

## NOTE FOR THE PRE-RELEASE (BETA) VERSION: We strongly discourage you from publishing results with this version, unless you check with the authors first.

0 comments on commit 44e8d4e

Please sign in to comment.