Skip to content

Commit 69258ad

Browse files
committed
Bump version
1 parent 9a6dfea commit 69258ad

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Package: RMySQL
2-
Version: 0.10.14
2+
Version: 0.10.15
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
66
'MySQL' client based on 'Rcpp' is available from the 'RMariaDB' package.
7-
Authors@R: c(person("Jeroen", "Ooms", email = "jeroen@berkeley.edu", role = c("aut", "cre")),
7+
Authors@R: c(person("Jeroen", "Ooms", email = "jeroen@berkeley.edu",
8+
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4035-0289")),
89
person("David", "James", role = "aut"),
910
person("Saikat", "DebRoy", role = "aut"),
1011
person("Hadley", "Wickham", email = "hadley@rstudio.com", role = "aut"),

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.10.14
2+
3+
* Windows: Update mariadbclient to v 2.3.5
4+
15
# Version 0.10.14
26

37
* Windows: Update mariadbclient to v 2.3.4

tools/winlibs.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Info and source code: https://downloads.mariadb.org/client-native/
33
if(!file.exists("../windows/libmariadbclient-2.3.5/include/mariadb/mysql.h")){
44
if(getRversion() < "3.3.0") setInternet2()
5-
curl::curl_download("https://github.com/rwinlib/libmariadbclient/archive/v2.3.5.zip", "lib.zip")
5+
download.file("https://github.com/rwinlib/libmariadbclient/archive/v2.3.5.zip", "lib.zip")
66
dir.create("../windows", showWarnings = FALSE)
77
unzip("lib.zip", exdir = "../windows")
88
unlink("lib.zip")

0 commit comments

Comments
 (0)