Skip to content

Commit

Permalink
Update preparation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
richardreeve committed Nov 16, 2022
1 parent 17f1927 commit b11cbc9
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: RPiR
Type: Package
Title: Reproducible Programming in R
Version: 0.76.1
Version: 0.76.2
Authors@R: c(person("Sonia", "Mitchell", email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0003-1536-2066")),
8 changes: 8 additions & 0 deletions vignettes/pages/preparation.Rmd
Original file line number Diff line number Diff line change
@@ -35,6 +35,14 @@ https://www.r-project.org. Then install these packages:
install.packages(c('devtools', 'rstudioapi', 'rdiversity', 'vegan', 'iNEXT'))
```

If you find yourself stuck in a loop of asking you to restart R, then it's okay
to say no.

If you have trouble getting vegan to install and you're on a Mac, then you
should go to [this site](https://github.com/fxcoudert/gfortran-for-macOS/releases)
and download the correct version of `gfortran` depending on your computer and
install it. Then restart R and try again!

Then check whether RStudio is up to date:

```{R, eval = FALSE}

0 comments on commit b11cbc9

Please sign in to comment.