pkgsrc/math/R-sp/Makefile
wen ec4678a7e5 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
2020-07-23 13:56:16 +00:00

14 lines
315 B
Makefile

# $NetBSD: Makefile,v 1.16 2020/07/23 13:56:16 wen Exp $
R_PKGNAME= sp
R_PKGVER= 1.4-2
CATEGORIES= math
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Classes and methods for spatial data
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
USE_LANGUAGES= c
.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"