forked from r-dbi/RMySQL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.27 KB
/
DESCRIPTION
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
Package: RMySQL
Version: 0.10.17
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 based on 'Rcpp' is available
from the 'RMariaDB' package.
Authors@R: c(person("Jeroen", "Ooms", email = "[email protected]",
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 = "[email protected]", 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/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:
RMariaDB,
testthat,
curl