Last data update: 2014.03.03

IBHM

Package: IBHM
Type: Package
Title: Approximation using the IBHM method
Version: 1.1-11
Date: 2014-01-18
Author: Pawel Zawistowski
Maintainer: Pawel Zawistowski <dratewka@gmail.com>
Description: Implementation of an incremental model construction method called IBHM which
stands for Incrementally Built Heterogeneous Model. The method is designed for solving
real number approximation problems in a highly automated fashion.
License: GPL (>= 2)
Depends: R (>= 2.15.2), compiler, DEoptim (>= 2.2-1), cmaes (>= 1.0-11),
Rcpp (>= 0.10.3), methods (>= 3.0.1)
LinkingTo: Rcpp
RcppModules: evaluator
Packaged: 2014-01-18 22:41:46 UTC; pz
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-01-19 00:29:25

4 images, 8 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'IBHM' ...
** package 'IBHM' 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 manualRcppExports.cpp -o manualRcppExports.o
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 weighted.cpp -o weighted.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o IBHM.so manualRcppExports.o weighted.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/IBHM/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'IBHM'
    finding HTML links ... done
    ConfigureIBHM                           html  
    IBHM-package                            html  
    IterationSC                             html  
    TrainIBHM                               html  
    ValidationSC                            html  
    length.IBHM                             html  
    predict.IBHM                            html  
    summary.IBHM                            html  
** building package indices
** testing if installed package can be loaded
* DONE (IBHM)
Making 'packages.html' ... done