2024-11-24 00:45:41 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(math/R-sp) Updated 2.0.0 to 2.1.4
Changes in version 2.1-4 (2024-04-30):
* if CRS is NA, do not require (and depend on) presence of
package sf; #144
Changes in version 2.1-3 (2024-01-29):
* remove use of deprecated is.R()
Changes in version 2.0-1 (2023-10-16):
* remove startup message
|
2023-08-11 03:52:15 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(math/R-sp) Updated 1.6.1 to 2.0.0
Changes in version 2.0-0 (2023-06-20):
* 'get_evolution_status()' defaults to 2, meaning sp will no
longer call rgdal or rgeos; 'spTransform' will work using
'sf::st_transform'.
* increase R version required from 3.0.0 to 3.2.0, which was de
facto already required (PR from Sebastian Meyer)
|
2023-06-07 14:43:16 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(math/R-sp) Updated 1.5.1 to 1.6.1
Changes in version 1.6-1 (2023-05-16):
* add evolution vignette, drop over vignette, add startup
message
Changes in version 1.6-0 (2023-01-19):
* add get_evolution_status() and set_evolution_status()
|
2022-12-18 12:39:43 by Makoto Fujiwara | Files touched by this commit (2) | |
Log message:
(math/R-sp) Updated 1.4.5 to 1.5.1
(R-sp/work/sp/inst/NEWS.Rd)
Changes in version 1.5-0 (2022-06-03):
* merge the evolution branch from rsbivand/sp@evolution
Changes in version 1.4-7 (2022-04-18):
* remove S-compatibility DOUBLE_* macros;
https://github.com/edzer/sp/pull/115
Changes in version 1.4-6 (2021-11-14):
* add CRS cache and update CRS print method;
https://github.com/edzer/sp/pull/103
|
2021-10-26 12:56:13 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:28:36 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Remove SHA1 hashes for distfiles
|
2021-06-13 14:46:04 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.4.5
No upstream changelog found.
|
2020-08-07 02:08:36 by Brook Milligan | Files touched by this commit (1) |
Log message:
math/R-sp: add a buildlink3.mk file for dependencies.
The R-sp package installs header and library files, which may be needed
by dependencies. Add a buildlink3.mk file for such dependencies to
include.
|
2020-07-23 15:56:16 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.4.2
Upstream changes:
Changes in version 1.4-1 (2020-xx-yy)
warn on NULL projargs in CRS(); https://github.com/edzer/sp/pull/74
Changes in version 1.4-0 (2020-02-21)
prepare for new (>= 1.5.1) rgdal, which creates and listens to a \
comments() field of a CRS object carrying a WKT representation of a CRS rather \
than the proj4string; @rsb, https://github.com/edzer/sp/pull/67 and \
https://github.com/edzer/sp/pull/69 ; for more info see e.g. \
https://github.com/edzer/sp/issues/68 and \
https://github.com/r-spatial/discuss/issues/28
Changes in version 1.3-2 (2019-11-07)
fix length > 1 in coercion to logical error; #54, #60
add is.na method for CRS objects
|
2019-08-08 21:53:58 by Brook Milligan | Files touched by this commit (189) | |
Log message:
Update all R packages to canonical form.
The canonical form [1] of an R package Makefile includes the
following:
- The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as
needed), and CATEGORIES.
- HOMEPAGE is not present but defined in math/R/Makefile.extension to
refer to the CRAN web page describing the package. Other relevant
web pages are often linked from there via the URL field.
This updates all current R packages to this form, which will make
regular updates _much_ easier, especially using pkgtools/R2pkg.
[1] http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html
|