-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
55 lines (55 loc) · 1.47 KB
/
DESCRIPTION
File metadata and controls
55 lines (55 loc) · 1.47 KB
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
Package: bidser
Version: 0.4.0
Title: Work with 'BIDS' (Brain Imaging Data Structure) Projects
Description: Tools for working with 'BIDS' (Brain Imaging Data Structure)
formatted neuroimaging datasets. The package provides functionality for
reading and querying 'BIDS'-compliant projects, creating mock 'BIDS'
datasets for testing, and extracting preprocessed data from 'fMRIPrep'
derivatives. It supports searching and filtering 'BIDS' files by various
entities such as subject, session, task, and run to streamline
neuroimaging data workflows. See Gorgolewski et al. (2016)
<doi:10.1038/sdata.2016.44> for the 'BIDS' specification.
Authors@R: person("Bradley", "Buchsbaum", , "brad.buchsbaum@gmail.com", c("aut", "cre"), comment = c(ORCID = "0000-0002-1108-4866"))
License: MIT + file LICENSE
Encoding: UTF-8
ByteCompile: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports:
data.table,
stringr,
data.tree,
tidyselect,
dplyr,
fs,
jsonlite,
purrr,
readr,
rlang,
tibble,
tidyr
Suggests:
neuroim2,
httr,
crayon,
stringdist,
ggplot2,
plotly,
patchwork,
viridis,
scales,
knitr,
rmarkdown,
testthat,
covr,
lintr,
gluedown,
RNifti,
future,
future.apply,
pkgdown,
albersdown
VignetteBuilder: knitr
URL: https://github.com/bbuchsbaum/bidser, https://bbuchsbaum.github.io/bidser/
BugReports: https://github.com/bbuchsbaum/bidser/issues
Config/Needs/website: albersdown