DESCR

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.

Makefile

# $NetBSD: Makefile,v 1.4 2008/10/13 11:29:42 markd Exp $
#

CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}

MAINTAINER= mchittur@cs.nmsu.edu
HOMEPAGE= ${R_HOMEPAGE_BASE}/RArcInfo/
COMMENT= Package uses the functions to read geographical information in Arc/Info

R_PKGNAME= RArcInfo
R_PKGVER= 0.4-7

.include "../../math/R/Makefile.extension"
.include "../../mk/bsd.pkg.mk"

distinfo

$NetBSD: distinfo,v 1.2 2008/10/13 11:29:42 markd Exp $

SHA1 (R/RArcInfo_0.4-7.tar.gz) = 11f55e0a8f6cbc4cf2e04f53facfad4e714a89a9
RMD160 (R/RArcInfo_0.4-7.tar.gz) = 43097e8e294b52fc004638f8c615cdab027fed3d
Size (R/RArcInfo_0.4-7.tar.gz) = 447721 bytes