Initial import R-akima 0.5.1
R package for linear or cubic spline interpolation for irregular gridded data
This commit is contained in:
parent
2d32d78759
commit
3528cc5f7d
4 changed files with 22 additions and 0 deletions
1
math/R-akima/DESCR
Normal file
1
math/R-akima/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Linear or cubic spline interpolation for irregular gridded data
|
15
math/R-akima/Makefile
Normal file
15
math/R-akima/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2006/07/02 13:01:53 markd Exp $
|
||||
#
|
||||
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= ${R_HOMEPAGE_BASE}/akima.html
|
||||
COMMENT= Linear or cubic spline interpolation for irregular gridded data
|
||||
|
||||
R_PKGNAME= akima
|
||||
R_PKGVER= 0.5-1
|
||||
|
||||
.include "../../math/R/Makefile.extension"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
math/R-akima/PLIST
Normal file
1
math/R-akima/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2006/07/02 13:01:53 markd Exp $
|
5
math/R-akima/distinfo
Normal file
5
math/R-akima/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2006/07/02 13:01:53 markd Exp $
|
||||
|
||||
SHA1 (R/akima_0.5-1.tar.gz) = 37335c0e4768e8d72016a8f013d9b0706a6809bb
|
||||
RMD160 (R/akima_0.5-1.tar.gz) = 1269bcf9b89576a21e0d06be11354f8da956b4c7
|
||||
Size (R/akima_0.5-1.tar.gz) = 148838 bytes
|
Loading…
Reference in a new issue