Skip to content

Commit

Permalink
(math/R-sp) Updated 2.0.0 to 2.1.4
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mef committed Nov 23, 2024
1 parent ae843e1 commit bfc97e7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
12 changes: 9 additions & 3 deletions math/R-sp/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.20 2023/08/11 01:52:15 mef Exp $
# $NetBSD: Makefile,v 1.21 2024/11/23 23:45:41 mef Exp $

R_PKGNAME= sp
R_PKGVER= 2.0-0
R_PKGVER= 2.1-4

MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Classes and methods for spatial data
Expand All @@ -17,8 +17,14 @@ TEST_DEPENDS+= R-rgdal-[0-9]*:../../geography/R-rgdal
TEST_DEPENDS+= R-rgeos-[0-9]*:../../geography/R-rgeos
TEST_DEPENDS+= R-rmarkdown-[0-9]*:../../textproc/R-rmarkdown
TEST_DEPENDS+= R-sf-[0-9]*:../../geography/R-sf
TEST_DEPENDS+= R-terra-[0-9]*:../../geography/R-terra

# !pdfTeX error: pdflatex (file ecti1000): Font ecti1000 at 600 not found
TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
TEST_DEPENDS+= tex-hyperref-[0-9]*:../../print/tex-hyperref
TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
TEST_DEPENDS+= tex-natbib-[0-9]*:../../print/tex-natbib
TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval

USE_LANGUAGES= c

Expand Down
8 changes: 4 additions & 4 deletions math/R-sp/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.20 2023/08/11 01:52:15 mef Exp $
$NetBSD: distinfo,v 1.21 2024/11/23 23:45:41 mef Exp $

BLAKE2s (R/sp_2.0-0.tar.gz) = 667323027c90b90bf03df6d0ea9bf751982721278accdda85033b4c567ef89c3
SHA512 (R/sp_2.0-0.tar.gz) = 0c78d5b514ebbda00c616e28c997218cdd79282904ae39a62d93f1073ffcd92ed896e8cc05a64090038ada71f50b6656c7dcb4b676c0ec15e0cbd343ba2b2f62
Size (R/sp_2.0-0.tar.gz) = 1161401 bytes
BLAKE2s (R/sp_2.1-4.tar.gz) = 81f54a5deb443580a00570e63c93d3072cf1eafb349e8aa4cec486e5ae209617
SHA512 (R/sp_2.1-4.tar.gz) = 8521bbf9070ba70472297b23a5e8e6138ae03f967387491ac7a8590711f45d46aaf057457ca66a176801c88549654b682eeb97880580938128e3286b09dd47d8
Size (R/sp_2.1-4.tar.gz) = 1254712 bytes

0 comments on commit bfc97e7

Please sign in to comment.