Skip to content

Commit

Permalink
build: remove dependency to here package
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasverus committed Feb 11, 2024
1 parent 7cb1876 commit ce05a43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,5 @@ Imports:
utils,
vroom
Suggests:
here,
knitr,
rmarkdown
2 changes: 1 addition & 1 deletion vignettes/forcis.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ library("forcis")

```{r 'to-develop'}
# Define the path to store data ----
path <- here::here()
# path <- here::here()
# Download the latest version of FORCIS database (from Zenodo) ----
get_forcis_db(path = path)
Expand Down

0 comments on commit ce05a43

Please sign in to comment.