mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 17:53:26 -05:00
gnu: Add r-roi-plugin-lpsolve.
* gnu/packages/cran.scm (r-roi-plugin-lpsolve): New variable. Change-Id: Ia3f47ba0b414ecd9273c101977ec8d14916fa656
This commit is contained in:
parent
112ecacba3
commit
458cd1e1d8
1 changed files with 20 additions and 0 deletions
|
@ -1680,6 +1680,26 @@ (define-public r-rocit
|
|||
metrics.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public r-roi-plugin-lpsolve
|
||||
(package
|
||||
(name "r-roi-plugin-lpsolve")
|
||||
(version "1.0-2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ROI.plugin.lpsolve" version))
|
||||
(sha256
|
||||
(base32 "0xgg1fzq5sba3yvvrci3iw97p31walpnhv4zwnd39gw8v5z6f9dj"))))
|
||||
(properties `((upstream-name . "ROI.plugin.lpsolve")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-lpsolveapi r-roi))
|
||||
(home-page "https://roigrp.gitlab.io")
|
||||
(synopsis "Plugin of lp_solve for the R optimization infrastructure")
|
||||
(description
|
||||
"This package enhances the @acronym{ROI, R Optimization Infrastructure} with
|
||||
the lp_solve solver.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public r-rorcid
|
||||
(package
|
||||
(name "r-rorcid")
|
||||
|
|
Loading…
Reference in a new issue