Last data update: 2014.03.03

tidyr

Package: tidyr
Title: Easily Tidy Data with `spread()` and `gather()` Functions
Version: 0.5.1
Authors@R: c(
person("Hadley", "Wickham", , "hadley@rstudio.com", c("aut", "cre")),
person("RStudio", role = "cph")
)
Description: An evolution of 'reshape2'. It's designed specifically for data
tidying (not general reshaping or aggregating) and works well with
'dplyr' data pipelines.
Depends: R (>= 3.1.0)
License: MIT + file LICENSE
LazyData: true
Imports: tibble, dplyr (>= 0.4), stringi, lazyeval, magrittr, Rcpp
URL: https://github.com/hadley/tidyr
BugReports: https://github.com/hadley/tidyr/issues
Suggests: knitr, testthat, covr, gapminder, rmarkdown
VignetteBuilder: knitr
LinkingTo: Rcpp
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-06-14 12:40:46 UTC; hadley
Author: Hadley Wickham [aut, cre],
RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>
Repository: CRAN
Date/Publication: 2016-06-14 15:22:49


Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'tidyr' ...
** package 'tidyr' 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 fill.cpp -o fill.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++ -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 simplifyPieces.cpp -o simplifyPieces.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o tidyr.so RcppExports.o fill.o melt.o simplifyPieces.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/tidyr/libs
** R
** data
*** moving datasets to lazyload DB
** demo
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'tidyr'
    finding HTML links ... done
    complete                                html  
Rd warning: /tmp/RtmpDf61pm/R.INSTALLa723347ff8f/tidyr/man/complete.Rd:32: missing file link 'left_join'
    complete_                               html  
    expand                                  html  
    expand_                                 html  
    extract                                 html  
    extract_                                html  
    extract_numeric                         html  
    fill                                    html  
    fill_                                   html  
    full_seq                                html  
    gather                                  html  
    gather_                                 html  
    nest                                    html  
    nest_                                   html  
    pipe                                    html  
Rd warning: /tmp/RtmpDf61pm/R.INSTALLa723347ff8f/tidyr/man/pipe.Rd:10: missing file link '%>%'
    population                              html  
    replace_na                              html  
    separate                                html  
    separate_                               html  
    separate_rows                           html  
    separate_rows_                          html  
    smiths                                  html  
    spread                                  html  
    spread_                                 html  
    table1                                  html  
    unite                                   html  
    unite_                                  html  
    unnest                                  html  
    unnest_                                 html  
    who                                     html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (tidyr)
Making 'packages.html' ... done