pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/R-RArcInfo Imported R-RArcInfo from pkgsrc-wip.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/755edc6616fb
branches:  trunk
changeset: 502344:755edc6616fb
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Nov 04 08:09:31 2005 +0000

description:
Imported R-RArcInfo from pkgsrc-wip.

RArcInfo is a package for the R statistical program  to import
Arc/Info V7.x binary coverages. It is based on the library Avcelib
written by Daniel Morissette.

Currently, RArcInfo supports most of the file formats stored by these
type of coverages. The geographical information (arcs, polygons,
topological relationships, etc.) are stored using lists, but all the
tables containing related information are imported into a data frame.

Once the desired data are imported, the user can draw maps, even filling
the polygons according to the value of a given covariate. Although R is
not designed for heavy G.I.S. work, this package is very helpful to work
with binary coverages inside R.

diffstat:

 math/R-RArcInfo/DESCR    |  13 +++++++++++++
 math/R-RArcInfo/Makefile |  15 +++++++++++++++
 math/R-RArcInfo/PLIST    |   1 +
 math/R-RArcInfo/distinfo |   5 +++++
 4 files changed, 34 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r 431b4c0ce82f -r 755edc6616fb math/R-RArcInfo/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-RArcInfo/DESCR     Fri Nov 04 08:09:31 2005 +0000
@@ -0,0 +1,13 @@
+RArcInfo is a package for the R statistical program  to import
+Arc/Info V7.x binary coverages. It is based on the library Avcelib
+written by Daniel Morissette.
+
+Currently, RArcInfo supports most of the file formats stored by these
+type of coverages. The geographical information (arcs, polygons,
+topological relationships, etc.) are stored using lists, but all the
+tables containing related information are imported into a data frame.
+
+Once the desired data are imported, the user can draw maps, even filling
+the polygons according to the value of a given covariate. Although R is
+not designed for heavy G.I.S. work, this package is very helpful to work
+with binary coverages inside R.
diff -r 431b4c0ce82f -r 755edc6616fb math/R-RArcInfo/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-RArcInfo/Makefile  Fri Nov 04 08:09:31 2005 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/11/04 08:09:31 rillig Exp $
+#
+
+CATEGORIES=             math
+MASTER_SITES=           ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=             mchittur%cs.nmsu.edu@localhost
+HOMEPAGE=               ${R_HOMEPAGE_BASE}/RArcInfo.html
+COMMENT=               Package uses the functions to read geographical information in Arc/Info
+
+R_PKGNAME=              RArcInfo
+R_PKGVER=               0.4-4
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r 431b4c0ce82f -r 755edc6616fb math/R-RArcInfo/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-RArcInfo/PLIST     Fri Nov 04 08:09:31 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/04 08:09:31 rillig Exp $
diff -r 431b4c0ce82f -r 755edc6616fb math/R-RArcInfo/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/R-RArcInfo/distinfo  Fri Nov 04 08:09:31 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/11/04 08:09:31 rillig Exp $
+
+SHA1 (R/RArcInfo_0.4-4.tar.gz) = eb1aee2c46d10a1dd9d57d851bc7239f4783c112
+RMD160 (R/RArcInfo_0.4-4.tar.gz) = 1bcb33e9600b045a68425d0b88c3d593b5b4b7bf
+Size (R/RArcInfo_0.4-4.tar.gz) = 652555 bytes



Home | Main Index | Thread Index | Old Index