diff options
author | markd <markd@pkgsrc.org> | 2008-10-14 08:15:24 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2008-10-14 08:15:24 +0000 |
commit | 5820bed8fb9a2b35497abd8f782ebca94ca2eea4 (patch) | |
tree | b5911c0fac930a0dbb6ac777d4ba8ac82ced7609 /math | |
parent | 524e4b86ae22ba26b5573ccdeaa318938da8c0e4 (diff) | |
download | pkgsrc-5820bed8fb9a2b35497abd8f782ebca94ca2eea4.tar.gz |
Initial import of R-sp version 0.9.26
A package that provides classes and methods for spatial data. The classes document
where the spatial location information resides, for 2D or 3D data. Utility functions
are provided, e.g. for plotting data as maps, spatial selection, as well as methods
for retrieving coordinates, for subsetting, print, summary, etc.
Diffstat (limited to 'math')
-rw-r--r-- | math/R-sp/DESCR | 4 | ||||
-rw-r--r-- | math/R-sp/Makefile | 15 | ||||
-rw-r--r-- | math/R-sp/distinfo | 5 |
3 files changed, 24 insertions, 0 deletions
diff --git a/math/R-sp/DESCR b/math/R-sp/DESCR new file mode 100644 index 00000000000..9138f61e194 --- /dev/null +++ b/math/R-sp/DESCR @@ -0,0 +1,4 @@ +A package that provides classes and methods for spatial data. The classes document +where the spatial location information resides, for 2D or 3D data. Utility functions +are provided, e.g. for plotting data as maps, spatial selection, as well as methods +for retrieving coordinates, for subsetting, print, summary, etc. diff --git a/math/R-sp/Makefile b/math/R-sp/Makefile new file mode 100644 index 00000000000..9c16ae79376 --- /dev/null +++ b/math/R-sp/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/10/14 08:15:24 markd Exp $ +# + +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= ${R_HOMEPAGE_BASE}/sp/ +COMMENT= classes and methods for spatial data + +R_PKGNAME= sp +R_PKGVER= 0.9-26 + +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/math/R-sp/distinfo b/math/R-sp/distinfo new file mode 100644 index 00000000000..fbabcace23f --- /dev/null +++ b/math/R-sp/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/10/14 08:15:24 markd Exp $ + +SHA1 (R/sp_0.9-26.tar.gz) = 5547c2797526f250d6b709c50773fee58b51577b +RMD160 (R/sp_0.9-26.tar.gz) = b597c493063c0129cf4db3c1903f08c28957fc7f +Size (R/sp_0.9-26.tar.gz) = 350729 bytes |