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
|
Package: RMySQL
Version: 0.11.2
Title: Database Interface and 'MySQL' Driver for R
Description: Legacy 'DBI' interface to 'MySQL' / 'MariaDB' based on old code
ported from S-PLUS. A modern 'MySQL' client written in 'C++' is available
from the 'RMariaDB' package.
Authors@R: c(person("Jeroen", "Ooms", email = "jeroenooms@gmail.com",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4035-0289")),
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://r-dbi.r-universe.dev/RMySQL
https://downloads.mariadb.org/connector-c/
BugReports: https://github.com/r-dbi/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, curl
RoxygenNote: 7.3.2.9000
Packaged: 2026-03-02 16:01:37 UTC; jeroen
Author: Jeroen Ooms [aut, cre] (ORCID: <https://orcid.org/0000-0002-4035-0289>),
David James [aut],
Saikat DebRoy [aut],
Hadley Wickham [aut],
Jeffrey Horner [aut],
RStudio [cph]
Maintainer: Jeroen Ooms <jeroenooms@gmail.com>
Repository: CRAN
Date/Publication: 2026-03-02 20:40:08 UTC
|