Package: RNifti Version: 1.9.0 Date: 2026-01-12 Title: Fast R and C++ Access to NIfTI Images Authors@R: c(person("Jon", "Clayden", role=c("cre","aut"), email="code@clayden.org", 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, jsonlite 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.3 Roxygen: list(old_usage=TRUE) Repository: https://jonclayden.r-universe.dev Date/Publication: 2026-03-27 17:14:13 UTC RemoteUrl: https://github.com/jonclayden/rnifti RemoteRef: HEAD RemoteSha: 9cee127fe2fbe316573b96c9fa2592017fceab49 NeedsCompilation: yes Packaged: 2026-06-24 03:49:10 UTC; root Author: Jon Clayden [cre, aut] (ORCID: ), Bob Cox [aut], Mark Jenkinson [aut], Matt Hall [ctb], Rick Reynolds [ctb], Kate Fissell [ctb], Jean-loup Gailly [cph], Mark Adler [cph] Maintainer: Jon Clayden