From owner-cvs-ports@FreeBSD.ORG Sun Sep 18 01:38:15 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAC88106564A; Sun, 18 Sep 2011 01:38:15 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CA8AC8FC0C; Sun, 18 Sep 2011 01:38:15 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p8I1cFFS006658; Sun, 18 Sep 2011 01:38:15 GMT (envelope-from tota@repoman.freebsd.org) Received: (from tota@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p8I1cFPb006657; Sun, 18 Sep 2011 01:38:15 GMT (envelope-from tota) Message-Id: <201109180138.p8I1cFPb006657@repoman.freebsd.org> From: TAKATSU Tomonari Date: Sun, 18 Sep 2011 01:38:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/R-cran-spdep Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2011 01:38:16 -0000 tota 2011-09-18 01:38:15 UTC FreeBSD ports repository Modified files: math Makefile Added files: math/R-cran-spdep Makefile distinfo pkg-descr Log: - 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/ Revision Changes Path 1.728 +1 -0 ports/math/Makefile 1.1 +27 -0 ports/math/R-cran-spdep/Makefile (new) 1.1 +2 -0 ports/math/R-cran-spdep/distinfo (new) 1.1 +17 -0 ports/math/R-cran-spdep/pkg-descr (new)