Skip to content

Commit a3a3d73

Browse files
committed
Tweak description
1 parent 78b26a1 commit a3a3d73

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

DESCRIPTION

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ Version: 0.10.14
33
Title: Database Interface and 'MySQL' Driver for R
44
Description: A 'DBI' interface to 'MySQL' / 'MariaDB'. The 'RMySQL' package contains an
55
old implementation based on legacy code from S-PLUS which being phased out. A modern
6-
'MySQL' client based on 'Rcpp' is available from the 'RMariaDB' package on 'Github':
7-
<https://github.com/rstats-db/RMariaDB>.
6+
'MySQL' client based on 'Rcpp' is available from the 'RMariaDB' package.
87
Authors@R: c(person("Jeroen", "Ooms", email = "[email protected]", role = c("aut", "cre")),
98
person("David", "James", role = "aut"),
109
person("Saikat", "DebRoy", role = "aut"),
@@ -18,7 +17,7 @@ Imports:
1817
methods
1918
License: GPL-2
2019
URL: https://downloads.mariadb.org/connector-c/ (upstream)
21-
BugReports: https://github.com/rstats-db/rmysql/issues
20+
BugReports: https://github.com/r-dbi/rmysql/issues
2221
SystemRequirements: libmariadb-client-dev | libmariadb-client-lgpl-dev | libmysqlclient-dev (deb),
2322
mariadb-devel (rpm), mariadb | mysql-connector-c (brew), mysql56_dev (csw)
2423
NeedsCompilation: yes
@@ -35,4 +34,5 @@ Collate:
3534
'table.R'
3635
'transaction.R'
3736
Suggests:
38-
testthat
37+
testthat,
38+
RMariaDB

0 commit comments

Comments
 (0)