(geography/R-spatstat.geom) import R-spatstat.geom-2.2.2
Defines types of spatial data such as point patterns, mainly in two dimensions, but also in higher dimensions. Provides class support, and functions for geometrical operations on spatial data, used in the 'spatstat' family of packages. Excludes spatial data on a linear network, which are covered by the separate package 'spatstat.linnet'.
This commit is contained in:
parent
9fcb7b1a01
commit
3ff80dfd2e
3 changed files with 32 additions and 0 deletions
5
geography/R-spatstat.geom/DESCR
Normal file
5
geography/R-spatstat.geom/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
Defines types of spatial data such as point patterns, mainly in two
|
||||
dimensions, but also in higher dimensions. Provides class support, and
|
||||
functions for geometrical operations on spatial data, used in the
|
||||
'spatstat' family of packages. Excludes spatial data on a linear
|
||||
network, which are covered by the separate package 'spatstat.linnet'.
|
21
geography/R-spatstat.geom/Makefile
Normal file
21
geography/R-spatstat.geom/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.1 2021/09/20 08:50:34 mef Exp $
|
||||
|
||||
R_PKGNAME= spatstat.geom
|
||||
R_PKGVER= 2.2-2
|
||||
CATEGORIES= geography
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
COMMENT= Geometrical Functionality of the 'spatstat' Family
|
||||
LICENSE= gnu-gpl-v2 OR gnu-gpl-v3
|
||||
|
||||
DEPENDS+= R-deldir>=0.0.21:../../geography/R-deldir
|
||||
DEPENDS+= R-spatstat.data>=2.0:../../geography/R-spatstat.data
|
||||
DEPENDS+= R-spatstat.utils>=2.2.0:../../geography/R-spatstat.utils
|
||||
DEPENDS+= R-polyclip>=1.10.0:../../graphics/R-polyclip
|
||||
|
||||
# Packages suggested but not available:
|
||||
# 'spatstat.core', 'spatstat.linnet', 'maptools', 'fftwtools',
|
||||
# 'spatstat'
|
||||
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../mk/bsd.pkg.mk"
|
6
geography/R-spatstat.geom/distinfo
Normal file
6
geography/R-spatstat.geom/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2021/09/20 08:50:34 mef Exp $
|
||||
|
||||
SHA1 (R/spatstat.geom_2.2-2.tar.gz) = 3fee797401d0fbeaf3282f0ae58d5e11b99c6ef1
|
||||
RMD160 (R/spatstat.geom_2.2-2.tar.gz) = 8215d8104bf9181ee1d72114552e49603f44fa6d
|
||||
SHA512 (R/spatstat.geom_2.2-2.tar.gz) = 2e901cb3ef9709e4ae48baa7faaeef15b49a66cb29af1d7e5f1d15dc70ae2c34fe34e3299147cdf72a1f7c437aa7988541e7e30dcff1c9ea74c7b5d030b3d11a
|
||||
Size (R/spatstat.geom_2.2-2.tar.gz) = 718756 bytes
|
Loading…
Reference in a new issue