Last data update: 2014.03.03

reshape2

Package: reshape2
Title: Flexibly Reshape Data: A Reboot of the Reshape Package.
Version: 1.4.1
Author: Hadley Wickham <h.wickham@gmail.com>
Maintainer: Hadley Wickham <h.wickham@gmail.com>
Description: Flexibly restructure and aggregate data using just two
functions: melt and dcast (or acast).
URL: https://github.com/hadley/reshape
BugReports: https://github.com/hadley/reshape/issues
LinkingTo: Rcpp
Imports: plyr (>= 1.8.1), stringr, Rcpp
Suggests: testthat (>= 0.8.0), lattice
License: MIT + file LICENSE
LazyData: true
Packaged: 2014-12-05 16:34:10 UTC; hadley
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-12-06 06:56:59


Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'reshape2' ...
** package 'reshape2' 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 RcppExports.cpp -o RcppExports.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 melt.cpp -o melt.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o reshape2.so RcppExports.o melt.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/reshape2/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'reshape2'
    finding HTML links ... done
    add_margins                             html  
    cast                                    html  
Rd warning: /tmp/RtmpatoT5L/R.INSTALL17902eaf8b41/reshape2/man/cast.Rd:60: missing file link '.'
    colsplit                                html  
    french_fries                            html  
    guess_value                             html  
    margins                                 html  
    melt                                    html  
    melt.array                              html  
    melt.data.frame                         html  
    melt.default                            html  
    melt.list                               html  
    melt_check                              html  
    parse_formula                           html  
    recast                                  html  
    smiths                                  html  
    tips                                    html  
** building package indices
** testing if installed package can be loaded
* DONE (reshape2)
Making 'packages.html' ... done