All Projects → R-Lum → Luminescence

R-Lum / Luminescence

Licence: GPL-3.0 license
Development of the R package 'Luminescence'

Programming Languages

r
7636 projects
HTML
75241 projects
TeX
3793 projects

Projects that are alternatives of or similar to Luminescence

geostan
Bayesian spatial analysis
Stars: ✭ 40 (+207.69%)
Mutual labels:  r-package, bayesian-statistics
Shinystan
shinystan R package and ShinyStan GUI
Stars: ✭ 172 (+1223.08%)
Mutual labels:  r-package, bayesian-statistics
Rstanarm
rstanarm R package for Bayesian applied regression modeling
Stars: ✭ 285 (+2092.31%)
Mutual labels:  r-package, bayesian-statistics
vioplot
Development version of vioplot R package (CRAN maintainer)
Stars: ✭ 25 (+92.31%)
Mutual labels:  plotting, r-package
Rstan
RStan, the R interface to Stan
Stars: ✭ 760 (+5746.15%)
Mutual labels:  r-package, bayesian-statistics
Pyvista
3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK)
Stars: ✭ 734 (+5546.15%)
Mutual labels:  open-science, plotting
flowtorch-old
Separating Normalizing Flows code from Pyro and improving API
Stars: ✭ 36 (+176.92%)
Mutual labels:  bayesian-statistics
DoReMIFaSol
Téléchargement des données sur le site de l'Insee
Stars: ✭ 25 (+92.31%)
Mutual labels:  r-package
tablexplore
Table analysis and plotting application written in PySide2/PyQt5
Stars: ✭ 89 (+584.62%)
Mutual labels:  plotting
Open Computational Neuroscience Resources
A publicly-editable collection of open computational neuroscience resources
Stars: ✭ 234 (+1700%)
Mutual labels:  open-science
suppdata
Grabbing SUPPlementary DATA in R
Stars: ✭ 31 (+138.46%)
Mutual labels:  r-package
geodaData
Data package for accessing GeoDa datasets using R
Stars: ✭ 15 (+15.38%)
Mutual labels:  r-package
2021-bordeaux-dataviz
Scientific Visualization Crash Course (Python & Matplotlib)
Stars: ✭ 20 (+53.85%)
Mutual labels:  plotting
Interactive Data Editor
A Software to interactively edit data in a graphical manner
Stars: ✭ 35 (+169.23%)
Mutual labels:  plotting
rdomains
Classifying the content of domains
Stars: ✭ 47 (+261.54%)
Mutual labels:  r-package
Open Science 101
Open_Science_101
Stars: ✭ 24 (+84.62%)
Mutual labels:  open-science
PLNmodels
A collection of Poisson lognormal models for multivariate count data analysis
Stars: ✭ 44 (+238.46%)
Mutual labels:  r-package
gis4wrf
QGIS toolkit 🧰 for pre- and post-processing 🔨, visualizing 🔍, and running simulations 💻 in the Weather Research and Forecasting (WRF) model 🌀
Stars: ✭ 137 (+953.85%)
Mutual labels:  plotting
cpplot
Interactive graphs and charts for C++, viewable in-browser
Stars: ✭ 73 (+461.54%)
Mutual labels:  plotting
debug-plotter
Rust crate that provides a convenient macro to quickly plot variables.
Stars: ✭ 82 (+530.77%)
Mutual labels:  plotting

Luminescence

The R package 'Luminescence' by the R-Luminescence Group provides a collection of various R functions for luminescence dating data analysis.

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

Downloads Downloads Downloads Downloads

R-CMD-check Coverage Status

Social media and other resources

Visit our R-Luminescence homepage.

Installation

i. Requirements

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

ii. Install the package

Install any development versions using our RStudio add-in

The plain R way

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

install.packages("Luminescence")

To install the latest development builds directly from GitHub, run

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 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.

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

  • 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)

  • 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)

  • 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), and could continue maintaining the package.

  • All other authors gratefully received additional funding from various public funding bodies.

Related projects

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].