pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/geography/R-terra



Module Name:    pkgsrc
Committed By:   mef
Date:           Fri Aug 11 00:53:59 UTC 2023

Added Files:
        pkgsrc/geography/R-terra: DESCR Makefile distinfo

Log Message:
geography/R-terra: import R-terra-1.7.39

Methods for spatial data analysis with vector (points, lines,
polygons) and raster (grid) data. Methods for vector data include
geometric operations such as intersect and buffer. Raster methods
include local, focal, global, zonal and geometric operations. The
predict and interpolate methods facilitate the use of regression type
(interpolation, machine learning) models for spatial prediction,
including with satellite remote sensing data. Processing of very large
files is supported. See the manual and tutorials on
<https://rspatial.org/terra/> to get started. 'terra' replaces the
'raster' package ('terra' can do more, and it is faster and easier to
use).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/geography/R-terra/DESCR \
    pkgsrc/geography/R-terra/Makefile pkgsrc/geography/R-terra/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/geography/R-terra/DESCR
diff -u /dev/null pkgsrc/geography/R-terra/DESCR:1.1
--- /dev/null   Fri Aug 11 00:53:59 2023
+++ pkgsrc/geography/R-terra/DESCR      Fri Aug 11 00:53:59 2023
@@ -0,0 +1,11 @@
+Methods for spatial data analysis with vector (points, lines,
+polygons) and raster (grid) data. Methods for vector data include
+geometric operations such as intersect and buffer. Raster methods
+include local, focal, global, zonal and geometric operations. The
+predict and interpolate methods facilitate the use of regression type
+(interpolation, machine learning) models for spatial prediction,
+including with satellite remote sensing data. Processing of very large
+files is supported. See the manual and tutorials on
+<https://rspatial.org/terra/> to get started. 'terra' replaces the
+'raster' package ('terra' can do more, and it is faster and easier to
+use).
Index: pkgsrc/geography/R-terra/Makefile
diff -u /dev/null pkgsrc/geography/R-terra/Makefile:1.1
--- /dev/null   Fri Aug 11 00:53:59 2023
+++ pkgsrc/geography/R-terra/Makefile   Fri Aug 11 00:53:59 2023
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2023/08/11 00:53:59 mef Exp $
+
+R_PKGNAME=     terra
+R_PKGVER=      1.7-39
+CATEGORIES=    geography
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Spatial Data Analysis
+LICENSE=       gnu-gpl-v3
+
+USE_LANGUAGES= c c++
+
+.include "../../math/R/Makefile.extension"
+.include "../../devel/R-Rcpp/buildlink3.mk"
+.include "../../geography/gdal-lib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/geography/R-terra/distinfo
diff -u /dev/null pkgsrc/geography/R-terra/distinfo:1.1
--- /dev/null   Fri Aug 11 00:53:59 2023
+++ pkgsrc/geography/R-terra/distinfo   Fri Aug 11 00:53:59 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/08/11 00:53:59 mef Exp $
+
+BLAKE2s (R/terra_1.7-39.tar.gz) = f1352a21b76921afc7e82010bd06197860bdc894b29ece0b15f474a748919463
+SHA512 (R/terra_1.7-39.tar.gz) = 862ff1fe4272063eed41573bea19169a40a7b06a22a9c883e928c0c85826f579dc2b72d9adf2497a4dc32e2c7d7b865d0cd4c78b2020f8f3c83d455bf251a3c6
+Size (R/terra_1.7-39.tar.gz) = 815403 bytes



Home | Main Index | Thread Index | Old Index