diff --git a/DESCRIPTION b/DESCRIPTION index b0b59dc24..388a3f888 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: Luminescence Type: Package Title: Comprehensive Luminescence Dating Data Analysis -Version: 0.9.25.9000-2 +Version: 0.9.25.9000-3 Date: 2024-09-15 Authors@R: c( person("Sebastian", "Kreutzer", role = c("aut", "trl", "cre", "dtc"), email = "maintainer_luminescence@r-luminescence.org", comment = c(ORCID = "0000-0002-0734-2199")), diff --git a/NEWS.Rmd b/NEWS.Rmd index 2adc9ba33..8ee8c15ef 100644 --- a/NEWS.Rmd +++ b/NEWS.Rmd @@ -17,6 +17,9 @@ header-includes: * The function crashed with a object merge error if run in a loop because of a `merge_RLum()` error. This was caused by a regression while implementing the `n_N` calculation in `plot_GrowthCurve()`. Potentially affected was also `analyse_SAR.CWOSL()`. +* The functions tries to be more soft on the user when plot output on a too small device is attempted. Now +it shows a warning with instructions and set `plot = FALSE`. This should prevent "Figure margins too large" errors. +* The function will not crash anymore during the plotting in another edge case related to single grain data. ## Internals diff --git a/NEWS.md b/NEWS.md index 617b145aa..c2a47a20a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,7 +5,7 @@ -# Changes in version 0.9.25.9000-2 (2024-09-15) +# Changes in version 0.9.25.9000-3 (2024-09-15) ## New functions @@ -17,6 +17,12 @@ because of a `merge_RLum()` error. This was caused by a regression while implementing the `n_N` calculation in `plot_GrowthCurve()`. Potentially affected was also `analyse_SAR.CWOSL()`. +- The functions tries to be more soft on the user when plot output on a + too small device is attempted. Now it shows a warning with + instructions and set `plot = FALSE`. This should prevent “Figure + margins too large” errors. +- The function will not crash anymore during the plotting in another + edge case related to single grain data. ## Internals