/usr/lib/R/site-library/dplyr/DESCRIPTION is in r-cran-dplyr 0.5.0-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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | 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)
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
Built: R 3.3.1; x86_64-pc-linux-gnu; "Sun, 24 Jul 2016 07:35:45 +0200"; unix
|