forked from martin3141/spant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
66 lines (66 loc) · 1.41 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Package: spant
Type: Package
Title: MR Spectroscopy Analysis Tools
Version: 1.13.0
Date: 2021-06-09
Authors@R: c(
person("Martin", "Wilson", email = "[email protected]",
role = c("cre", "aut"), comment = c(ORCID = "0000-0002-2089-3956")),
person("Yong", "Wang", role = "ctb"),
person("John", "Muschelli", role = "ctb"))
Description: Tools for reading, visualising and processing Magnetic Resonance
Spectroscopy data. The package includes methods for spectral fitting: Wilson
(2021) <DOI:10.1002/mrm.28385> and spectral alignment: Wilson (2018)
<DOI:10.1002/mrm.27605>.
BugReports: https://github.com/martin3141/spant/issues/
License: GPL-3
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace", "collate"))
NeedsCompilation: yes
LazyData: yes
Depends:
R (>= 2.10)
Imports:
abind,
plyr,
foreach,
pracma,
stringr,
complexplus,
signal,
matrixcalc,
minpack.lm,
nnls,
utils,
graphics,
grDevices,
smoother,
readr,
magrittr,
ptw,
mmand,
RNifti,
RNiftyReg,
fields,
MASS,
numDeriv,
nloptr,
irlba,
tibble,
jsonlite
Suggests:
viridisLite,
shiny,
miniUI,
knitr,
rmarkdown,
testthat,
ragg,
doParallel
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-GB
URL:
https://martin3141.github.io/spant/,
https://github.com/martin3141/spant/