From 68a71aedcac37874cc9f228a443d803ac8eab0f7 Mon Sep 17 00:00:00 2001 From: tota Date: Sun, 18 Sep 2011 01:38:15 +0000 Subject: - 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/ --- math/R-cran-spdep/Makefile | 27 +++++++++++++++++++++++++++ math/R-cran-spdep/distinfo | 2 ++ math/R-cran-spdep/pkg-descr | 17 +++++++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 math/R-cran-spdep/Makefile create mode 100644 math/R-cran-spdep/distinfo create mode 100644 math/R-cran-spdep/pkg-descr (limited to 'math/R-cran-spdep') 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 +# +# $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 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/ -- cgit