Skip to content

Commit eaf5869

Browse files
committed
Versio 1.0.1
Correctly removes dependency on rgdal and rgeos
1 parent 5862565 commit eaf5869

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

DESCRIPTION

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: plotdap
22
Title: Easily Visualize Data from 'ERDDAP' Servers via the 'rerddap' Package
3-
Version: 1.0.0
4-
Date: 2022-10-17
3+
Version: 1.0.1
4+
Date: 2022-12-21
55
Authors@R: c(
66
person("Carson", "Sievert", role = "aut"),
77
person("Roy", "Mendelssohn", role = c("aut", "ctb", "cre"), email = "roy.mendelssohn@noaa.gov"))
@@ -32,10 +32,9 @@ Suggests:
3232
knitr,
3333
mapdata,
3434
maptools,
35-
rgdal,
3635
rmarkdown,
3736
testthat
38-
RoxygenNote: 7.2.1
37+
RoxygenNote: 7.2.3
3938
LazyData: true
4039
Encoding: UTF-8
4140
VignetteBuilder: knitr

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# plotdap 1.0.1
2+
3+
Correctly removed dependency on rgeos, rgdal
4+
5+
16
# plotdap 1.0.0
27

38
Removed direct dependency on rgeos, rgdal

cran-comments.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
## Various minor fixes
22

3-
Removed dependency on rgeos, rgdal
4-
Fixed broken URLs in DESCRIPTION, vignette
3+
Correctly removed dependency on rgeos, rgdal
4+
55

66

77

88

99
## Test environments
10-
* local OS X install, R 4.2.1
10+
* local OS X install, R 4.2.2
1111
* rhub
1212
* macOS-builder
1313
* win-builder (devel and release)

0 commit comments

Comments
 (0)