[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: Add r-oro-nifti.
From: |
guix-commits |
Subject: |
02/04: gnu: Add r-oro-nifti. |
Date: |
Thu, 11 Aug 2022 09:23:48 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 2a38dfbf17b2438496d2ca4423a22585aa179d37
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 11 15:17:26 2022 +0200
gnu: Add r-oro-nifti.
* gnu/packages/cran.scm (r-oro-nifti): New variable.
---
gnu/packages/cran.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3a6f285f0f..61933ecb9f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14113,6 +14113,27 @@ others, a highly flexible recoding routine and a more
flexible alternative to
the base function @code{with()}.")
(license license:gpl3+)))
+(define-public r-oro-nifti
+ (package
+ (name "r-oro-nifti")
+ (version "0.11.4")
+ (source (origin
+ (method url-fetch)
+ (uri (cran-uri "oro.nifti" version))
+ (sha256
+ (base32
+ "01mn90qxb7i15zr83xrl2cn4akayfzpm83r5x71zczz3qb9gbr7g"))))
+ (properties `((upstream-name . "oro.nifti")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-abind r-bitops r-rnifti))
+ (home-page "https://rigorousanalytics.blogspot.com")
+ (synopsis "Vizualization of medical imaging data")
+ (description
+ "This package provides functions for the input/output and visualization
+of medical imaging data that follow either the ANALYZE, NIfTI or AFNI formats.
+This package is part of the Rigorous Analytics bundle.")
+ (license license:bsd-3)))
+
(define-public r-sodium
(package
(name "r-sodium")