gnu: Add r-abcdefba.

* gnu/packages/cran.scm (r-abcdefba): New variable.
This commit is contained in:
Ricardo Wurmus 2019-12-13 16:43:02 +01:00
parent 72e5c6e95f
commit 84822497c2
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -16301,3 +16301,29 @@ (define-public r-rglpk
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)))