Luminescence
Comprehensive Luminescence Dating Data Analysis
Luminescence is revisiting the statistical assumptions baked into its dose-response fits.
◆Recent moves
- 25d ago
Reworks dose-response fitting weights, changing prior defaults
Changes what the dose-response fitting weights argument accepts, moving off a normalised inverse standard error default that assumed uncertainties scale with dose. Both approaches remain available, but results from prior versions will not reproduce under the new default.
View source ↗ - 4mo ago
Fixes an uninitialised array and background overcounting
Bug fixes including an uninitialised C++ work array caught by CRAN's valgrind runs and a background integral that was overcounted through overlapping sub-intervals. Corrections rather than changes in approach.
View source ↗ - 5mo ago
Import functions now append detector type to record names
A breaking consistency change: every import function now appends the detector to the record type, matching what one reader had always done. It regularises data coming from BIN, PSL, and Daybreak files at the cost of breaking code that matched on the old names.
View source ↗ - 7mo ago
Adds crosstalk correction, Moran's I, and dose-response fitting
A backfilled historical release carrying substantial community contributions: crosstalk correction, Moran's I and scatterplots for single-grain discs, and a model for incomplete heterogeneous bleaching. The dose-response fitting functions reworked in the current release were introduced here.
View source ↗ - 7mo ago
Fixes baSAR reporting, fading input checks, and plot regressions
A backfilled patch release fixing incomplete aliquot reporting, a missing input check, and a plotting regression. Routine corrections, listed out of version order because of how these releases were imported.
View source ↗ - 7mo ago
Adds automatic background subtraction and record removal helpers
A backfilled release adding helpers that replace hand-written loops, notably background subtraction that identifies curve pairs automatically. The pattern of turning common analyst workflows into single functions runs throughout the package's history.
View source ↗