/usr/lib/R/site-library/RSQLite/DESCRIPTION is in r-cran-rsqlite 1.0.0-2.
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 | Package: RSQLite
Version: 1.0.0
Title: SQLite Interface for R
Authors@R: as.person(c(
"Hadley Wickham <hadley@rstudio.com> [aut, cre]",
"David A. James [aut]",
"Seth Falcon [aut]",
"SQLite Authors (for the included SQLite sources) [ctb]",
"Liam Healy (for the include SQLite extensions) [ctb]",
"RStudio [cph]"
))
Description: This package embeds the SQLite database engine in R and
provides an interface compliant with the DBI package.
The source for the SQLite engine (version 3.8.6) is included.
Depends: R (>= 2.10.0), DBI (>= 0.3.1), methods
Suggests: testthat
License: LGPL (>= 2)
URL: https://github.com/rstats-db/RSQLite
BugReports: https://github.com/rstats-db/RSQLite/issues
Collate: 'ConnectionExtensions.R' 'Connection.R' 'Driver.R' 'Connect.R'
'ConnectionRead.R' 'ConnectionTransactions.R'
'ConnectionWrite.R' 'Constants.R' 'Escaping.R' 'Result.R'
'Object.R' 'Summary.R' 'Utils.R' 'datasetsDb.R' 'dbGetInfo.R'
'extensions.R' 'zzz.R'
Packaged: 2014-10-24 18:38:41 UTC; hadley
Author: Hadley Wickham [aut, cre],
David A. James [aut],
Seth Falcon [aut],
SQLite Authors [ctb] (for the included SQLite sources),
Liam Healy [ctb] (for the include SQLite extensions),
RStudio [cph]
Maintainer: Hadley Wickham <hadley@rstudio.com>
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2014-10-25 01:58:48
Built: R 3.2.2; x86_64-pc-linux-gnu; "Fri, 25 Sep 2015 23:29:57 +0200"; unix
|