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 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
|
<!-- README.md was auto-generated by README.Rmd. Please DO NOT edit by hand!-->
# Luminescence <img width=120px src="man/figures/Luminescence_logo.png" align="right" />
The R package `'Luminescence'` by the R-Luminescence Group provides a
collection of various R functions for luminescence dating data analysis.
[](https://www.repostatus.org/#active)
[](https://CRAN.R-project.org/package=Luminescence)
[](https://doi.org/10.32614/CRAN.package.Luminescence)
[](https://zenodo.org/badge/latestdoi/23153315)
[](https://www.r-pkg.org/pkg/Luminescence)
[](https://www.r-pkg.org/pkg/Luminescence)
[](https://www.r-pkg.org/pkg/Luminescence)
[](https://www.r-pkg.org/pkg/Luminescence)
[](https://github.com/R-Lum/Luminescence/actions)
[](https://app.codecov.io/github/R-Lum/Luminescence?branch=master)
## Social media and other resources
Visit our [R-Luminescence homepage](https://r-luminescence.org).
## Installation
#### i. Requirements
- *Windows (32/64bit)*:
[Rtools](https://cran.r-project.org/bin/windows/Rtools/) (provided by
CRAN)
- *macOS*: [Xcode](https://developer.apple.com/) (provided by Apple)
- *Linux*: [gcc](https://gcc.gnu.org) often comes pre-installed in most
distributions.
#### ii. Install the package
Install any development versions using our [RStudio](https://posit.co)
add-in

##### The plain **R** way
To install the stable version from CRAN, simply run the following from
an R console:
``` r
install.packages("Luminescence")
```
To install the latest development builds directly from GitHub, run
``` r
if(!require("devtools"))
install.packages("devtools")
devtools::install_github("R-Lum/Luminescence@<wanted branch>")
```
## Contribute
The R luminescence project is based on and evolves from ideas,
contributions and constructive criticism of its users. Help us to
maintain and develop the package, to find bugs and create new functions
as well as a user-friendly design. Try
<https://github.com/R-Lum/Luminescence/issues> or write us an
[e-mail](mailto:developers@r-luminescence.org) if anything crosses your
mind or if you want your new self-written function to be to implemented.
You are kindly invited to bring forward the package with us!
## Note
**The package comes without any guarantee!**
Please further note that this version is a development version and may
change day by day. For stable branches please visit the package on [CRAN
Luminescence](https://CRAN.R-project.org/package=Luminescence).
## License
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation, either version 3 of the License, or any later
version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the [GNU
General Public
License](https://github.com/R-Lum/Luminescence/blob/master/LICENSE) for
more details.
## Funding
- 2011-2013: The initial version of the package was developed in the
framework of the PhD thesis by Sebastian Kreutzer, while he was funded
through the DFG programme “Rekonstruktion der Umweltbedingungen des
Spätpleistozäns in Mittelsachsen anhand von Löss-Paläobodensequenzen”
([GEPRIS id: 46526743](https://gepris.dfg.de/gepris/projekt/46526743))
- 2014-2018: Cooperation and personal exchange between the developers is
gratefully funded by the DFG in the framework of the program
“Scientific Networks”. Project title: “RLum.Network: Ein
Wissenschaftsnetzwerk zur Analyse von Lumineszenzdaten mit R” ([GEPRIS
id: 250974974](https://gepris.dfg.de/gepris/projekt/250974974))
- 05/2014-12/2019: The work of Sebastian Kreutzer as maintainer of the
package was supported by LabEx LaScArBx (ANR - n. ANR-10-LABX-52).
- 01/2020-04/2022: Sebastian Kreutzer as maintainer of the package has
received funding from the European Union’s Horizon 2020 research and
innovation programme under the Marie Skłodowska-Curie grant agreement
[No 844457 (CREDit)](https://cordis.europa.eu/project/id/844457), and
could continue maintaining the package.
- since 03/2023: Sebastian Kreutzer as maintainer of the package
receives funding from the DFG Heisenberg programme [No
505822867](https://gepris.dfg.de/gepris/projekt/505822867).
- since 08/2024 the future and sustainable development of
`'Luminescence'` towards better reproducibility and usability is
supported through the DFG programme “REPLAY: REProducible Luminescence
Data AnalYses” [No
528704761](https://gepris.dfg.de/gepris/projekt/528704761?language=en)
led by Dr Sebastian Kreutzer (PI at Heidelberg University, DE) and Dr
Thomas Kolb (PI at Justus-Liebig-University Giessen, DE).
- All other authors gratefully received additional funding from various
public funding bodies.
## Related projects
- [RLumModel](https://github.com/R-Lum/RLumModel)
- [RLumShiny](https://github.com/R-Lum/RLumShiny)
- [RLumDocker](https://github.com/R-Lum/RLumDocker)
- [BayLum](https://github.com/crp2a/BayLum)
- [RCarb](https://github.com/R-Lum/RCarb)
- [RLumCarlo](https://github.com/R-Lum/RLumCarlo)
|