mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add r-qmri.
* gnu/packages/cran.scm (r-qmri): New variable.
This commit is contained in:
parent
df63e8ba96
commit
bbc99a6e61
1 changed files with 27 additions and 0 deletions
|
@ -14558,6 +14558,33 @@ (define-public r-qlcmatrix
|
|||
@dfn{quantitative language comparison} (QLC).")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public r-qmri
|
||||
(package
|
||||
(name "r-qmri")
|
||||
(version "1.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "qMRI" version))
|
||||
(sha256
|
||||
(base32
|
||||
"10x59g8awxjib5j5mc1yd5wsibk3z6ki6zifxsg8azl0zblxbscf"))))
|
||||
(properties `((upstream-name . "qMRI")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-adimpro r-aws r-awsmethods r-oro-nifti
|
||||
r-stringr))
|
||||
(native-inputs (list gfortran r-knitr))
|
||||
(home-page "http://www.wias-berlin.de/research/ats/imaging/")
|
||||
(synopsis "Methods for quantitative magnetic resonance imaging (qMRI)")
|
||||
(description
|
||||
"This package provides implementation of methods for estimation of
|
||||
quantitative maps from @dfn{Multi-Parameter Mapping} (MPM) acquisitions
|
||||
including adaptive smoothing methods in the framework of the ESTATICS model.
|
||||
The smoothing method is described in Mohammadi et
|
||||
al. (2017). <doi:10.20347/WIAS.PREPRINT.2432>. Usage of the package is also
|
||||
described in Polzehl and Tabelow (2019), Magnetic Resonance Brain Imaging,
|
||||
Chapter 6, Springer, Use R! Series. <doi:10.1007/978-3-030-29184-6_6>.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-ddrtree
|
||||
(package
|
||||
(name "r-ddrtree")
|
||||
|
|
Loading…
Reference in a new issue