-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
61 lines (61 loc) · 1.35 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
Package: spant
Type: Package
Title: MR Spectroscopy Analysis Tools
Version: 2.24.0
Date: 2024-11-14
Authors@R: c(
person("Martin", "Wilson", email = "martin@pipegrep.co.uk",
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.3.2
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace", "collate"))
NeedsCompilation: yes
LazyData: yes
Depends:
R (>= 2.10)
Imports:
abind,
plyr,
pracma,
stringr,
expm (>= 1.0-0),
signal,
minpack.lm,
utils,
graphics,
grDevices,
ptw,
mmand,
RNifti,
RNiftyReg,
fields,
numDeriv,
nloptr,
irlba,
jsonlite
Suggests:
viridisLite,
shiny,
ggplot2,
miniUI,
knitr,
rmarkdown,
testthat,
ragg,
doParallel,
parallel,
car
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-GB
URL:
https://martin3141.github.io/spant/,
https://github.com/martin3141/spant/