Skip to content

Commit

Permalink
Merge branch 'main' of github.com:edzer/sp
Browse files Browse the repository at this point in the history
  • Loading branch information
edzer committed Jan 30, 2025
2 parents 8cbaff6 + d615e17 commit bcd72db
Show file tree
Hide file tree
Showing 17 changed files with 104 additions and 1,045 deletions.
1 change: 0 additions & 1 deletion .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ CHANGES
ChangeLog
TODO
oChangeLog
build-prep.sh
build-release.sh
src/sp.h.in
.travis.yml
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: sp
Version: 2.1-4
Version: 2.2-0
Title: Classes and Methods for Spatial Data
Authors@R: c(person("Edzer", "Pebesma", role = c("aut", "cre"),
email = "[email protected]"),
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

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.

From version 2.2-0, `sp` has dropped the export of a compiled C API formerly used by `rgdal` and `rgeos`

From version 2.1-0, `sp` has dropped `maptools`, `rgdal` and `rgeos` as suggested packages.

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`.
Expand Down
6 changes: 0 additions & 6 deletions build-prep.sh

This file was deleted.

1 change: 0 additions & 1 deletion build-release.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
sh ./build-prep.sh
git2cl > xx
cat xx ChangeLog > inst/ChangeLog
rm xx
Expand Down
5 changes: 5 additions & 0 deletions inst/NEWS.Rd
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
\name{NEWS}
\title{News for Package 'sp'}
\section{Changes in version 2.2-0 (2024-xx-yy)}{
\itemize{
\item remove exporting C symbols previously used by rgdal and rgeos
}
}
\section{Changes in version 2.1-5 (2024-xx-yy)}{
\itemize{
\item add pkgdown site
Expand Down
98 changes: 0 additions & 98 deletions inst/include/sp.h

This file was deleted.

Loading

0 comments on commit bcd72db

Please sign in to comment.