Last data update: 2014.03.03

fastGHQuad

Package: fastGHQuad
Type: Package
Title: Fast Rcpp implementation of Gauss-Hermite quadrature
Version: 0.2
Date: 2014-08-13
Author: Alexander W Blocker
Maintainer: Alexander W Blocker <ablocker@gmail.com>
Description: Fast, numerically-stable Gauss-Hermite quadrature
License: MIT + file LICENSE
LazyLoad: yes
URL: https://github.com/awblocker/fastGHQuad
Depends: Rcpp (>= 0.11.0)
LinkingTo: Rcpp
Packaged: 2014-08-14 04:04:21 UTC; awblocker
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-08-14 07:11:15

● Cran Task View: NumericalMathematics
● 0 images, 7 functions, 0 datasets
Reverse Depends: 1

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'fastGHQuad' ...
** package 'fastGHQuad' successfully unpacked and MD5 sums checked
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include"   -fpic  -g -O2  -c lib.cpp -o lib.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o fastGHQuad.so lib.o -L/home/ddbj/local/lib64/R/lib -lRlapack -L/home/ddbj/local/lib64/R/lib -lRblas -lgfortran -lm -lquadmath -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/fastGHQuad/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'fastGHQuad'
    finding HTML links ... done
    aghQuad                                 html  
    evalHermitePoly                         html  
    fastGHQuad-package                      html  
    findPolyRoots                           html  
    gaussHermiteData                        html  
    ghQuad                                  html  
    hermitePolyCoef                         html  
** building package indices
** testing if installed package can be loaded
* DONE (fastGHQuad)
Making 'packages.html' ... done