Last data update: 2014.03.03

robustgam

Package: robustgam
Type: Package
Title: Robust Estimation for Generalized Additive Models
Version: 0.1.7
Date: 2013-5-7
Author: Raymond K. W. Wong, Fang Yao and Thomas C. M. Lee
Maintainer: Raymond K. W. Wong <raymondkww.dev@gmail.com>
Description: This package provides robust estimation for generalized
additive models. It implements a fast and stable algorithm in
Wong, Yao and Lee (2013). The implementation also contains
three automatic selection methods for smoothing parameter. They
are designed to be robust to outliers. For more details, see
Wong, Yao and Lee (2013).
License: GPL (>= 2)
Depends: Rcpp (>= 0.9.13), RcppArmadillo (>= 0.3.4.4), mgcv (>=
1.7-20), robustbase (>= 0.9-3)
LinkingTo: Rcpp, RcppArmadillo
Packaged: 2014-01-02 18:01:16 UTC; ripley
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-01-02 19:18:27

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'robustgam' ...
** package 'robustgam' 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" -I"/home/ddbj/local/lib64/R/library/RcppArmadillo/include"   -fpic  -g -O2  -c fit.gam.cpp -o fit.gam.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/RcppArmadillo/include"   -fpic  -g -O2  -c rgam.fast.cpp -o rgam.fast.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o robustgam.so fit.gam.o rgam.fast.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/robustgam/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'robustgam'
    finding HTML links ... done
    cplot.robustgam                         html  
    pred.robustgam                          html  
    robustgam-package                       html  
    robustgam.CV                            html  
    robustgam.GIC                           html  
    robustgam.GIC.optim                     html  
    robustgam                               html  
** building package indices
** testing if installed package can be loaded
* DONE (robustgam)
Making 'packages.html' ... done