guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/41: gnu: Add r-tractor-base.


From: guix-commits
Subject: 12/41: gnu: Add r-tractor-base.
Date: Wed, 9 Jan 2019 09:44:54 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 7eec973e8154ff1d157e6a13db71a96e96dee828
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jan 9 14:44:58 2019 +0100

    gnu: Add r-tractor-base.
    
    * gnu/packages/cran.scm (r-tractor-base): New variable.
---
 gnu/packages/cran.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 96e7c9c..6de82d3 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9136,3 +9136,31 @@ of output consolidation, message filtering, assertions, 
expression
 substitution, automatic generation of stack traces for debugging, and
 conditional reporting based on the current \"output level\".")
     (license license:gpl2)))
+
+(define-public r-tractor-base
+  (package
+    (name "r-tractor-base")
+    (version "3.3.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "tractor.base" version))
+       (sha256
+        (base32
+         "0i62dwra0yh565ryz75byfgqv22bqwz7138zs48w46yj2h8q9hyj"))))
+    (properties `((upstream-name . "tractor.base")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-ore" ,r-ore)
+       ("r-reportr" ,r-reportr)
+       ("r-rnifti" ,r-rnifti)
+       ("r-shades" ,r-shades)))
+    (home-page "http://www.tractor-mri.org.uk";)
+    (synopsis "Read, manipulate and visualize magnetic resonance images")
+    (description
+     "This package provides functions for working with magnetic resonance
+images.  It supports reading and writing of popular file formats (DICOM,
+Analyze, NIfTI-1, NIfTI-2, MGH); interactive and non-interactive
+visualization; flexible image manipulation; metadata and sparse image
+handling.")
+    (license license:gpl2)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]