We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ddc979 commit 49ce40eCopy full SHA for 49ce40e
2 files changed
DESCRIPTION
@@ -1,6 +1,6 @@
1
Package: kwb.db
2
Title: Functions supporting data base access
3
-Version: 0.7.0
+Version: 0.7.1
4
Authors@R:
5
c(person(given = "Hauke",
6
family = "Sonnenberg",
NEWS.md
@@ -1,3 +1,9 @@
+# [kwb.db 0.7.1](https://github.com/KWB-R/kwb.db/releases/tag/v0.7.1) <small>2025-06-05</small>
+
+* Use latest RODBC release (2024-12-12) from [https://github.com/cran/RODBC](https://github.com/cran/RODBC)
+to fix installation problems on Windows (Ubuntu & macOS package installation still
+fails on GH actions)
7
# [kwb.db 0.7.0](https://github.com/KWB-R/kwb.db/releases/tag/v0.7.0) <small>2023-09-25</small>
8
9
* Add and export `read_schemata()`, `read_relations()`, `merge_relations()`
0 commit comments