Last data update: 2014.03.03

akima

Package: akima
Version: 0.5-12
Date: 2015-08-26
Title: Interpolation of Irregularly and Regularly Spaced Data
Authors@R: c(person("Hiroshi", "Akima", role = c("aut", "cph"),
comment = "Fortran code (TOMS 526, 761, 697 and 433)"),
person("Albrecht", "Gebhardt", role = c("aut", "cre", "cph"),
email = "albrecht.gebhardt@aau.at",
comment = "R port (interp* functions), bicubic* functions"),
person("Thomas", "Petzold", role = c("ctb", "cph"),
comment = "aspline function"),
person("Martin", "Maechler", email="maechler@stat.math.ethz.ch",
role = c("ctb", "cph"), comment = "interp2xyz function + enhancements"),
person("YYYY Association for Computing Machinery, Inc.",
role = c("cph"), comment = "covers code from TOMS 526, 761, 697 and 433")
)
Description: Several cubic spline interpolation methods of H. Akima for irregular and
regular gridded data are available through this package, both for the bivariate case
(irregular data: ACM 526 and ACM 761, regular data: ACM 433) and univariate case (ACM 697).
Linear interpolation of irregular gridded data is also covered by reusing D. J. Renkas
triangulation code which is part of Akimas Fortran code.
License: ACM | file LICENSE
Depends: R (>= 2.0.0)
Imports: sp
NeedsCompilation: yes
Packaged: 2015-09-15 07:31:05 UTC; alge
Author: Hiroshi Akima [aut, cph] (Fortran code (TOMS 526, 761, 697 and 433)),
Albrecht Gebhardt [aut, cre, cph] (R port (interp* functions), bicubic*
functions),
Thomas Petzold [ctb, cph] (aspline function),
Martin Maechler [ctb, cph] (interp2xyz function + enhancements),
YYYY Association for Computing Machinery, Inc. [cph] (covers code from
TOMS 526, 761, 697 and 433)
Maintainer: Albrecht Gebhardt <albrecht.gebhardt@aau.at>
License_restricts_use: yes
Repository: CRAN
Date/Publication: 2015-09-15 15:15:20

● Cran Task View: NumericalMathematics, Spatial
● 0 images, 6 functions, 2 datasets
Reverse Depends: 1

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'akima' ...
** package 'akima' successfully unpacked and MD5 sums checked
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f95 accepts -g... yes
checking for correct optimization with SUN compilers... not running on x86*-solaris*
configure: creating ./config.status
config.status: creating src/Makevars
** libs
f95  -g -O2 -fpic  -g -O2  -c akima.new.f -o akima.new.o
f95  -g -O2 -fpic  -g -O2  -c akima433.f -o akima433.o
f95  -g -O2 -fpic  -g -O2  -c akima697.f -o akima697.o
f95  -g -O2 -fpic  -g -O2  -c idbvip.f -o idbvip.o
f95  -g -O2 -fpic  -g -O2  -c idcldp.f -o idcldp.o
f95  -g -O2 -fpic  -g -O2  -c idgrid.f -o idgrid.o
f95  -g -O2 -fpic  -g -O2  -c idlctn.f -o idlctn.o
f95  -g -O2 -fpic  -g -O2  -c idpdrv.f -o idpdrv.o
f95  -g -O2 -fpic  -g -O2  -c idptip.f -o idptip.o
f95  -g -O2 -fpic  -g -O2  -c idptli.f -o idptli.o
f95  -g -O2 -fpic  -g -O2  -c idsfft.f -o idsfft.o
f95  -g -O2 -fpic  -g -O2  -c idtang.f -o idtang.o
f95  -g -O2 -fpic  -g -O2  -c idxchg.f -o idxchg.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   -g -O2  -fpic  -g -O2  -c init.c -o init.o
f95  -g -O2 -fpic  -g -O2  -c toms760.f -o toms760.o
f95  -g -O2 -fpic  -g -O2  -c tripack.f -o tripack.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o akima.so akima.new.o akima433.o akima697.o idbvip.o idcldp.o idgrid.o idlctn.o idpdrv.o idptip.o idptli.o idsfft.o idtang.o idxchg.o init.o toms760.o tripack.o -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/akima/libs
** R
** data
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'akima'
    finding HTML links ... done
    akima                                   html  
    akima760                                html  
    aspline                                 html  
    bicubic                                 html  
    bicubic.grid                            html  
    interp                                  html  
    interp2xyz                              html  
    interpp                                 html  
** building package indices
** testing if installed package can be loaded
* DONE (akima)
Making 'packages.html' ... done