From 0f3a9335571068151a083d46ba4b30203826df4f Mon Sep 17 00:00:00 2001 From: Carl Date: Mon, 18 Oct 2021 05:14:35 +0000 Subject: [PATCH] bump version --- DESCRIPTION | 2 +- NEWS.md | 7 +++++++ cran-comments.md | 19 ++++++++++++++++++- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index bf61926..1d8bd6a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: arkdb -Version: 0.0.13 +Version: 0.0.14 Title: Archive and Unarchive Databases Using Flat Files Description: Flat text files provide a robust, compressible, and portable way to store tables from databases. This package provides convenient diff --git a/NEWS.md b/NEWS.md index ca50b43..367a5de 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +# arkdb 0.0.14 + +- Patch for test suite for Solaris. `arrow` package installs on Solaris, but + functions do not actually run correctly since the C++ libraries have not + been set up properly on Solaris. + + # arkdb 0.0.13 - Added ability to name output files directly. diff --git a/cran-comments.md b/cran-comments.md index 2b3a7b1..0a0a788 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,6 +1,23 @@ Dear CRAN maintainers, -Changes in this release are described in NEWS.md +Changes in this release are described in NEWS.md. + +This release (0.0.14) follows right behind the earlier release (0.0.13), +because our previous release introduced new optional features that leverage +the arrow library, and these tests fail on Solaris. We apologize for not +catching this, but our tests did assert that they should only be run if +arrow was available. However, the arrow package is not properly installed +and configured on solaris, as described in the error message that results: +as described in https://arrow.apache.org/docs/r/articles/install.html + +Until the CRAN Solaris machine is properly set up to use the arrow package, +we now gracefully skip the tests on that machine. + + + + + + Thanks! Note that winbuilder will always throw a NOTE on this package due to the continued