summaryrefslogtreecommitdiff
path: root/math/R-cran-spdep
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2011-09-18 01:38:15 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2011-09-18 01:38:15 +0000
commitfc855a441b07b434062e81fd5be761cc0aa1f1f8 (patch)
tree0dce4761326db6166ad91ba3930d7fba41dbdeda /math/R-cran-spdep
parentUpdate to the 20110917 snapshot of GCC 4.7.0. (diff)
- 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/
Notes
Notes: svn path=/head/; revision=281929
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/