mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: Add r-abcdefba.
* gnu/packages/cran.scm (r-abcdefba): New variable.
This commit is contained in:
parent
72e5c6e95f
commit
84822497c2
1 changed files with 26 additions and 0 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue