Last data update: 2014.03.03

cubature

Package: cubature
Type: Package
Title: Adaptive multivariate integration over hypercubes
Version: 1.1-2
Date: 2013-02-24
Author: C code by Steven G. Johnson, R by Balasubramanian Narasimhan
Maintainer: Balasubramanian Narasimhan <naras@stat.stanford.edu>
Description: Adaptive multivariate integration over hypercubes
License: GPL (>= 2)
Packaged: 2013-02-24 20:30:56 UTC; naras
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2013-02-25 07:34:36

● Cran Task View: NumericalMathematics
● 0 images, 2 functions, 0 datasets
Reverse Depends: 5

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'cubature' ...
** package 'cubature' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   "-DR_PACKAGE=1 -DTEST_INTEGRATOR=0" -fpic  -g -O2  -c cubature.c -o cubature.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include   "-DR_PACKAGE=1 -DTEST_INTEGRATOR=0" -fpic  -g -O2  -c rcubature.c -o rcubature.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o cubature.so cubature.o rcubature.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/cubature/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'cubature'
    finding HTML links ... done
    adaptIntegrate                          html  
    cubature-package                        html  
** building package indices
** testing if installed package can be loaded
* DONE (cubature)
Making 'packages.html' ... done