We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ffdc2b commit 6f2edbaCopy full SHA for 6f2edba
DESCRIPTION
@@ -1,5 +1,5 @@
1
Package: RMySQL
2
-Version: 0.11.0
+Version: 0.11.1
3
Title: Database Interface and 'MySQL' Driver for R
4
Description: Legacy 'DBI' interface to 'MySQL' / 'MariaDB' based on old code
5
ported from S-PLUS. A modern 'MySQL' client written in 'C++' is available
src/Makevars.in
@@ -1,7 +1,7 @@
PKG_CPPFLAGS=@cflags@
PKG_LIBS=@libs@
-all: clean
+all: cleanup
6
-clean:
7
- rm -f $(SHLIB) $(OBJECTS)
+cleanup: $(SHLIB)
+ @rm -f ../.deps
0 commit comments