Last data update: 2014.03.03

rtkore

Package: rtkore
Type: Package
Title: STK++ Core Library Integration to R using Rcpp
Version: 1.1.0
Encoding: UTF-8
Date: 2016-05-30
Authors@R: c(person("Serge", "Iovleff", role=c("aut","cre"),
email="serge.iovleff@stkpp.org"),
person("Parmeet", "Bhatia", role="ctb",
email="bhatia.parmeet@gmail.com"))
Copyright: Inria, University Lille 1 and specifically inst/COPYRIGHTS
for the STK++ library
Maintainer: Serge Iovleff <serge.iovleff@stkpp.org>
Description: STK++ (http://www.stkpp.org) is a collection of
C++ classes for statistics, clustering, linear algebra, arrays (with an
Eigen-like API), regression, dimension reduction, etc. The integration of
the library to R is using Rcpp.
.
The rtkore package includes the header files from the STK++ core library.
All files contain only templated classes and/or inlined functions.
.
STK++ is licensed under the GNU LGPL version 2 or later. rtkore
(the stkpp integration into R) is licensed under the
GNU GPL version 2 or later. See file LICENSE.note for details.
License: GPL (>= 2)
BugReports: https://sourceforge.net/projects/stkpp/
LazyLoad: yes
Depends: R (>= 3.1.0), Rcpp (>= 0.11.0)
LinkingTo: Rcpp
URL: http://www.stkpp.org
NeedsCompilation: yes
SystemRequirements: GNU make
Collate: 'rtkore.R' 'rtkoreFlags.R' 'inlineCxxPlugin.R'
RoxygenNote: 5.0.1
Packaged: 2016-06-12 20:34:02 UTC; iovleff
Author: Serge Iovleff [aut, cre],
Parmeet Bhatia [ctb]
Repository: CRAN
Date/Publication: 2016-06-12 23:33:26

● 0 images, 2 functions, 0 datasets
Reverse Depends: 2

Install log

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