forked from r-dbi/RMySQL
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
40 lines (40 loc) · 1.25 KB
/
DESCRIPTION
File metadata and controls
40 lines (40 loc) · 1.25 KB
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.11.0.9000
Title: Database Interface and MySQL Driver for R
Encoding: UTF-8
Description: Implements DBI-compliant Interface to MySQL and MariaDB Databases.
Authors@R: c(person("Jeroen", "Ooms", email = "jeroen.ooms@stat.ucla.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"),
person("Kungliga Tekniska Högskolan", role = "ctb", comment = "Source code for timegm"))
Depends:
R (>= 2.8.0),
DBI (>= 0.3.1.9007)
Imports:
methods,
Rcpp
License: GPL-2
URL: https://github.com/rstats-db/rmysql,
https://downloads.mariadb.org/connector-c/
BugReports: https://github.com/rstats-db/rmysql/issues
SystemRequirements: libmariadb-client-lgpl-dev or libmysqlclient-dev (deb),
mariadb-devel (rpm), mariadb or mysql-connector-c (brew).
NeedsCompilation: yes
Collate:
'MySQLConnection.R'
'MySQLDriver.R'
'MySQLResult.R'
'RcppExports.R'
'connect.R'
'default.R'
'deprecated.R'
'query.R'
'quote.R'
'table.R'
'transaction.R'
Suggests:
testthat
LinkingTo: Rcpp, BH