aboutsummaryrefslogtreecommitdiffstats
path: root/math/R-cran-spdep
diff options
context:
space:
mode:
authortota <tota@FreeBSD.org>2011-09-18 09:38:15 +0800
committertota <tota@FreeBSD.org>2011-09-18 09:38:15 +0800
commit68a71aedcac37874cc9f228a443d803ac8eab0f7 (patch)
tree28d0f56b9c576c1ac202e740343c0e40f751d277 /math/R-cran-spdep
parent52d78e834c7fb2457aeea19b36e033cef68fecc7 (diff)
downloadfreebsd-ports-gnome-68a71aedcac37874cc9f228a443d803ac8eab0f7.tar.gz
freebsd-ports-gnome-68a71aedcac37874cc9f228a443d803ac8eab0f7.tar.zst
freebsd-ports-gnome-68a71aedcac37874cc9f228a443d803ac8eab0f7.zip
- Add a new port: math/R-cran-spdep
A collection of functions to create spatial weights matrix objects from polygon contiguities, from point patterns by distance and tesselations, for summarising these objects, and for permitting their use in spatial data analysis, including regional aggregation by minimum spanning tree; a collection of tests for spatial autocorrelation, including global Moran's I, APLE, Geary's C, Hubert/Mantel general cross product statistic, Empirical Bayes estimates and Assuno/Reis Index, Getis/Ord G and multicoloured join count statistics, local Moran's I and Getis/Ord G, saddlepoint approximations and exact tests for global and local Moran's I; and functions for estimating spatial simultaneous autoregressive (SAR) lag and error models, impact measures for lag models, weighted and unweighted SAR and CAR spatial regression models, semi-parametric and Moran eigenvector spatial filtering, GM SAR error models, and generalized spatial two stage least squares models. WWW: http://cran.r-project.org/web/packages/spdep/
Diffstat (limited to 'math/R-cran-spdep')
-rw-r--r--math/R-cran-spdep/Makefile27
-rw-r--r--math/R-cran-spdep/distinfo2
-rw-r--r--math/R-cran-spdep/pkg-descr17
3 files changed, 46 insertions, 0 deletions
diff --git a/math/R-cran-spdep/Makefile b/math/R-cran-spdep/Makefile
new file mode 100644
index 000000000000..5456132e1907
--- /dev/null
+++ b/math/R-cran-spdep/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: R-cran-spdep
+# Date created: 2011-09-17
+# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= spdep
+DISTVERSION= 0.5-40
+CATEGORIES= math
+PKGNAMEPREFIX= R-cran-
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Spatial dependence: weighting schemes, statistics and models
+
+LICENSE= GPLv2
+
+RUN_DEPENDS= R-cran-sp>=0.9:${PORTSDIR}/math/R-cran-sp \
+ R-cran-maptools>=0.5.4:${PORTSDIR}/astro/R-cran-maptools \
+ R-cran-deldir>0:${PORTSDIR}/math/R-cran-deldir \
+ R-cran-coda>0:${PORTSDIR}/math/R-cran-coda
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/math/R-cran-spdep/distinfo b/math/R-cran-spdep/distinfo
new file mode 100644
index 000000000000..54d95bd7af48
--- /dev/null
+++ b/math/R-cran-spdep/distinfo
@@ -0,0 +1,2 @@
+SHA256 (spdep_0.5-40.tar.gz) = b6fe0cc15d36430f09258ed747418604850f87de7ff48b7b85553116dc919270
+SIZE (spdep_0.5-40.tar.gz) = 2009327
diff --git a/math/R-cran-spdep/pkg-descr b/math/R-cran-spdep/pkg-descr
new file mode 100644
index 000000000000..0dc227cd6cf7
--- /dev/null
+++ b/math/R-cran-spdep/pkg-descr
@@ -0,0 +1,17 @@
+A collection of functions to create spatial weights matrix objects
+from polygon contiguities, from point patterns by distance and
+tesselations, for summarising these objects, and for permitting
+their use in spatial data analysis, including regional aggregation
+by minimum spanning tree; a collection of tests for spatial
+autocorrelation, including global Moran's I, APLE, Geary's C,
+Hubert/Mantel general cross product statistic, Empirical Bayes
+estimates and Assuno/Reis Index, Getis/Ord G and multicoloured join
+count statistics, local Moran's I and Getis/Ord G, saddlepoint
+approximations and exact tests for global and local Moran's I; and
+functions for estimating spatial simultaneous autoregressive (SAR)
+lag and error models, impact measures for lag models, weighted and
+unweighted SAR and CAR spatial regression models, semi-parametric
+and Moran eigenvector spatial filtering, GM SAR error models, and
+generalized spatial two stage least squares models.
+
+WWW: http://cran.r-project.org/web/packages/spdep/