/usr/lib/R/site-library/tibble/DESCRIPTION is in r-cran-tibble 1.2-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | Package: tibble
Encoding: UTF-8
Version: 1.2
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 (>= 1.5.32), rmarkdown, nycflights13,
microbenchmark
LinkingTo: Rcpp
LazyData: yes
License: MIT + file LICENSE
RoxygenNote: 5.0.1
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2016-08-26 11:42:44 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-08-26 21:50:28
Built: R 3.3.2; x86_64-pc-linux-gnu; 'Thu, 10 Nov 2016 11:03:33 +0100'; unix
|