mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: Add r-mritc.
* gnu/packages/cran.scm (r-mritc): New variable.
This commit is contained in:
parent
2a38dfbf17
commit
df63e8ba96
1 changed files with 20 additions and 0 deletions
|
@ -14134,6 +14134,26 @@ (define-public r-oro-nifti
|
|||
This package is part of the Rigorous Analytics bundle.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public r-mritc
|
||||
(package
|
||||
(name "r-mritc")
|
||||
(version "0.5-2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mritc" version))
|
||||
(sha256
|
||||
(base32
|
||||
"07b1b2k1ka43ikj2mhwnazw3ig7w10bf759fimxpksvk5k6wanx2"))))
|
||||
(properties `((upstream-name . "mritc")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-lattice r-misc3d r-oro-nifti))
|
||||
(home-page "https://cran.r-project.org/package=mritc")
|
||||
(synopsis "MRI tissue classification")
|
||||
(description "This package provides various methods for MRI tissue
|
||||
classification.")
|
||||
;; Any version of the GPL.
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public r-sodium
|
||||
(package
|
||||
(name "r-sodium")
|
||||
|
|
Loading…
Reference in a new issue