From 6fe916ce0fcba31310eb81e23f2ff03242bb499f Mon Sep 17 00:00:00 2001 From: Andrew Redd Date: Fri, 15 Nov 2024 15:18:28 -0700 Subject: [PATCH] Updated news and cran-comments preparatory to patch release. --- NEWS.md | 3 +++ cran-comments.md | 11 +++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index b66bb4c..1065c8e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,8 @@ # SensIAT (development version) +# SensIAT 0.1.1 +* Bug fix for compiling on Debian and other systems without C++20. + # SensIAT 0.1.0 * Initial CRAN submission. diff --git a/cran-comments.md b/cran-comments.md index d9b2323..d384dd1 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,8 +1,11 @@ +This is a patch release to fix the compiling issue that was happening on certain +Debian systems. This should be fixed now, although I don't have direct access +to those systems. I have tested on rhub and it works there. + + + ## R CMD check results 0 errors | 0 warnings | 1 note -* This is a new release. It is a beta release and not feature complete. -* Note occurs from "unable to verify current time" -* Being released to correspond to an upcoming publication. - Description will be updated with the reference when published. +* Note occurs from "Not all R platforms support C++17"