Skip to content

Commit

Permalink
update check
Browse files Browse the repository at this point in the history
  • Loading branch information
realxinzhao committed Oct 26, 2023
1 parent c3c9068 commit 8972358
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up R
uses: r-lib/actions/setup-r@v1
with:
r-version: 4.1
r-version: 4.0

- name: Install dependencies
run: R -e 'install.packages(c("devtools", "roxygen2"))'
Expand Down
6 changes: 3 additions & 3 deletions vignettes/vignette_preparing_data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ gcamfaostat_metadata()
```

``` {r, echo=FALSE, warning=FALSE, message=FALSE}
devtools::load_all()
library(gcamfaostat)
library(dplyr)
library(kableExtra)
getwd()
gcamfaostat_metadata(.DIR_RAW_DATA_FAOSTAT = file.path("..", DIR_RAW_DATA_FAOSTAT)) %>%
gcamfaostat_metadata(.DIR_RAW_DATA_FAOSTAT = file.path("..", "inst/extdata/aglu/FAO/FAOSTAT")) %>%
select(-`Local file size`) -> p
Expand Down

0 comments on commit 8972358

Please sign in to comment.