diff options
-rw-r--r-- | math/R-RArcInfo/DESCR | 13 | ||||
-rw-r--r-- | math/R-RArcInfo/Makefile | 15 | ||||
-rw-r--r-- | math/R-RArcInfo/PLIST | 1 | ||||
-rw-r--r-- | math/R-RArcInfo/distinfo | 5 |
4 files changed, 34 insertions, 0 deletions
diff --git a/math/R-RArcInfo/DESCR b/math/R-RArcInfo/DESCR new file mode 100644 index 00000000000..994d1062f0e --- /dev/null +++ b/math/R-RArcInfo/DESCR @@ -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 --git a/math/R-RArcInfo/Makefile b/math/R-RArcInfo/Makefile new file mode 100644 index 00000000000..e14381271e1 --- /dev/null +++ b/math/R-RArcInfo/Makefile @@ -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 +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 --git a/math/R-RArcInfo/PLIST b/math/R-RArcInfo/PLIST new file mode 100644 index 00000000000..f481a342011 --- /dev/null +++ b/math/R-RArcInfo/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/04 08:09:31 rillig Exp $ diff --git a/math/R-RArcInfo/distinfo b/math/R-RArcInfo/distinfo new file mode 100644 index 00000000000..571cb113c2f --- /dev/null +++ b/math/R-RArcInfo/distinfo @@ -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 |