You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: traits/03-access-r-traits.Rmd
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -11,17 +11,18 @@ The rOpenSci traits package makes it easier to query the TERRA REF trait databas
11
11
12
12
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).
13
13
14
-
### Install the package
14
+
### Install the traits package
15
15
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}
17
19
devtools::install_github('terraref/traits')
18
20
```
19
21
20
22
Now, we can load the packages that we will need to get started.
0 commit comments