-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathDESCRIPTION
29 lines (29 loc) · 1.29 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
Package: RNifti
Version: 1.7.0
Date: 2024-06-19
Title: Fast R and C++ Access to NIfTI Images
Authors@R: c(person("Jon", "Clayden", role=c("cre","aut"),
email="[email protected]", comment=c(ORCID="0000-0002-6608-0619")),
person("Bob", "Cox", role="aut"),
person("Mark", "Jenkinson", role="aut"),
person("Matt", "Hall", role="ctb"),
person("Rick", "Reynolds", role="ctb"),
person("Kate", "Fissell", role="ctb"),
person("Jean-loup", "Gailly", role="cph"),
person("Mark", "Adler", role="cph"))
Imports: Rcpp (>= 0.11.0)
Suggests: tinytest, covr, reportr, shades
Enhances: oro.nifti, tractor.base
LinkingTo: Rcpp
Description: Provides very fast read and write access to images stored in the
NIfTI-1, NIfTI-2 and ANALYZE-7.5 formats, with seamless synchronisation
of in-memory image objects between compiled C and interpreted R code. Also
provides a simple image viewer, and a C/C++ API that can be used by other
packages. Not to be confused with 'RNiftyReg', which performs image
registration and applies spatial transformations.
License: GPL-2
URL: https://github.com/jonclayden/RNifti
BugReports: https://github.com/jonclayden/RNifti/issues
Encoding: UTF-8
RoxygenNote: 7.3.1
Roxygen: list(old_usage=TRUE)