-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS.Rmd
executable file
·38 lines (29 loc) · 1.41 KB
/
NEWS.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
output: github_document
header-includes:
- \usepackage{amsmath}
- \usepackage{amssymb}
---
<!-- NEWS.md was auto-generated by NEWS.Rmd. Please DO NOT edit by hand!-->
# NEWS for the R Package RLumModel
## Changes in version `r RLumBuild::.get_pkg_version()` (`r Sys.Date()`)
**This package version requires R >= 4.0**
### New functions
* `trace_ParameterStateEvolution()`: this new function allows tracing of the evolution of
the concentration during the modelling for different steps. The functions returns a plot
and/or numerical output of calculated end-states.
### New models
* Add support for Bailey (2001) model variation of Peng et al. (2022, QG), keyword
in `model_LuminescenceSignals()` is `"Peng2022"`
### Bugfixes/changes
#### `.set_pars()`
* now consistently supports both spellings for the model `"customized"` and `"customized"`
* now returns a character vector with the names of the allowed keywords if model is missing. This is also internally used in `model_LuminescenceSignals()`
to avoid inconsistencies.
* now returns also the parameter names and units as extra elements
#### `model_LuminescenceSignals()`
* The parameter `own_state_parameters` now accepts (optionally) an `RLum.Results-class` object created
by `RLumModel::.set_pars` as input
### Miscalaneous
* A new vignette, called "RLumModel - Models and parameters" was added to provide
a better overview and comparison of the different models