Skip to content

Commit d505f5c

Browse files
committed
#149 changes
1 parent 1465318 commit d505f5c

15 files changed

+168
-1053
lines changed

.Rbuildignore

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ CHANGES
33
ChangeLog
44
TODO
55
oChangeLog
6-
build-prep.sh
76
build-release.sh
87
src/sp.h.in
98
.travis.yml

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: sp
2-
Version: 2.1-4
2+
Version: 2.2-0
33
Title: Classes and Methods for Spatial Data
44
Authors@R: c(person("Edzer", "Pebesma", role = c("aut", "cre"),
55
email = "[email protected]"),

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
R Classes and Methods for Spatial Data. Note that this is package will (slowly) be deprecated, in favor of package `sf`. It is in maintenance mode, and currently requires `sf` for coordinate reference system validation and coordinate transformation, conversion and (re)projection.
88

9+
From version 2.2-0, `sp` has dropped the export of a compiled C API formerly used by `rgdal` and `rgeos`
10+
911
From version 2.1-0, `sp` has dropped `maptools`, `rgdal` and `rgeos` as suggested packages.
1012

1113
From version 2.0-0, `sp` evolution status is changed to `2L` to use **sf** internally in place of `rgdal`, from default `0L` until now. See [this report](https://r-spatial.org/r/2023/05/15/evolution4.html) for adaptation details, and [this report](https://r-spatial.org/r/2023/04/10/evolution3.html) for progress on retiring `maptools`, `rgdal` and `rgeos`.

build-prep.sh

-6
This file was deleted.

build-release.sh

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
sh ./build-prep.sh
21
git2cl > xx
32
cat xx ChangeLog > inst/ChangeLog
43
rm xx

inst/include/sp.h

-98
This file was deleted.

0 commit comments

Comments
 (0)