Last data update: 2014.03.03

plyr

Package: plyr
Version: 1.8.4
Title: Tools for Splitting, Applying and Combining Data
Description: A set of tools that solves a common set of problems: you
need to break a big problem down into manageable pieces, operate on each
piece and then put all the pieces back together. For example, you might
want to fit a model to each spatial location or time point in your study,
summarise data by panels or collapse high-dimensional arrays to simpler
summary statistics. The development of 'plyr' has been generously supported
by 'Becton Dickinson'.
Authors@R: person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre"))
URL: http://had.co.nz/plyr
BugReports: https://github.com/hadley/plyr/issues
Depends: R (>= 3.1.0)
Imports: Rcpp (>= 0.11.0)
LinkingTo: Rcpp
Suggests: abind, testthat, tcltk, foreach, doParallel, itertools,
iterators, covr
License: MIT + file LICENSE
LazyData: true
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-06-07 19:58:36 UTC; hadley
Author: Hadley Wickham [aut, cre]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2016-06-08 10:40:15


Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'plyr' ...
** package 'plyr' 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
gcc -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 loop_apply.c -o loop_apply.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 split-numeric.cpp -o split-numeric.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o plyr.so RcppExports.o loop_apply.o split-numeric.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/plyr/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'plyr'
    finding HTML links ... done
    a_ply                                   html  
    aaply                                   html  
    adply                                   html  
    alply                                   html  
    amv_dim                                 html  
    amv_dimnames                            html  
    arrange                                 html  
    as.data.frame.function                  html  
    as.list.split                           html  
    as.quoted                               html  
    baseball                                html  
    colwise                                 html  
    compact                                 html  
    count                                   html  
    create_progress_bar                     html  
    d_ply                                   html  
    daply                                   html  
    ddply                                   html  
    defaults                                html  
    desc                                    html  
    dims                                    html  
    dlply                                   html  
    each                                    html  
    empty                                   html  
    eval.quoted                             html  
    failwith                                html  
    get-split                               html  
    here                                    html  
    id                                      html  
    id_var                                  html  
    idata.frame                             html  
    indexed_array                           html  
    indexed_df                              html  
    is.discrete                             html  
    is.formula                              html  
    isplit2                                 html  
    join                                    html  
    join.keys                               html  
    join_all                                html  
    l_ply                                   html  
    laply                                   html  
    ldply                                   html  
    liply                                   html  
    list_to_array                           html  
    list_to_dataframe                       html  
    list_to_vector                          html  
    llply                                   html  
    loop_apply                              html  
    m_ply                                   html  
    maply                                   html  
    mapvalues                               html  
    match_df                                html  
    mdply                                   html  
    mlply                                   html  
    mutate                                  html  
    name_rows                               html  
    names.quoted                            html  
    nunique                                 html  
    ozone                                   html  
    plyr-deprecated                         html  
    plyr                                    html  
    print.quoted                            html  
    print.split                             html  
    progress_none                           html  
    progress_text                           html  
    progress_time                           html  
    progress_tk                             html  
    progress_win                            html  
    quickdf                                 html  
    quoted                                  html  
    r_ply                                   html  
    raply                                   html  
    rbind.fill                              html  
    rbind.fill.matrix                       html  
Rd warning: /tmp/Rtmp21GrsR/R.INSTALL12ae3aa3d7fd/plyr/man/rbind.fill.matrix.Rd:51: missing file link 'rbind'
    rdply                                   html  
    reduce_dim                              html  
    rename                                  html  
    revalue                                 html  
    rlply                                   html  
    round_any                               html  
    splat                                   html  
    split_indices                           html  
    split_labels                            html  
    splitter_a                              html  
    splitter_d                              html  
    strip_splits                            html  
    summarise                               html  
    take                                    html  
    true                                    html  
    try_default                             html  
    tryapply                                html  
    unrowname                               html  
    vaggregate                              html  
** building package indices
** testing if installed package can be loaded
* DONE (plyr)
Making 'packages.html' ... done