Skip to content

Commit 3068b74

Browse files
committed
use load_all instead of library
1 parent 02689bf commit 3068b74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analysis/my_report.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ output: html_document
66
---
77
```{r setup, include=FALSE}
88
knitr::opts_chunk$set(echo = TRUE)
9-
library(YoMos2020)
9+
devtools::load_all(".")
1010
```
1111
# This is the temperature analysis
1212
```{r}

0 commit comments

Comments
 (0)