-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
52 lines (52 loc) · 1.4 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
Package: bidsconvertr
Title: Converts DICOM data to NIfTI and structure the NIfTI data in BIDS specification
Version: 1.0.2
Authors@R:
person(given = "Niklas",
family = "Wulms",
role = c("aut", "cre"),
email = "wulms@uni-muenster.de",
comment = c(ORCID = "0000-0002-3418-9978"))
Description: The 'BIDSconvertR' converts MRI data into the BIDS-specification.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Depends:
plyr (>= 1.8.6),
dplyr (>= 1.0.7),
magrittr (>= 2.0.1),
purrr (>= 0.3.4),
readr (>= 2.1.1),
tidyr (>= 1.1.3),
stringr (>= 1.4.0),
stringi (>= 1.6.2),
lubridate (>= 1.7.10),
rjson (>= 0.2.20),
flexdashboard (>= 0.5.2),
knitr (>= 1.33),
DT (>= 0.18),
lattice,
plotly (>= 4.9.4.1),
rmarkdown (>= 2.9),
shiny (>= 1.6.0),
shinythemes (>= 1.2.0),
rhandsontable (>= 0.3.8),
kableExtra (>= 1.3.4),
patchwork (>= 1.1.0.9000),
pacman (>= 0.5.1),
processx,
devtools (>= 2.4.3),
neurobase (>= 1.32.0),
papayaWidget (>= 0.7.1),
shinyDirectoryInput (>= 0.2.0),
svDialogs (>= 1.1.0)
VignetteBuilder: knitr
URL: https://github.com/wulms/bidsconvertr
BugReports: https://github.com/wulms/bidsconvertr/issues
Imports:
Remotes:
muschellij2/neurobase,
muschellij2/papayaWidget,
wleepang/shiny-directory-input