Skip to content

Commit ab93066

Browse files
committed
remove CXX spec
1 parent 58a8eba commit ab93066

File tree

5 files changed

+12
-40
lines changed

5 files changed

+12
-40
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: vapour
22
Title: Access to the 'Geospatial Data Abstraction Library' ('GDAL')
3-
Version: 0.14.0
3+
Version: 0.15.0
44
Authors@R: c(person("Michael", "Sumner", email = "mdsumner@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-2471-7511")),
55
person("Simon", "Wotherspoon", role = "ctb", comment = "RasterIO configuration for resampling options"),
66
person("Mark", "Padgham", role = "ctb", comment = "helped get started :)"),
@@ -20,7 +20,7 @@ Description: Provides low-level access to 'GDAL' functionality.
2020
that presents a single raster abstract data model and single vector abstract data model to the calling application
2121
for all supported formats <https://gdal.org/>. This package is focussed on providing exactly and only what GDAL does, to enable
2222
developing further tools.
23-
Depends: R (>= 3.3.0)
23+
Depends: R (>= 4.2.0)
2424
License: GPL-3
2525
Encoding: UTF-8
2626
LazyData: true

NEWS.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
# vapour 0.15.0
2+
3+
* Fix C++ standard (don't specify).
4+
15
# vapour 0.14.0
26

3-
Explicit conversion of unsigned long to int for GDALBuildVRT(), thanks to CRAN.
7+
* Explicit conversion of unsigned long to int for GDALBuildVRT(), thanks to CRAN.
48

59
# vapour 0.13.0
610

cran-comments.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11

2-
## vapour 0.14.0
2+
## vapour 0.15.0
3+
4+
Remove CXX specification, thanks to CRAN.
35

46
Updates to make explicit int conversion, causing warnings on M1Mac.
57

68

79

10+
Thank you!
11+

src/Makevars.ucrt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ else
1414
PKG_LIBS = $(shell pkg-config --libs gdal)
1515
endif
1616

17-
CXX_STD = CXX
1817

1918
all: clean winlibs
2019

src/Makevars.win

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)