Skip to content

Commit 3723051

Browse files
committed
minor fixes to traits/03
1 parent 3c5a154 commit 3723051

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

traits/03-access-r-traits.Rmd

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,18 @@ The rOpenSci traits package makes it easier to query the TERRA REF trait databas
1111

1212
First, make sure we have the latest version from the terraref fork of the repository on github. (you can install using the standard `install.packages('traits')` but as of Jan 2018 this version times out on very large datasets).
1313

14-
### Install the package
14+
### Install the traits package
1515

16-
```{r install_traits, echo=FALSE}
16+
This is for users working on their own computer - if you are using the TERRA REF Rstudio Docker container (including on workbench) you can skip this step.
17+
18+
```{r install_traits, echo=FALSE, eval = FALSE}
1719
devtools::install_github('terraref/traits')
1820
```
1921

2022
Now, we can load the packages that we will need to get started.
2123

2224
```{r 00-setup}
2325
library(traits)
24-
knitr::opts_chunk$set(echo = FALSE, cache = TRUE)
2526
library(ggplot2)
2627
library(ggthemes)
2728
theme_set(theme_bw())

0 commit comments

Comments
 (0)