mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add r-highs.
* gnu/packages/cran.scm (r-highs): New variable. Change-Id: I181f036f5df65a7e1ec6fc1a6646da22686d5895 Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
2bda81fadc
commit
1283f5cd40
1 changed files with 23 additions and 0 deletions
|
@ -70,6 +70,7 @@
|
|||
#:use-module (gnu packages base)
|
||||
#:use-module (gnu packages bioinformatics)
|
||||
#:use-module (gnu packages c)
|
||||
#:use-module (gnu packages cmake)
|
||||
#:use-module (gnu packages compression)
|
||||
#:use-module (gnu packages crypto)
|
||||
#:use-module (gnu packages curl)
|
||||
|
@ -39757,6 +39758,28 @@ includes a custom Sweave driver performing syntax highlighting of R code
|
|||
chunks.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public r-highs
|
||||
(package
|
||||
(name "r-highs")
|
||||
(version "0.1-10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "highs" version))
|
||||
(sha256
|
||||
(base32 "1vjmzbfydlm434fa1mkwwfcdhmn6sq4ppib26nxfa9zakr7h7q2c"))))
|
||||
(properties `((upstream-name . "highs")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-checkmate r-pkgconfig r-rcpp))
|
||||
(native-inputs (list cmake-minimal gfortran which))
|
||||
(home-page "https://gitlab.com/roigrp/solver/highs")
|
||||
(synopsis "'HiGHS' Optimization Solver")
|
||||
(description
|
||||
"This package provides an R interface to @code{HiGHS}, an optimization
|
||||
solver. It is designed for solving mixed-integer optimization problems with
|
||||
quadratic or linear objectives and linear constraints.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-clustree
|
||||
(package
|
||||
(name "r-clustree")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue