Skip to content

Commit

Permalink
Add vdiffr for figure snapshots to suggests and ad one example for th…
Browse files Browse the repository at this point in the history
…e Abanico plot.

+ ad NEWS
+ up rebuild NEWS
+ up build number
  • Loading branch information
RLumSK committed Dec 26, 2024
1 parent 9329f43 commit 4ebe638
Show file tree
Hide file tree
Showing 5 changed files with 217 additions and 3 deletions.
5 changes: 3 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: Luminescence
Type: Package
Title: Comprehensive Luminescence Dating Data Analysis
Version: 0.9.26.9000-102
Date: 2024-12-18
Version: 0.9.26.9000-107
Date: 2024-12-26
Authors@R: c(
person("Sebastian", "Kreutzer", role = c("aut", "trl", "cre", "dtc"), email = "[email protected]", comment = c(ORCID = "0000-0002-0734-2199")),
person("Christoph", "Burow", role = c("aut", "trl", "dtc"), comment = c(ORCID = "0000-0002-5023-4046")),
Expand Down Expand Up @@ -65,6 +65,7 @@ Suggests:
coda (>= 0.19-4),
pander (>= 0.6.5),
testthat (>= 3.2.1),
vdiffr (>= 1.0.0),
tiff (>= 0.1-12),
devtools (>= 2.4.5),
R.rsp (>= 0.46.0)
Expand Down
7 changes: 7 additions & 0 deletions NEWS.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@ deprecated and will produce a warning (#499, fixed in #503).
* Function `Second2Gray()` has been renamed to `convert_Second2Gray()`
(#498, fixed in #500).

## New dependencies
* We have added package `’vdiffr’` as dependency in `suggests`. The package
enables us to automatically verify the consistency of plot outputs generated by
package functions against reference figures captured earlier. Although this new
dependency does not have any user-visible impact, it becomes necessary (means already installed)
when building `’Luminescence’` from source. The primary advantage lies in the developer’s domain,
as it ensures that modifications to functions do not inadvertently alter plot outputs.

## Bugfixes

Expand Down
13 changes: 12 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<!-- NEWS.md was auto-generated by NEWS.Rmd. Please DO NOT edit by hand!-->

# Changes in version 0.9.26.9000-102 (2024-12-19)
# Changes in version 0.9.26.9000-107 (2024-12-26)

## New functions

Expand Down Expand Up @@ -77,6 +77,17 @@
- Function `Second2Gray()` has been renamed to `convert_Second2Gray()`
(#498, fixed in \#500).

## New dependencies

- We have added package `’vdiffr’` as dependency in `suggests`. The
package enables us to automatically verify the consistency of plot
outputs generated by package functions against reference figures
captured earlier. Although this new dependency does not have any
user-visible impact, it becomes necessary (means already installed)
when building `’Luminescence’` from source. The primary advantage lies
in the developer’s domain, as it ensures that modifications to
functions do not inadvertently alter plot outputs.

## Bugfixes

### `analyse_Al2O3C_CrossTalk()`
Expand Down
Loading

0 comments on commit 4ebe638

Please sign in to comment.