Skip to content

Commit d615e17

Browse files
authored
Merge pull request #150 from rsbivand/drop_xport
#149 changes
2 parents 1465318 + d505f5c commit d615e17

File tree

15 files changed

+168
-1053
lines changed

15 files changed

+168
-1053
lines changed

.Rbuildignore

Lines changed: 0 additions & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 0 deletions
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

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

build-release.sh

Lines changed: 0 additions & 1 deletion
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

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

0 commit comments

Comments
 (0)