Skip to content

Commit

Permalink
Update to 1.4.2
Browse files Browse the repository at this point in the history
Upstream changes:
Changes in version 1.4-1 (2020-xx-yy)

    warn on NULL projargs in CRS(); edzer/sp#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, edzer/sp#67 and edzer/sp#69 ; for more info see e.g. edzer/sp#68 and r-spatial/discuss#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
  • Loading branch information
wen committed Jul 23, 2020
1 parent b8e5614 commit 6e8e9e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions math/R-sp/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.15 2019/08/08 19:53:54 brook Exp $
# $NetBSD: Makefile,v 1.16 2020/07/23 13:56:16 wen Exp $

R_PKGNAME= sp
R_PKGVER= 1.3-1
R_PKGVER= 1.4-2
CATEGORIES= math

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
10 changes: 5 additions & 5 deletions math/R-sp/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.13 2018/12/21 10:53:51 wen Exp $
$NetBSD: distinfo,v 1.14 2020/07/23 13:56:16 wen Exp $

SHA1 (R/sp_1.3-1.tar.gz) = 538f706e5c499862518787381a675b098046d76b
RMD160 (R/sp_1.3-1.tar.gz) = c8e263e51db500f8674b14589f58b3cb5810d448
SHA512 (R/sp_1.3-1.tar.gz) = c85437c5221e710b58cf393ddd4b71fe622b7c4d505c5b569bd11bbbaf095a5ff86d6dd28ea6df1086f3cd1411f610a347382eb43cdc20403c9dca4c5cc9939e
Size (R/sp_1.3-1.tar.gz) = 1133621 bytes
SHA1 (R/sp_1.4-2.tar.gz) = e6c8e01637824c1d35fb0f0b1e9c76ea55534a31
RMD160 (R/sp_1.4-2.tar.gz) = 76e7c77cc6eb554a0a99035d44ab77d4a469a513
SHA512 (R/sp_1.4-2.tar.gz) = b3d2c07dd5c5defa4e6c1b4d595659b46726f763c14ef0d60ed7ff871df04fbbf59fc2671b5feb4061fc4c66fc8e1947f15943943f39dc6323fd1b4fb4ae664f
Size (R/sp_1.4-2.tar.gz) = 1135318 bytes

0 comments on commit 6e8e9e7

Please sign in to comment.