Update to version 0.9-98 of the R sp package. Cleanup of DESCR and
Makefile. 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.
This commit is contained in:
parent
28338810c9
commit
c9b88c6f9c
3 changed files with 12 additions and 11 deletions
|
@ -1,4 +1,5 @@
|
|||
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.
|
||||
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.
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
# $NetBSD: Makefile,v 1.3 2011/11/20 05:06:29 markd Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2012/04/01 18:05:34 brook 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
|
||||
COMMENT= Classes and methods for spatial data
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
R_PKGNAME= sp
|
||||
R_PKGVER= 0.9-91
|
||||
R_PKGVER= 0.9-98
|
||||
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2011/11/20 05:06:29 markd Exp $
|
||||
$NetBSD: distinfo,v 1.4 2012/04/01 18:05:34 brook Exp $
|
||||
|
||||
SHA1 (R/sp_0.9-91.tar.gz) = 0538227a0e93aa878d48537221d0ac34af43e992
|
||||
RMD160 (R/sp_0.9-91.tar.gz) = 849366e037662e70a910776fa4508eb866aa88e6
|
||||
Size (R/sp_0.9-91.tar.gz) = 596365 bytes
|
||||
SHA1 (R/sp_0.9-98.tar.gz) = 837acb8f8a12c919471546062b60cd4b15337aa3
|
||||
RMD160 (R/sp_0.9-98.tar.gz) = 628998d35f130bc0b2d47f462b2ffa6418a49eaa
|
||||
Size (R/sp_0.9-98.tar.gz) = 784067 bytes
|
||||
|
|
Loading…
Reference in a new issue