The R package ‘Luminescence’ by the R-Luminescence Group provides a collection of various R functions for luminescence dating data analysis.
error | fail | warn | note | ok |
---|---|---|---|---|
0 | 0 | 0 | 8 | 5 |
Follow us on or visit our R-Luminescence homepage.
Windows (32/64bit) - ‘Rtools’ (provided by CRAN)
https://cran.r-project.org/bin/windows/Rtools/
Mac OS X - ‘Xcode’ (provided by Apple)
https://developer.apple.com/xcode/downloads/
For Linux users gcc often comes pre-installed in most distributions. Should gcc be not available, however, we kindly refer to the exhaustive collection of installation guides depending on the linux distribution.
Install any development versions using our RStudio add-in
To install the stable version from CRAN, simply run the following from an R console:
To install the latest development builds directly from GitHub, run
if(!require("devtools"))
install.packages("devtools")
devtools::install_github("R-Lum/Luminescence@<wanted branch>")
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 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!
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’.
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 for more details.