-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.22 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
Package: ModelArray
Title: An R package for statistical analysis of fixel-wise data and beyond
Version: 0.1.5
Authors@R:
c(person(given = "Chenying",
family = "Zhao",
role = c("aut")),
person(give = "Tinashe",
family = "Tapera",
role = c("aut")),
person(give = "Matthew",
family = "Cieslak",
role = c("aut", "cre"),
email = "Matthew.Cieslak@pennmedicine.upenn.edu"),
person(give = "Theodore",
family = "Satterthwaite",
role = c("aut")) )
Description: ModelArray is an R package for statistical analysis of fixel-wise data and beyond.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 4.1.2)
biocViews:
Imports:
magrittr,
methods,
dplyr,
tidyr,
tibble,
glue,
parallel,
doParallel,
HDF5Array,
rhdf5,
hdf5r,
mgcv,
rlang,
DelayedArray,
broom,
pbmcapply,
pbapply,
crayon
RoxygenNote: 7.3.1
Suggests:
rmarkdown,
knitr,
testthat (>= 3.0.0),
styler (>= 1.6.2),
lintr,
stringr
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://pennlinc.github.io/ModelArray, https://pennlinc.github.io/ModelArray/