Skip to content

Commit 799afe0

Browse files
authored
#127: Prepared release 7.1.0 (#128)
fixes #127
1 parent d9c5b2c commit 799afe0

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: exasol
22
Type: Package
33
Title: R Interface & SDK for the EXASOL Database
44
Version: 7.1.0
5-
Date: 2021-10-07
5+
Date: 2022-07-12
66
Author: Ian Formanek, Marcel Boldt, Mathias Golombek, Muhammet Orazov, Pieterjan Spoelders, Sebastian Baer, Szilard Barany, Thomas Ubensee, Torsten Kilias, Valerie Wiedemann, Viliam Simko
77
Maintainer: Thomas Ubensee <ext.Thomas.Uebensee@exasol.com>
88
Contact: Exasol <opensource@exasol.com>

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@ Leading the TPC-H benchmark, it is considered the fastest analytical data wareho
2020

2121
## Status
2222

23-
The package gets tested in Github against R 3.5, 3.6, 4.0 and 4.1, but it also worked on R 3.3 and R 3.4 in the past. For R 3.6 and earlier, an older RODBC package is necessary, the newer versions (1.3-17 and upwards) only support R 4.0. You can use the [remotes package](https://remotes.r-lib.org/) to install specific versions of RODBC. The packages DBI 0.3.1 and a fork of DBItest 1.0-1 are not the current versions. The Exasol R package may however work with DBI 0.4.1, but until this is resolved the fitting older packages can be loaded from here:
23+
The package gets tested in Github against 4.0, 4.1 and 4.2 (and 3.5/3.6 for Linux!). For R 3.6 and earlier, an older RODBC package is necessary, the newer versions (1.3-17 and upwards) only support R 4.0. You can use the [remotes package](https://remotes.r-lib.org/) to install specific versions of RODBC. The packages DBI 0.3.1 and a fork of DBItest 1.0-1 are not the current versions. The Exasol R package may however work with DBI 0.4.1, but until this is resolved the fitting older packages can be loaded from here:
2424

2525
- https://github.com/marcelboldt/DBI
2626
- https://github.com/marcelboldt/DBItest
2727

28-
For Windows only: As this package uses C++14 code, it needs at least RTools >= 4.0.0. Hence, it works only on R >= 4.0.0.
28+
For Windows only:
29+
* As this package uses C++14 code, it needs at least RTools >= 4.0.0. Hence, it works only on R >= 4.0.0.
30+
* Please note that the version of RTools must match the installed version of R (RTools 4.2 for R >= 4.2, RTools 4.0 for R4.0/4.1), check https://cran.r-project.org/bin/windows/Rtools/ for further information
2931

3032
The low-level methods such as regards `exa.readData`, `exa.writeData` and `exa.createScript` may work as expected, so
3133
should the DBI connection methods (`dbConnect`, etc.; all tests passed). DBI querying methods also get close to being production ready.

doc/changes/changes_7.1.0.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# r-exasol 7.1.0, released t.b.d.
1+
# r-exasol 7.1.0, released 2022-07-12
22

3-
Code name: t.b.d.
3+
Code name: Fix for R4.2 on Windows
44

55
## Summary
66

7-
t.b.d.
7+
This release fixes several bugs, mainly a linker error which occurred on R 4.2 under Windows. Also, there were some improvements in the documentation and the Github action for the release job was changed, so that the binary R packages for all supported platforms (Windows/Linux/MacOsX) is now stored in the Github release.
88

99
## Features / Enhancements
1010

@@ -23,6 +23,7 @@ t.b.d.
2323

2424
- #52: Cleaned up README
2525
- #105: Changed install documentation for Linux
26+
- #127: Prepared release 7.1.0
2627

2728
### Compile Dependency Updates
2829

0 commit comments

Comments
 (0)