Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/update-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
any::rcmdcheck
ropenspain/rostemplate
dieghernan/pkgdev
needs: website

- name: Install optipng
run: |
Expand Down Expand Up @@ -63,7 +64,7 @@ jobs:

- name: Update docs
run: |

pkgdev::update_docs()

shell: Rscript {0}
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ mapSpain*.tgz
Meta
CRAN-RELEASE
cran-comments.md
dev
doc
docs
figure
Expand Down
10 changes: 6 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,22 @@ Imports:
giscoR (>= 1.0.0),
httr2,
jsonlite,
leaflet (>= 2.0.0),
lifecycle,
rappdirs (>= 0.3.0),
sf (>= 1.0.0),
terra (>= 1.1-4),
testthat (>= 3.0.0),
tibble,
tools,
utils
Suggests:
dplyr,
ggplot2 (>= 3.5.0),
knitr,
leaflet (>= 2.0.0),
quarto,
terra (>= 1.1-4),
testthat (>= 3.0.0),
tidyterra
tidyterra,
withr
VignetteBuilder:
quarto
Config/Needs/check: curl
Expand Down
Loading