/usr/lib/R/site-library/RMySQL/DESCRIPTION is in r-cran-rmysql 0.10.13-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 37 | Package: RMySQL
Version: 0.10.13
Title: Database Interface and 'MySQL' Driver for R
Description: A 'DBI' interface to 'MySQL' / 'MariaDB'. The 'RMySQL' package contains an
old implementation based on legacy code from S-PLUS which being phased out. A modern
'MySQL' client based on 'Rcpp' is available from the 'RMariaDB' package on 'Github':
<https://github.com/rstats-db/RMariaDB>.
Authors@R: c(person("Jeroen", "Ooms", email = "jeroen@berkeley.edu", role = c("aut", "cre")),
person("David", "James", role = "aut"),
person("Saikat", "DebRoy", role = "aut"),
person("Hadley", "Wickham", email = "hadley@rstudio.com", role = "aut"),
person("Jeffrey", "Horner", role = "aut"),
person("RStudio", role = "cph"))
Depends: R (>= 2.8.0), DBI (>= 0.4)
Imports: methods
License: GPL-2
URL: https://downloads.mariadb.org/connector-c/ (upstream)
BugReports: https://github.com/rstats-db/rmysql/issues
SystemRequirements: libmariadb-client-dev | libmariadb-client-lgpl-dev
| libmysqlclient-dev (deb), mariadb-devel (rpm), mariadb |
mysql-connector-c (brew), mysql56_dev (csw)
NeedsCompilation: yes
Collate: 'mysql.R' 'driver.R' 'connection.R' 'data-type.R' 'default.R'
'escaping.R' 'result.R' 'extension.R' 'is-valid.R' 'table.R'
'transaction.R'
Suggests: testthat
Packaged: 2017-08-14 16:00:27 UTC; jeroen
Author: Jeroen Ooms [aut, cre],
David James [aut],
Saikat DebRoy [aut],
Hadley Wickham [aut],
Jeffrey Horner [aut],
RStudio [cph]
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
Repository: CRAN
Date/Publication: 2017-08-14 18:34:42 UTC
Built: R 3.4.3; x86_64-pc-linux-gnu; "Mon, 12 Feb 2018 19:36:19 -0600"; unix
|