From 42094c938d07ac5b898ece5be898d31aea12dd7b Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Fri, 17 Feb 2023 08:44:45 -0600 Subject: [PATCH] Updated news, moved script [ci skip] --- NEWS.md | 2 +- .../scripts/legacy_validity_convert.r | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tools/legacy_validyt_convert.r => inst/scripts/legacy_validity_convert.r (100%) diff --git a/NEWS.md b/NEWS.md index 9b63e12c21..bfb684b52a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,7 +4,7 @@ ## Breaking Changes -* The validity map coding of nullable strings has been corrected, but previously written arrays with missing values can not be read as should exported and re-written (#517) +* The validity map coding of nullable strings has been corrected. Previously written arrays with nullable strings can be read by setting the config option `r.legacy_validity_mode` to `true`; the option also permits to write to an older installation. A conversion helper script is provided in `scripts/legacy_validity_convert.r`. (#517) ## Improvements diff --git a/tools/legacy_validyt_convert.r b/inst/scripts/legacy_validity_convert.r similarity index 100% rename from tools/legacy_validyt_convert.r rename to inst/scripts/legacy_validity_convert.r