guix-commits
[Top][All Lists]
Advanced

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

12/47: gnu: Add r-abcdefba.


From: guix-commits
Subject: 12/47: gnu: Add r-abcdefba.
Date: Fri, 13 Dec 2019 16:42:15 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 84822497c2b7854ab16c35599c11edba3fa84b7a
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Dec 13 16:43:02 2019 +0100

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d6891ce..c3b9a56 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16301,3 +16301,29 @@ software for solving large-scale @dfn{linear 
programming} (LP), @dfn{mixed
 integer linear programming} (MILP) and other related problems.")
     ;; Either license
     (license (list license:gpl2 license:gpl3))))
+
+(define-public r-abcdefba
+  (package
+    (name "r-abcdefba")
+    (version "0.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "abcdeFBA" version))
+       (sha256
+        (base32
+         "1rxjripy8v6bxi25vdfjnbk24zkmf752qbl73cin6nvnqflwxkx4"))))
+    (properties `((upstream-name . "abcdeFBA")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-corrplot" ,r-corrplot)
+       ("r-lattice" ,r-lattice)
+       ("r-rgl" ,r-rgl)
+       ("r-rglpk" ,r-rglpk)))
+    (home-page "https://cran.r-project.org/web/packages/abcdeFBA/";)
+    (synopsis "A-Biologist-Can-Do-Everything of Flux Balance Analysis with 
this package")
+    (description
+     "This package provides functions for Constraint Based Simulation using
+Flux Balance Analysis and informative analysis of the data generated during
+simulation.")
+    (license license:gpl2)))



reply via email to

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