diff --git a/DESCRIPTION b/DESCRIPTION index 0595507..e6af540 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: wdpar Type: Package -Version: 1.3.2.4 +Version: 1.3.3 Title: Interface to the World Database on Protected Areas Description: Fetch and clean data from the World Database on Protected Areas (WDPA) and the World Database on Other Effective Area-Based diff --git a/NEWS.md b/NEWS.md index e04c415..9c4372d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# wdpar 1.3.3 + +- CRAN release. +- Reduce test timings. + # wdpar 1.3.2.4 - Fix compatibility with GEOS (version 3.11.0) (#50, #51). diff --git a/README.md b/README.md index a6a0112..88d4e33 100644 --- a/README.md +++ b/README.md @@ -240,14 +240,14 @@ publications. To cite the latest official version, please use: -> Hanson JO (2021). wdpar: Interface to the World Database on Protected -> Areas. R package version 1.3.2. Available at +> Hanson JO (2022). wdpar: Interface to the World Database on Protected +> Areas. R package version 1.3.3. Available at > . To cite the latest development version, please use: > Hanson JO (2022). wdpar: Interface to the World Database on Protected -> Areas. R package version 1.3.2.4. Available at +> Areas. R package version 1.3.3. Available at > . To cite the World Database on Protected Areas (WDPA), please use: diff --git a/cran-comments.md b/cran-comments.md index 26f260b..d1e86eb 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,6 @@ Dear CRAN volunteers, -Thank you for reviewing this submission. The main updates in this version include (i) fixing compatibility issues with the Protected Planet website to enable users to download data, (ii) improving data cleaning procedures, (iii) updating code and documentation to reflect the recent addition of the World Database on Other Effective Area-Based Conservation Measures (WDOECM) to the Protected Planet website, and (iv) removing unused package dependencies. The package now also includes the prepr R package as an optional dependency to augment data processing (https://github.com/dickoa/prepr). +Thank you for reviewing this submission. The main updates in this version include (i) making data download procedures more robust, (ii) fixing compatibility issues with recent updates to GEOS (version 3.11.0), (iii) improving the documentation. Cheers, @@ -19,7 +19,7 @@ Jeff 0 errors | 0 warnings | 2 note -# CRAN check notes for new submission +# Package check notes * Possibly misspelled words in DESCRIPTION: WDOECM (7:28) @@ -31,13 +31,6 @@ Jeff **The prepr R package is an optional dependency that is available on GitHub (). Instructions for installing the prepr R package are provided in the DESCRIPTION file and the package README file.** -# CRAN check notes for current version on CRAN - -* Namespace in Imports field not imported from: ‘withr’ - All declared Imports should be used. - - **This note has been addressed by removing the withr R package from the Imports field.** - # Downstream dependencies There are no existing packages that depend on this package. diff --git a/docs/404.html b/docs/404.html index 6e1d97f..375bba0 100644 --- a/docs/404.html +++ b/docs/404.html @@ -32,7 +32,7 @@ wdpar - 1.3.2.4 + 1.3.3 diff --git a/docs/CONTRIBUTING.html b/docs/CONTRIBUTING.html index 05d904f..949e18c 100644 --- a/docs/CONTRIBUTING.html +++ b/docs/CONTRIBUTING.html @@ -17,7 +17,7 @@ wdpar - 1.3.2.4 + 1.3.3 diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html index fb7963d..1a85144 100644 --- a/docs/LICENSE-text.html +++ b/docs/LICENSE-text.html @@ -17,7 +17,7 @@ wdpar - 1.3.2.4 + 1.3.3 diff --git a/docs/articles/index.html b/docs/articles/index.html index b15acd3..3eed1ea 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -17,7 +17,7 @@ wdpar - 1.3.2.4 + 1.3.3 diff --git a/docs/articles/wdpar.html b/docs/articles/wdpar.html index 206f782..b2aa588 100644 --- a/docs/articles/wdpar.html +++ b/docs/articles/wdpar.html @@ -1,8 +1,24 @@ -wdpar: Interface to the World Database on Protected Areas • wdpar + + + + + +wdpar: Interface to the World Database on Protected Areas • wdpar + + + + + + + + + + +
@@ -17,12 +33,13 @@ wdpar - 1.3.2.4 + 1.3.3
- - + + + + + + + - - - - - - -
+
@@ -204,9 +204,9 @@

Citation

Please cite the wdpar R package and the relevant databases used in publications.

To cite the latest official version, please use:

-

Hanson JO (2021). wdpar: Interface to the World Database on Protected Areas. R package version 1.3.2. Available at https://CRAN.R-project.org/package=wdpar.

+

Hanson JO (2022). wdpar: Interface to the World Database on Protected Areas. R package version 1.3.3. Available at https://CRAN.R-project.org/package=wdpar.

To cite the latest development version, please use:

-

Hanson JO (2022). wdpar: Interface to the World Database on Protected Areas. R package version 1.3.2.4. Available at https://github.com/prioritizr/wdpar.

+

Hanson JO (2022). wdpar: Interface to the World Database on Protected Areas. R package version 1.3.3. Available at https://github.com/prioritizr/wdpar.

To cite the World Database on Protected Areas (WDPA), please use:

UNEP-WCMC and IUCN ([insert year of the version downloaded]) Protected Planet: The World Database on Protected Areas (WDPA), [insert month/year of the version downloaded], Cambridge, UK: UNEP-WCMC and IUCN. Available at: www.protectedplanet.net.

To cite the World Database on Other Effective Area-Based Conservation Measures (WDOECM), please use:

diff --git a/docs/news/index.html b/docs/news/index.html index 7a3ce92..9e69aec 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -17,7 +17,7 @@ wdpar - 1.3.2.4 + 1.3.3

@@ -50,6 +50,11 @@

Changelog

Source: NEWS.md
+
+ +
  • CRAN release.
  • +
  • Reduce test timings.
  • +
  • Fix compatibility with GEOS (version 3.11.0) (#50, #51).
  • diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index e16a381..539b5a5 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -3,5 +3,5 @@ pkgdown: 2.0.5 pkgdown_sha: ~ articles: wdpar: wdpar.html -last_built: 2022-07-07T23:56Z +last_built: 2022-07-08T07:34Z diff --git a/docs/reference/index.html b/docs/reference/index.html index b034da9..4a00a1a 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -17,7 +17,7 @@ wdpar - 1.3.2.4 + 1.3.3
diff --git a/docs/reference/st_erase_overlaps.html b/docs/reference/st_erase_overlaps.html index defadb5..a0f259a 100644 --- a/docs/reference/st_erase_overlaps.html +++ b/docs/reference/st_erase_overlaps.html @@ -17,7 +17,7 @@ wdpar - 1.3.2.4 + 1.3.3
diff --git a/docs/reference/st_repair_geometry.html b/docs/reference/st_repair_geometry.html index b16b0af..40c1386 100644 --- a/docs/reference/st_repair_geometry.html +++ b/docs/reference/st_repair_geometry.html @@ -17,7 +17,7 @@ wdpar - 1.3.2.4 + 1.3.3 diff --git a/docs/reference/wdpa_clean.html b/docs/reference/wdpa_clean.html index 2ef6d29..a9f14f2 100644 --- a/docs/reference/wdpa_clean.html +++ b/docs/reference/wdpa_clean.html @@ -25,7 +25,7 @@ wdpar - 1.3.2.4 + 1.3.3 diff --git a/docs/reference/wdpa_dissolve.html b/docs/reference/wdpa_dissolve.html index 81ec301..a23af33 100644 --- a/docs/reference/wdpa_dissolve.html +++ b/docs/reference/wdpa_dissolve.html @@ -18,7 +18,7 @@ wdpar - 1.3.2.4 + 1.3.3 diff --git a/docs/reference/wdpa_fetch.html b/docs/reference/wdpa_fetch.html index 7d8be54..b37f691 100644 --- a/docs/reference/wdpa_fetch.html +++ b/docs/reference/wdpa_fetch.html @@ -22,7 +22,7 @@ wdpar - 1.3.2.4 + 1.3.3 diff --git a/docs/reference/wdpa_latest_version.html b/docs/reference/wdpa_latest_version.html index fb4a978..fa015e5 100644 --- a/docs/reference/wdpa_latest_version.html +++ b/docs/reference/wdpa_latest_version.html @@ -22,7 +22,7 @@ wdpar - 1.3.2.4 + 1.3.3 diff --git a/docs/reference/wdpa_read.html b/docs/reference/wdpa_read.html index f24ed0f..53c4540 100644 --- a/docs/reference/wdpa_read.html +++ b/docs/reference/wdpa_read.html @@ -22,7 +22,7 @@ wdpar - 1.3.2.4 + 1.3.3 diff --git a/docs/reference/wdpa_url.html b/docs/reference/wdpa_url.html index 9f5e39c..9af6546 100644 --- a/docs/reference/wdpa_url.html +++ b/docs/reference/wdpa_url.html @@ -23,7 +23,7 @@ wdpar - 1.3.2.4 + 1.3.3 diff --git a/docs/reference/wdpar.html b/docs/reference/wdpar.html index 7b42eb0..c772539 100644 --- a/docs/reference/wdpar.html +++ b/docs/reference/wdpar.html @@ -28,7 +28,7 @@ wdpar - 1.3.2.4 + 1.3.3 diff --git a/inst/doc/wdpar.html b/inst/doc/wdpar.html index 2cf4758..78ae7b5 100644 --- a/inst/doc/wdpar.html +++ b/inst/doc/wdpar.html @@ -12,7 +12,7 @@ - + wdpar: Interface to the World Database on Protected Areas @@ -142,7 +142,7 @@

wdpar: Interface to the World Database on Protected Areas

Jeffrey O. Hanson

-

2022-07-05

+

2022-07-08

diff --git a/tests/testthat/test_internal.R b/tests/testthat/test_internal.R index ddc0be5..e22d467 100644 --- a/tests/testthat/test_internal.R +++ b/tests/testthat/test_internal.R @@ -77,7 +77,7 @@ test_that("wdpa_url (country)", { skip_on_github_workflow("Windows") skip_on_github_workflow("macOS") # verify that wdpa_url yields a result - x <- suppressWarnings(wdpa_url("NZL", wait = TRUE)) + x <- suppressWarnings(wdpa_url("MLT", wait = TRUE)) expect_is(x, "character") # verify that downloading the url yields a zipped shapefile f1 <- tempfile(fileext = ".zip")