-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
76 lines (76 loc) · 3.61 KB
/
DESCRIPTION
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Package: Luminescence
Type: Package
Title: Comprehensive Luminescence Dating Data Analysis
Version: 0.9.26.9000-107
Date: 2024-12-26
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")),
person("Michael", "Dietze", role = c("aut"), comment = c(ORCID = "0000-0001-6063-1726")),
person("Margret C.", "Fuchs", role = c("aut"), comment = c(ORCID = "0000-0001-7210-1132")),
person("Christoph", "Schmidt", role = c("aut"), comment = c(ORCID = "0000-0002-2309-3209")),
person("Manfred", "Fischer", role = c("aut", "trl")),
person("Johannes", "Friedrich", role = c("aut"), comment = c(ORCID = "0000-0002-0805-9547")),
person("Norbert", "Mercier", role = c("aut"), comment = c(ORCID = "0000-0002-6375-9108")),
person("Rachel K.", "Smedley", role = c("ctb"), comment = c(ORCID = "0000-0001-7773-5193")),
person("Claire", "Christophe", role = c("ctb")),
person("Antoine", "Zink", role = c("ctb"), comment = c(ORCID = "0000-0001-7146-1101")),
person("Julie", "Durcan", role = c("ctb"), comment = c(ORCID = "0000-0001-8724-8022")),
person("Georgina E.", "King", role = c("ctb", "dtc"), comment = c(ORCID = "0000-0003-1059-8192")),
person("Anne", "Philippe", role = c("aut"), comment = c(ORCID = "0000-0002-5331-5087")),
person("Guillaume", "Guerin", role = c("ctb"), comment = c(ORCID = "0000-0001-6298-5579")),
person("Svenja", "Riedesel", role = c("aut"), comment = c(ORCID = "0000-0003-2936-8776")),
person("Martin", "Autzen", role = c("aut"), comment = c(ORCID = "0000-0001-6249-426X")),
person("Pierre", "Guibert", role = c("ctb"), comment = c(ORCID = "0000-0001-8969-8684")),
person("Dirk", "Mittelstrass", role = c("aut"), comment = c(ORCID = "0000-0002-9567-8791")),
person("Harrison J.", "Gray", role = c("aut"), comment = c(ORCID = "0000-0002-4555-7473")),
person("Jean-Michel", "Galharret", role = c("aut"), comment = c(ORCID = "0000-0003-2219-8727")),
person("Marco", "Colombo", role = c("aut"), comment = c(ORCID = "0000-0001-6672-0623")),
person("Markus", "Fuchs", role = c("ths"), comment = c(ORCID = "0000-0003-4669-6528")))
Maintainer: Sebastian Kreutzer <maintainer_luminescence@r-luminescence.org>
Description: A collection of various R functions for the purpose of Luminescence
dating data analysis. This includes, amongst others, data import, export,
application of age models, curve deconvolution, sequence analysis and
plotting of equivalent dose distributions.
Contact: Package Developers <developers@r-luminescence.org>
License: GPL-3
URL: https://r-lum.github.io/Luminescence/
BugReports: https://github.com/R-Lum/Luminescence/issues
Depends:
R (>= 4.3),
utils
LinkingTo: Rcpp (>= 1.0.12),
RcppArmadillo (>= 0.12.8.4.0)
Imports:
bbmle (>= 1.0.25.1),
data.table (>= 1.15.4),
DEoptim (>= 2.2-8),
httr (>= 1.4.7),
interp (>= 1.1-6),
lamW (>= 2.2.3),
matrixStats (>= 1.3.0),
methods,
minpack.lm (>= 1.2-4),
mclust (>= 6.1),
Rcpp (>= 1.0.12),
shape (>= 1.4.6),
parallel,
XML (>= 3.99-0.16),
Suggests:
spelling (>= 2.3.0),
plotly (>= 4.10.4),
rmarkdown (>= 2.27),
rstudioapi (>= 0.16.0),
rjags (>= 4-15),
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)
VignetteBuilder: R.rsp
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.2
Config/testthat/edition: 3