Last data update: 2014.03.03

tibble

Package: tibble
Encoding: UTF-8
Version: 1.0
Title: Simple Data Frames
Description: Provides a 'tbl_df' class that offers better checking and
printing capabilities than traditional data frames.
Authors@R: c(
person("Hadley", "Wickham", , "hadley@rstudio.com", "aut"),
person("Romain", "Francois", , "romain@r-enthusiasts.com", "aut"),
person("Kirill", "Müller", , "krlmlr+r@mailbox.org", c("aut", "cre")),
person("RStudio", role = "cph")
)
URL: https://github.com/hadley/tibble
BugReports: https://github.com/hadley/tibble/issues
Depends: R (>= 3.1.2)
Imports: methods, assertthat, utils, lazyeval (>= 0.1.10), Rcpp
Suggests: testthat, withr, knitr, rmarkdown, Lahman (>= 3.0.1),
microbenchmark
LinkingTo: Rcpp
LazyData: yes
License: MIT + file LICENSE
RoxygenNote: 5.0.1
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2016-03-22 22:41:38 UTC; muelleki
Author: Hadley Wickham [aut],
Romain Francois [aut],
Kirill Müller [aut, cre],
RStudio [cph]
Maintainer: Kirill Müller <krlmlr+r@mailbox.org>
Repository: CRAN
Date/Publication: 2016-03-23 00:07:32

● 0 images, 13 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'tibble' ...
** package 'tibble' 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 matrixToDataFrame.cpp -o matrixToDataFrame.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o tibble.so RcppExports.o matrixToDataFrame.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/tibble/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'tibble'
    finding HTML links ... done
    add_row                                 html  
    all_equal                               html  
    as_data_frame                           html  
    data_frame                              html  
Rd warning: /tmp/RtmpIPerIn/R.INSTALL1b4c7464966c/tibble/man/data_frame.Rd:23: missing file link 'lazy'
    formatting                              html  
    frame_data                              html  
    glimpse                                 html  
    knit_print.trunc_mat                    html  
    obj_sum                                 html  
    repair_names                            html  
    rownames                                html  
    tbl_df                                  html  
    tibble-package                          html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (tibble)
Making 'packages.html' ... done