-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 993 Bytes
/
DESCRIPTION
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
Package: diffabsr
Type: Package
Title: SOLEIL DIFFABS beamline data management package
Version: 0.1.1
Authors@R: c(person(
family = "Hufkens",
given = "Koen",
email = "koen.hufkens@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5070-8109")),
person(
family = "Regeur",
given = "Solenn",
email = "solenn.reguer@synchrotron-soleil.fr",
role = c("ctb")))
Description: 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.
License: AGPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Imports:
caTools,
hdf5r
Suggests:
ggplot2,
dplyr,
knitr,
testthat
VignetteBuilder: knitr