/usr/lib/R/site-library/DBI/DESCRIPTION is in r-cran-dbi 0.7-1build1.
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 | Package: DBI
Version: 0.7
Date: 2017-06-17
Title: R Database Interface
Description: A database interface definition for communication
between R and relational database management systems. All
classes in this package are virtual and need to be extended by
the various R/DBMS implementations.
Authors@R: c(
person("R Special Interest Group on Databases (R-SIG-DB)", role = "aut"),
person("Hadley", "Wickham", role = "aut"),
person("Kirill", "Müller", email = "krlmlr+r@mailbox.org", role = c("aut", "cre"))
)
Depends: R (>= 3.0.0), methods
Suggests: blob, covr, hms, knitr, magrittr, rprojroot, rmarkdown,
RSQLite (>= 1.1-2), testthat, xml2
Encoding: UTF-8
License: LGPL (>= 2)
URL: http://rstats-db.github.io/DBI
URLNote: https://github.com/rstats-db/DBI
BugReports: https://github.com/rstats-db/DBI/issues
Collate: 'DBObject.R' 'DBDriver.R' 'DBConnection.R' 'ANSI.R'
'DBI-package.R' 'DBResult.R' 'data-types.R' 'data.R'
'deprecated.R' 'hidden.R' 'interpolate.R' 'quote.R'
'rownames.R' 'table-create.R' 'table-insert.R' 'table.R'
'transactions.R' 'util.R'
VignetteBuilder: knitr
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-06-18 08:02:52 UTC; muelleki
Author: R Special Interest Group on Databases (R-SIG-DB) [aut],
Hadley Wickham [aut],
Kirill Müller [aut, cre]
Maintainer: Kirill Müller <krlmlr+r@mailbox.org>
Repository: CRAN
Date/Publication: 2017-06-18 15:23:10 UTC
Built: R 3.4.2; ; "Wed, 27 Sep 2017 08:39:36 +0000"; unix
|