Skip to content

Converts data from the DIFFABS beamline at the SOLEIL synchrotron into an R compatible format.

License

Notifications You must be signed in to change notification settings

bluegreen-labs/diffabsr

Repository files navigation

diffabsr

R build status codecov CRAN_Status_Badge Project Status: Active – The project has reached a stable, usable state and is being actively developed. DOI

Converts data from the DiffAbs beamline at the SOLEIL synchrotron into an R compatible format. In addition it provides functions to convert the raw spectra to elemental counts and or concentrations. Data is returned nested lists of data frames or tidy data frames.

How to cite this package in your article

You can cite this package like this "we processed the data using the R package diffabsr (Hufkens 2020)". Here is the full bibliographic reference to include in your reference list (don't forget to update the all caps fields for VERSION, MONTH and YEAR):

Hufkens, K., Regeur S. (2020). diffabsr: the SOLEIL DIFFABS beamline data management package. (VERSION). Zenodo. https://doi.org/10.5281/zenodo.4814939. Last accessed MONTH YEAR

Installation

development release

To install the development releases of the package run the following commands:

if(!require(devtools)){install.packages("devtools")}
devtools::install_github("bluegreen-labs/diffabsr")
library("diffabsr")

Vignettes are not rendered by default, if you want to include additional documentation please use:

if(!require(devtools)){install.packages("devtools")}
devtools::install_github("bluegreen-labs/diffabsr", build_vignettes = TRUE)
library("diffabsr")

Citation

Koen Hufkens & Solenn Regeur. (2020, December 20). bluegreen-labs/diffabsr: diffabsr (Version v0.1.0). Zenodo. http://doi.org/xxx.

Acknowledgements

This project was supported the Marie Skłodowska-Curie Action (H2020 grant 797668) and the SOLEIL user support grant 20191271.