From 656b1dba2be74e932d9b1d0a96b02a4760a0c7a2 Mon Sep 17 00:00:00 2001 From: dipterix Date: Fri, 8 Nov 2024 09:25:37 -0500 Subject: [PATCH] Ready for CRAN --- DESCRIPTION | 2 +- NEWS.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index c51418c..c27dfea 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: filearray Type: Package Title: File-Backed Array for Out-of-Memory Computation -Version: 0.1.8.1 +Version: 0.1.9 Language: en-US Encoding: UTF-8 License: LGPL-3 diff --git a/NEWS.md b/NEWS.md index b3df603..ae23128 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# filearray 0.1.9 + +* Fixed `CRAN` check issue brought by `testthat` update, which requires `bit64` when checking `int64` arrays. Added `bit64` to `Suggests` field to mitigate this check error + # filearray 0.1.8 * Fixed a bug where `C++` errors are not correctly thrown due to a recent `Rcpp` update. This bug may cause erroneous code to execute ignoring try-catch statement and imbalanced protecting stacks (`fwhich`, `mapreduce`)