guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: Add r-roi-plugin-lpsolve.


From: guix-commits
Subject: 03/05: gnu: Add r-roi-plugin-lpsolve.
Date: Mon, 6 May 2024 05:34:17 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 458cd1e1d807300b9feee0c68d6209b12aeaa579
Author: Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
AuthorDate: Tue Apr 23 13:25:44 2024 +0200

    gnu: Add r-roi-plugin-lpsolve.
    
    * gnu/packages/cran.scm (r-roi-plugin-lpsolve): New variable.
    
    Change-Id: Ia3f47ba0b414ecd9273c101977ec8d14916fa656
---
 gnu/packages/cran.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 6eec35bccf..645f9df777 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1680,6 +1680,26 @@ ROCit package provides flexibility to easily evaluate 
threshold-bound
 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")



reply via email to

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