-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
23 lines (23 loc) · 1.53 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: Rnmr1D
Type: Package
Title: Perform the Complete Processing of a Set of Proton Nuclear Magnetic Resonance Spectra
Version: 1.6.0
Date: 2023-06-24
Authors@R: c(
person("Daniel", "Jacob", email="[email protected]", role=c("cre", "aut"), comment=c(ORCID="0000-0002-6687-7169")),
person("Catherine", "Deborde", email="[email protected]", role=c("ctb")),
person("Marie", "Lefebvre", email="[email protected]", role=c("ctb")))
Copyright: Institut national de recherche pour l’agriculture, l’alimentation et l’environnement (INRAE)
URL: https://github.com/INRA/Rnmr1D
Encoding: UTF-8
Maintainer: Daniel Jacob <[email protected]>
Description: Perform the complete processing of a set of proton nuclear magnetic resonance spectra from the free induction decay (raw data) and based on a processing sequence (macro-command file). An additional file specifies all the spectra to be considered by associating their sample code as well as the levels of experimental factors to which they belong. More detail can be found in Jacob et al. (2017) <doi:10.1007/s11306-017-1178-y>.
Depends: R (>= 3.1.0)
License: GPL (>= 2)
Imports: Rcpp (>= 0.12.7), base64enc (>= 0.1), MASS(>= 7.3), Matrix, methods, scales,
doParallel (>= 1.0.11), foreach (>= 1.4.4), igraph (>= 1.2.1), impute (>= 1.54.0), MassSpecWavelet (>= 1.46.0), ptw (>= 1.9), signal (>= 0.7), XML (>= 3.98), ggplot2 (>= 3.0.0), plotly (>= 4.8.0), plyr (>= 1.8.4), minqa(>= 1.2.4)
LinkingTo: Rcpp
RoxygenNote: 7.2.3
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr