Last data update: 2014.03.03

DDRTree

Package: DDRTree
Type: Package
Title: Learning Principal Graphs with DDRTree
Version: 0.1.3
Date: 2016-1-17
Author: Xiaojie Qiu, Cole Trapnell, Qi Mao, Li Wang
Depends: irlba
Imports: Rcpp
LinkingTo: Rcpp, RcppEigen, BH
Maintainer: Xiaojie Qiu <xqiu@uw.edu>
Description: Project data into a reduced dimensional space and construct a principal graph from the reduced dimension.
License: Artistic License 2.0
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-02-01 21:28:51 UTC; xqiu
Repository: CRAN
Date/Publication: 2016-02-02 11:47:53

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'DDRTree' ...
** package 'DDRTree' 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/RcppEigen/include" -I"/home/ddbj/local/lib64/R/library/BH/include"   -fpic  -g -O2  -c DDRTree.cpp -o DDRTree.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/RcppEigen/include" -I"/home/ddbj/local/lib64/R/library/BH/include"   -fpic  -g -O2  -c RcppExports.cpp -o RcppExports.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o DDRTree.so DDRTree.o RcppExports.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/DDRTree/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'DDRTree'
    finding HTML links ... done
    DDRTree                                 html  
    get_major_eigenvalue                    html  
    pca_projection_R                        html  
    sqdist_R                                html  
** building package indices
** testing if installed package can be loaded
* DONE (DDRTree)
Making 'packages.html' ... done