Skip to content

R-Lum/xlum

Repository files navigation

xlum

The R package 'xlum' to interface <xlum/> a data format for exchange and long-term preservation of luminescence data.

Project Status: Active – The project has reached a stable, usable state and is being actively developed. CRAN DOI

Coverage Status R-CMD-check

Installation

i. Requirements

  • Windows (32/64bit): Rtools (provided by CRAN)
  • macOS: Xcode (provided by Apple)
  • Linux: gcc often comes pre-installed in most distributions.
The plain R way

To install the stable version from CRAN, simply run the following from an R console:

install.packages("xlum")

To install the latest development builds directly from GitHub, run

if(!require("devtools"))
  install.packages("devtools")
devtools::install_github("R-Lum/xlum@<wanted branch>")

Note

The package comes without any guarantee!

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 for more details.

Funding

The development of xlum benefited received funding from the European Union’s Horizon 2020 research and innovation programme under the Marie Skłodowska-Curie grant agreement No 844457 (project: CREDit).

Related projects