Last data update: 2014.03.03

dplyr

Package: dplyr
Type: Package
Version: 0.5.0
Title: A Grammar of Data Manipulation
Description: A fast, consistent tool for working with data frame like objects,
both in memory and out of memory.
Authors@R: c(
person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre")),
person("Romain", "Francois", , "romain@r-enthusiasts.com", role = "aut"),
person("RStudio", role = "cph")
)
URL: https://github.com/hadley/dplyr
BugReports: https://github.com/hadley/dplyr/issues
Depends: R (>= 3.1.2)
Imports: assertthat, utils, R6, Rcpp (>= 0.12.3), tibble, magrittr,
lazyeval (>= 0.1.10), DBI (>= 0.4.1)
Suggests: RSQLite (>= 1.0.0), RMySQL, RPostgreSQL, testthat, knitr,
microbenchmark, ggplot2, mgcv, Lahman (>= 3.0-1), nycflights13,
methods, rmarkdown, covr, dtplyr
VignetteBuilder: knitr
LinkingTo: Rcpp (>= 0.12.0), BH (>= 1.58.0-1)
LazyData: yes
License: MIT + file LICENSE
Collate: 'RcppExports.R' 'all-equal.r' 'bench-compare.r' 'bind.r'
'case_when.R' 'coalesce.R' 'colwise.R' 'compute-collect.r'
'copy-to.r' 'data-lahman.r' 'data-nasa.r' 'data-nycflights13.r'
'data-temp.r' 'data.r' 'dataframe.R' 'dbi-s3.r' 'desc.r'
'distinct.R' 'do.r' 'dplyr.r' 'explain.r' 'failwith.r' 'funs.R'
'group-by.r' 'group-indices.R' 'group-size.r' 'grouped-df.r'
'id.r' 'if_else.R' 'inline.r' 'join.r' 'lazy-ops.R'
'lead-lag.R' 'location.R' 'manip.r' 'na_if.R' 'near.R'
'nth-value.R' 'order-by.R' 'over.R' 'partial-eval.r'
'progress.R' 'query.r' 'rank.R' 'recode.R' 'rowwise.r'
'sample.R' 'select-utils.R' 'select-vars.R' 'sets.r'
'sql-build.R' 'sql-escape.r' 'sql-generic.R' 'sql-query.R'
'sql-render.R' 'sql-star.r' 'src-local.r' 'src-mysql.r'
'src-postgres.r' 'src-sql.r' 'src-sqlite.r' 'src-test.r'
'src.r' 'tally.R' 'tbl-cube.r' 'tbl-df.r' 'tbl-lazy.R'
'tbl-sql.r' 'tbl.r' 'tibble-reexport.r' 'top-n.R'
'translate-sql-helpers.r' 'translate-sql-base.r'
'translate-sql-window.r' 'translate-sql.r' 'utils-format.r'
'utils-replace-with.R' 'utils.r' 'view.r' 'zzz.r'
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-06-23 21:54:41 UTC; hadley
Author: Hadley Wickham [aut, cre],
Romain Francois [aut],
RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2016-06-24 15:37:11


Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'dplyr' ...
** package 'dplyr' successfully unpacked and MD5 sums checked
** libs
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/include -DCOMPILING_DPLYR -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/BH/include"  -DBOOST_NO_INT64_T -DBOOST_NO_INTEGRAL_INT64_T -DBOOST_NO_LONG_LONG -fpic  -g -O2  -c RcppExports.cpp -o RcppExports.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/include -DCOMPILING_DPLYR -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/BH/include"  -DBOOST_NO_INT64_T -DBOOST_NO_INTEGRAL_INT64_T -DBOOST_NO_LONG_LONG -fpic  -g -O2  -c address.cpp -o address.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/include -DCOMPILING_DPLYR -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/BH/include"  -DBOOST_NO_INT64_T -DBOOST_NO_INTEGRAL_INT64_T -DBOOST_NO_LONG_LONG -fpic  -g -O2  -c api.cpp -o api.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/include -DCOMPILING_DPLYR -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/BH/include"  -DBOOST_NO_INT64_T -DBOOST_NO_INTEGRAL_INT64_T -DBOOST_NO_LONG_LONG -fpic  -g -O2  -c arrange.cpp -o arrange.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/include -DCOMPILING_DPLYR -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/BH/include"  -DBOOST_NO_INT64_T -DBOOST_NO_INTEGRAL_INT64_T -DBOOST_NO_LONG_LONG -fpic  -g -O2  -c between.cpp -o between.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/include -DCOMPILING_DPLYR -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/BH/include"  -DBOOST_NO_INT64_T -DBOOST_NO_INTEGRAL_INT64_T -DBOOST_NO_LONG_LONG -fpic  -g -O2  -c bind.cpp -o bind.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/include -DCOMPILING_DPLYR -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/BH/include"  -DBOOST_NO_INT64_T -DBOOST_NO_INTEGRAL_INT64_T -DBOOST_NO_LONG_LONG -fpic  -g -O2  -c combine_variables.cpp -o combine_variables.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/include -DCOMPILING_DPLYR -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/BH/include"  -DBOOST_NO_INT64_T -DBOOST_NO_INTEGRAL_INT64_T -DBOOST_NO_LONG_LONG -fpic  -g -O2  -c distinct.cpp -o distinct.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/include -DCOMPILING_DPLYR -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/BH/include"  -DBOOST_NO_INT64_T -DBOOST_NO_INTEGRAL_INT64_T -DBOOST_NO_LONG_LONG -fpic  -g -O2  -c dplyr.cpp -o dplyr.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/include -DCOMPILING_DPLYR -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/BH/include"  -DBOOST_NO_INT64_T -DBOOST_NO_INTEGRAL_INT64_T -DBOOST_NO_LONG_LONG -fpic  -g -O2  -c filter.cpp -o filter.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/include -DCOMPILING_DPLYR -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/BH/include"  -DBOOST_NO_INT64_T -DBOOST_NO_INTEGRAL_INT64_T -DBOOST_NO_LONG_LONG -fpic  -g -O2  -c group_indices.cpp -o group_indices.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/include -DCOMPILING_DPLYR -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/BH/include"  -DBOOST_NO_INT64_T -DBOOST_NO_INTEGRAL_INT64_T -DBOOST_NO_LONG_LONG -fpic  -g -O2  -c init.cpp -o init.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/include -DCOMPILING_DPLYR -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/BH/include"  -DBOOST_NO_INT64_T -DBOOST_NO_INTEGRAL_INT64_T -DBOOST_NO_LONG_LONG -fpic  -g -O2  -c join.cpp -o join.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/include -DCOMPILING_DPLYR -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/BH/include"  -DBOOST_NO_INT64_T -DBOOST_NO_INTEGRAL_INT64_T -DBOOST_NO_LONG_LONG -fpic  -g -O2  -c nth.cpp -o nth.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/include -DCOMPILING_DPLYR -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/BH/include"  -DBOOST_NO_INT64_T -DBOOST_NO_INTEGRAL_INT64_T -DBOOST_NO_LONG_LONG -fpic  -g -O2  -c select.cpp -o select.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/include -DCOMPILING_DPLYR -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/BH/include"  -DBOOST_NO_INT64_T -DBOOST_NO_INTEGRAL_INT64_T -DBOOST_NO_LONG_LONG -fpic  -g -O2  -c strings_addresses.cpp -o strings_addresses.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/include -DCOMPILING_DPLYR -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/BH/include"  -DBOOST_NO_INT64_T -DBOOST_NO_INTEGRAL_INT64_T -DBOOST_NO_LONG_LONG -fpic  -g -O2  -c summarise.cpp -o summarise.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/include -DCOMPILING_DPLYR -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/BH/include"  -DBOOST_NO_INT64_T -DBOOST_NO_INTEGRAL_INT64_T -DBOOST_NO_LONG_LONG -fpic  -g -O2  -c test.cpp -o test.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG -I../inst/include -DCOMPILING_DPLYR -I/usr/local/include -I"/home/ddbj/local/lib64/R/library/Rcpp/include" -I"/home/ddbj/local/lib64/R/library/BH/include"  -DBOOST_NO_INT64_T -DBOOST_NO_INTEGRAL_INT64_T -DBOOST_NO_LONG_LONG -fpic  -g -O2  -c window.cpp -o window.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o dplyr.so RcppExports.o address.o api.o arrange.o between.o bind.o combine_variables.o distinct.o dplyr.o filter.o group_indices.o init.o join.o nth.o select.o strings_addresses.o summarise.o test.o window.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/dplyr/libs
** R
** data
*** moving datasets to lazyload DB
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'dplyr'
    finding HTML links ... done
    add_rownames                            html  
Rd warning: /tmp/RtmpLXb1I0/R.INSTALL1b7e6941ae69/dplyr/man/add_rownames.Rd:15: missing file link 'rownames_to_column'
    all_equal                               html  
    arrange                                 html  
    as.table.tbl_cube                       html  
    as.tbl_cube                             html  
    auto_copy                               html  
    backend_db                              html  
    backend_sql                             html  
    backend_src                             html  
    bench_compare                           html  
    between                                 html  
    bind                                    html  
    build_sql                               html  
    case_when                               html  
    coalesce                                html  
    common_by                               html  
    compute                                 html  
    copy_to                                 html  
    copy_to.src_sql                         html  
    cumall                                  html  
    desc                                    html  
    dim_desc                                html  
    distinct                                html  
    do                                      html  
    dplyr                                   html  
    explain                                 html  
    failwith                                html  
    filter                                  html  
    funs                                    html  
    group_by                                html  
    group_by_prepare                        html  
    group_indices                           html  
    group_size                              html  
    grouped_df                              html  
    groups                                  html  
    id                                      html  
    if_else                                 html  
    join                                    html  
    join.tbl_df                             html  
    join.tbl_sql                            html  
    lahman                                  html  
    lazy_ops                                html  
    lead-lag                                html  
    location                                html  
    make_tbl                                html  
    mutate                                  html  
    n                                       html  
    n_distinct                              html  
    na_if                                   html  
    named_commas                            html  
    nasa                                    html  
    near                                    html  
    nth                                     html  
    nycflights13                            html  
    order_by                                html  
    partial_eval                            html  
    progress_estimated                      html  
    query                                   html  
    ranking                                 html  
    recode                                  html  
    reexports                               html  
Rd warning: /tmp/RtmpLXb1I0/R.INSTALL1b7e6941ae69/dplyr/man/reexports.Rd:24: missing file link '%>%'
Rd warning: /tmp/RtmpLXb1I0/R.INSTALL1b7e6941ae69/dplyr/man/reexports.Rd:26: missing file link 'data_frame_'
Rd warning: /tmp/RtmpLXb1I0/R.INSTALL1b7e6941ae69/dplyr/man/reexports.Rd:26: missing file link 'lst'
Rd warning: /tmp/RtmpLXb1I0/R.INSTALL1b7e6941ae69/dplyr/man/reexports.Rd:26: missing file link 'lst_'
Rd warning: /tmp/RtmpLXb1I0/R.INSTALL1b7e6941ae69/dplyr/man/reexports.Rd:26: missing file link 'type_sum'
Rd warning: /tmp/RtmpLXb1I0/R.INSTALL1b7e6941ae69/dplyr/man/reexports.Rd:26: missing file link 'tibble'
Rd warning: /tmp/RtmpLXb1I0/R.INSTALL1b7e6941ae69/dplyr/man/reexports.Rd:26: missing file link 'trunc_mat'
    rowwise                                 html  
    same_src                                html  
    sample                                  html  
    select                                  html  
    select_helpers                          html  
    select_if                               html  
    select_vars                             html  
    setops                                  html  
    slice                                   html  
    sql                                     html  
    sql_build                               html  
    sql_quote                               html  
    sql_variant                             html  
    src-test                                html  
    src                                     html  
    src_local                               html  
    src_memdb                               html  
    src_mysql                               html  
Rd warning: /tmp/RtmpLXb1I0/R.INSTALL1b7e6941ae69/dplyr/man/src_mysql.Rd:20: missing file link 'MySQL'
    src_postgres                            html  
    src_sql                                 html  
    src_sqlite                              html  
    src_tbls                                html  
    summarise                               html  
    summarise_all                           html  
    summarise_each                          html  
    tally                                   html  
    tbl                                     html  
    tbl_cube                                html  
    tbl_df                                  html  
    finding level-2 HTML links ... done

    tbl_sql                                 html  
    tbl_vars                                html  
    testing                                 html  
    top_n                                   html  
    translate_sql                           html  
    vars                                    html  
    with_order                              html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (dplyr)
Making 'packages.html' ... done