Skip to content

Commit

Permalink
Bump build number rebuild NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
RLumSK committed Oct 1, 2024
1 parent 2565035 commit c9ebca6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
4 changes: 2 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.25.9000-10
Date: 2024-09-26
Version: 0.9.25.9000-11
Date: 2024-10-01
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")),
person("Christoph", "Burow", role = c("aut", "trl", "dtc"), comment = c(ORCID = "0000-0002-5023-4046")),
Expand Down
22 changes: 21 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,19 @@

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

# Changes in version 0.9.25.9000-10 (2024-09-26)
# Changes in version 0.9.25.9000-11 (2024-10-01)

## New functions

## Breaking changes

- We have dropped our dependency on the `readxl` package: functions
`analyse_baSAR()` and `use_DRAC()` now do not accept XLS files anymore
but CSV files instead (#237, fixed in \#270). CSV files can be easily
generated from XLS files by Excel or similar applications, or by
reading them with `readxl::read_excel()` and saving them with
`write.csv()`.

## Removed functions and deprecations

- Function `Analyse_SAR.OSLdata()` is now officially deprecated,
Expand All @@ -20,6 +29,12 @@

## Bugfixes

### `analyse_baSAR()`

- Argument `XLS_file` has been replaced by `CSV_file` and, as mentioned
above, the function now only accepts CSV files as input (#237, fixed
in \#270).

### `analyse_pIRIRSequence()`

- The function crashed with a object merge error if run in a loop
Expand Down Expand Up @@ -73,6 +88,11 @@
- Fix the reason for the unclear warning
`In col.unique == col : longer object length is not a multiple of shorter object length`

### `use_DRAC()`

- Support for DRAC v1.1 XLS/XLSX files has been dropped, users should
use CSV files according to the DRAC v1.2 CSV template.

### `write_R2BIN()`

- Recently, non-ASCII characters in comments or file names became more
Expand Down

0 comments on commit c9ebca6

Please sign in to comment.