Skip to content

Commit 589f4c7

Browse files
committed
* added ending to comment in index.Rmd
* set python engine to python3
1 parent c09f971 commit 589f4c7

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

index.Rmd

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ At a minimum, you should have:
4242
We have tried to write these tutorials using open access sample data sets. However, access to much of the data will require you to 1) fill out the TERRA REF Beta user questionaire ([terraref.org/beta](terraref.org/beta)) and 2) request access to specific databases.
4343

4444
<!-- Not sure where this goes, either in documentation or perhaps in an appendix. But I don't think this belongs in the introduction. Perhaps after the vignettes chaper
45+
-->
4546

4647
## Ways of Acessing Data
4748

@@ -72,7 +73,10 @@ The TERRA REF Technical Documentation: [docs.terraref.org](docs.terraref.org)
7273
- about the data in the [reference-data repository](https://github.com/terraref/reference-data/issues)
7374

7475
```{r, include = FALSE}
75-
knitr::opts_chunk$set(echo = FALSE)
76+
knitr::opts_chunk$set(echo = FALSE,
77+
engine.path = list(
78+
python = 'python3'
79+
))
7680
7781
options(warn = -1)
7882
```

0 commit comments

Comments
 (0)