-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
22 lines (22 loc) · 985 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: RNiftyReg
Version: 2.8.4
Date: 2024-09-30
Title: Image Registration Using the 'NiftyReg' Library
Authors@R: c(person("Jon", "Clayden", role=c("cre","aut"), email="[email protected]", comment=c(ORCID="0000-0002-6608-0619")),
person("Marc", "Modat", role="aut"),
person("Benoit", "Presles", role="aut"),
person("Thanasis", "Anthopoulos", role="aut"),
person("Pankaj", "Daga", role="aut"))
Maintainer: Jon Clayden <[email protected]>
Imports: Rcpp, RNifti
Suggests: jpeg, loder, mmand, tinytest, covr
LinkingTo: Rcpp, RcppEigen, RNifti
Description: Provides an 'R' interface to the 'NiftyReg' image registration tools
<https://github.com/KCL-BMEIS/niftyreg>. Linear and nonlinear registration
are supported, in two and three dimensions.
License: GPL-2
URL: https://github.com/jonclayden/RNiftyReg
BugReports: https://github.com/jonclayden/RNiftyReg/issues
Encoding: UTF-8
RoxygenNote: 7.3.2
Roxygen: list(old_usage=TRUE)