[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/04: gnu: Add r-qmri.
From: |
guix-commits |
Subject: |
04/04: gnu: Add r-qmri. |
Date: |
Thu, 11 Aug 2022 09:23:49 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit bbc99a6e614d111673fa858c95e0cb404fb31d11
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 11 15:17:55 2022 +0200
gnu: Add r-qmri.
* gnu/packages/cran.scm (r-qmri): New variable.
---
gnu/packages/cran.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 70e66dbeb4..4ad1bfa760 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14558,6 +14558,33 @@ while other are highly specific for the special data
format used for
@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")