diff --git a/DESCRIPTION b/DESCRIPTION index beb948a..712947c 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: plotdap Title: Easily Visualize Data from 'ERDDAP' Servers via the 'rerddap' Package -Version: 1.0.0 -Date: 2022-10-17 +Version: 1.0.1 +Date: 2022-12-21 Authors@R: c( person("Carson", "Sievert", role = "aut"), person("Roy", "Mendelssohn", role = c("aut", "ctb", "cre"), email = "roy.mendelssohn@noaa.gov")) @@ -32,10 +32,9 @@ Suggests: knitr, mapdata, maptools, - rgdal, rmarkdown, testthat -RoxygenNote: 7.2.1 +RoxygenNote: 7.2.3 LazyData: true Encoding: UTF-8 VignetteBuilder: knitr diff --git a/NEWS.md b/NEWS.md index 6f22cd4..4a4474a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# plotdap 1.0.1 + + Correctly removed dependency on rgeos, rgdal + + # plotdap 1.0.0 Removed direct dependency on rgeos, rgdal diff --git a/cran-comments.md b/cran-comments.md index fed77c1..4126fda 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,13 +1,13 @@ ## Various minor fixes -Removed dependency on rgeos, rgdal -Fixed broken URLs in DESCRIPTION, vignette +Correctly removed dependency on rgeos, rgdal + ## Test environments -* local OS X install, R 4.2.1 +* local OS X install, R 4.2.2 * rhub * macOS-builder * win-builder (devel and release)