diff --git a/DESCRIPTION b/DESCRIPTION index 7ef6383..08efe6d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: RWmisc Type: Package Title: Miscellaneous Spatial Functions -Date: 2021-02-18 -Version: 0.1.0.9000 +Date: 2021-06-19 +Version: 0.1.1 Authors@R: person("Rob", "Williams", email = "jayrobwilliams@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9259-3883")) Description: Contains convenience functions for working with spatial data across diff --git a/NEWS.md b/NEWS.md index cb5c4b5..c40e82e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# RWmisc 0.1.1 + +- Update vignette for compatibility with sf 1.0.0 +- Move from EPSG:4326 to OGC:CRS84 to remove axis order ambiguity + # RWmisc 0.1.0 - Initial CRAN release. diff --git a/cran-comments.md b/cran-comments.md index 059c538..ba53223 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,29 +1,17 @@ -## Resubmission notes - -This is a resubmission. In this version I have: - -* Fixed the Date field in DESCRIPTION from 2020-01-14 to 2021-02-17 -* I forgot to confirm the initial resubmission on 2021-01-14, so I am resubmitting again -* Used TRUE and FALSE throughout -* Added a \value to theme_rw.Rd -* Used requireNamespace instead of installed.packages() -* Reset user's par() in vignette spatial-utility-function.Rmd - ## Test environments -* local macOS 10.13.6, release +* local Ubuntu 20.04, release * GitHub Actions Ubuntu 20.04, release * GitHub Actions Ubuntu 20.04, devel * GitHub Actions Ubuntu 20.04, oldrel * GitHub Actions Windows latest, release +* GitHub Actions macOS latest, release * win-builder, release ## R CMD check results -There were no ERRORs or WARNINGs, one NOTE - -NOTE: new submission +There were no ERRORs or WARNINGs, or NOTEs ## Downstream dependencies -* This is an initial CRAN submission so there are no downstream dependencies +* There are no downstream dependencies currently on CRAN