-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #171 from inbo/dev_nextrelease
Release version 0.9.0
- Loading branch information
Showing
42 changed files
with
2,964 additions
and
2,421 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,11 +8,11 @@ name: site-deploy | |
|
||
jobs: | ||
site-deploy: | ||
runs-on: ubuntu-20.04 | ||
runs-on: ubuntu-22.04 | ||
env: | ||
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
|
||
- uses: r-lib/actions/setup-pandoc@v2 | ||
|
||
|
@@ -23,14 +23,9 @@ jobs: | |
- uses: r-lib/actions/setup-r-dependencies@v2 | ||
with: | ||
cache-version: ${{ secrets.CACHE_VERSION }} | ||
extra-packages: local::. | ||
extra-packages: local::., [email protected] | ||
needs: website | ||
|
||
- name: Install pkgdown version | ||
run: | | ||
remotes::install_version("pkgdown", "1.6.1") | ||
shell: Rscript {0} | ||
|
||
- name: Deploy package | ||
run: | | ||
git config --local user.email "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,11 +8,11 @@ name: site-devel | |
|
||
jobs: | ||
site-devel: | ||
runs-on: ubuntu-20.04 | ||
runs-on: ubuntu-22.04 | ||
env: | ||
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/checkout@v3 | ||
|
||
- uses: r-lib/actions/setup-pandoc@v2 | ||
|
||
|
@@ -23,20 +23,15 @@ jobs: | |
- uses: r-lib/actions/setup-r-dependencies@v2 | ||
with: | ||
cache-version: ${{ secrets.CACHE_VERSION }} | ||
extra-packages: local::. | ||
extra-packages: local::., [email protected] | ||
needs: website | ||
|
||
- name: Install pkgdown version | ||
run: | | ||
remotes::install_version("pkgdown", "1.6.1") | ||
shell: Rscript {0} | ||
|
||
- name: Build site | ||
run: | | ||
Rscript -e 'options(rmarkdown.html_vignette.check_title = FALSE); pkgdown::build_site()' | ||
- name: Upload pkgdown-site as artifact | ||
uses: actions/upload-artifact@main | ||
uses: actions/upload-artifact@v3 | ||
with: | ||
name: pkgdown-site | ||
path: docs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: n2khab | ||
Title: Providing Preprocessed Reference Data for Flemish Natura 2000 Habitat Analyses | ||
Version: 0.8.0 | ||
Version: 0.9.0 | ||
Authors@R: c( | ||
person("Floris", "Vanderhaeghe", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6378-6229")), | ||
person("Toon", "Westra", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0003-2478-9459")), | ||
|
@@ -14,6 +14,7 @@ Authors@R: c( | |
person("Luc", "Denys", email = "[email protected]", role = c("ctb"), comment = c(ORCID = "0000-0002-1841-6579")), | ||
person("An", "Leyssen", email = "[email protected]", role = c("ctb"), comment = c(ORCID = "0000-0003-3537-286X")), | ||
person("Patrik", "Oosterlynck", email = "[email protected]", role = c("ctb"), comment = c(ORCID = "0000-0002-5712-0770")), | ||
person("Jeroen", "Vanden Borre", email = "[email protected]", role = c("ctb"), comment = c(ORCID = "0000-0002-0153-7243")), | ||
person("Nathalie", "Cools", email = "[email protected]", role = c("ctb"), comment = c(ORCID = "0000-0002-7059-2318")), | ||
person("Bruno", "De Vos", email = "[email protected]", role = c("ctb"), comment = c(ORCID = "0000-0001-9523-3453")), | ||
person("Suzanna", "Lettens", email = "[email protected]", role = c("ctb"), comment = c(ORCID = "0000-0001-5032-495X")), | ||
|
@@ -30,38 +31,38 @@ Depends: | |
R (>= 3.5.0) | ||
Imports: | ||
assertthat, | ||
curl, | ||
dplyr, | ||
forcats, | ||
git2rdata (>= 0.4.0), | ||
magrittr, | ||
plyr, | ||
purrr, | ||
remotes, | ||
rlang, | ||
rprojroot, | ||
sf, | ||
stringr, | ||
tibble, | ||
tidyr (>= 1.0.0), | ||
withr | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 7.2.1 | ||
RoxygenNote: 7.2.3 | ||
Suggests: | ||
bib2df, | ||
curl, | ||
digest, | ||
googledrive, | ||
jsonlite, | ||
knitr, | ||
mapview, | ||
openssl, | ||
parallel, | ||
raster (>= 3.3-16), | ||
raster (>= 3.6-3), | ||
readxl, | ||
remotes, | ||
rmarkdown, | ||
testthat (>= 3.0.0), | ||
tidyverse, | ||
tools, | ||
units, | ||
utils | ||
utils, | ||
withr | ||
VignetteBuilder: knitr | ||
Config/testthat/edition: 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.