-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.08 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
Package: dcm2niir
Type: Package
Title: Conversion of 'DICOM' to 'NIfTI' Imaging Files Through R
Version: 0.7.0
Date: 2019-10-22
Authors@R: c(person(given = "John", family = "Muschelli",
role = c("aut", "cre"), email = "muschellij2@gmail.com"))
Maintainer: John Muschelli <muschellij2@gmail.com>
Description: Creates simple wrapper for the 'dcm2nii' and 'dcm2niix' functions
from Chris Rorden
<https://www.nitrc.org/plugins/mwiki/index.php/dcm2nii:MainPage>
at 'USC', which converts Digital Imaging and Communications in Medicine
('DICOM') data to Neuroimaging Informatics Technology
Initiative ('NIfTI') formats.
Depends:
R (>= 3.0.1)
Imports:
dplyr,
utils,
httr,
fs,
R.utils
License: GPL-3
SystemRequirements: dcm2niix (https://github.com/rordenlab/dcm2niix)
BugReports: https://github.com/muschellij2/dcm2niir/issues,
https://github.com/neurolabusc/dcm2niix
URL: https://www.nitrc.org/plugins/mwiki/index.php/dcm2nii:MainPage
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown,
testthat,
git2r
VignetteBuilder: knitr
Encoding: UTF-8