-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
72 lines (72 loc) · 1.97 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
67
68
69
70
71
72
Package: tractable
Title: Analyzing diffusion MRI tract profiles
Version: 0.1.0
Authors@R:
c(person(given = "Adam",
family = "Richie-Halford",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9276-9084")),
person(given = "Kelly",
family = "Chang",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0001-5385-2782")),
person(given = "Teresa",
family = "Gomez",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "XXX")),
person(given = "McKenzie",
family = "Hagen",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0002-7454-8189")),
person(given = "Ethan",
family = "Roy",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0002-4956-2237")),
person(given = "Ariel",
family = "Rokem",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0003-0679-1985")))
Author: Adam Richie-Halford [aut, cre],
Kelly Chang (aut),
Teresa Gomez (aut),
McKenzie Hagen (aut),
Ethan Roy (aut),
Ariel Rokem (aut)
Maintainer: Adam Richie-Halford <[email protected]>
Description: A toolbox for analyzing diffusion MRI tract profiles.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
aws.s3,
dplyr,
fitdistrplus,
forcats,
ggplot2,
Hmisc,
itsadug,
magrittr,
mgcv,
progress,
RColorBrewer,
stringr,
tidyr,
tidyselect
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 3.0.0),
gratia (>= 0.9.2),
patchwork
Config/testthat/edition: 3
URL: https://github.com/tractometry/tractable
BugReports: https://github.com/tractometry/tractable/issues
VignetteBuilder: knitr