unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Wiktor Żelazny" <wz@freeshell.de>
To: 45565@debbugs.gnu.org
Subject: [bug#45565] [PATCH 2/2] gnu: Add r-mlr3ordinal.
Date: Thu, 31 Dec 2020 13:53:41 +0100	[thread overview]
Message-ID: <20201231125341.1287-2-wz@freeshell.de> (raw)
In-Reply-To: <20201231125341.1287-1-wz@freeshell.de>

* gnu/packages/cran.scm (r-mlr3ordinal): New variable.
---
 gnu/packages/cran.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0837ddaf87..f429bd06fa 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -25606,3 +25606,34 @@ Operations exist for data preprocessing, model fitting, and ensemble learning.
 Graphs can themselves be treated as @code{mlr3} Learners and can therefore be
 resampled, benchmarked, and tuned.")
     (license license:lgpl3)))
+
+(define-public r-mlr3ordinal
+  (let ((commit "9febac983b11b7b1f477e5cf0212e5999cd2ed44")
+        (revision "0"))
+    (package
+      (name "r-mlr3ordinal")
+      (version (git-version "0.1.0-9000" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/mlr-org/mlr3ordinal")
+                      (commit commit)))
+                (sha256
+                 (base32
+                  "1icfhz1pjm0mlsn2y60gsrbk31b2p7xmpx3xsg7639rcgdb5f9gl"))))
+      (build-system r-build-system)
+      (propagated-inputs
+       `(("r-checkmate" ,r-checkmate)
+         ("r-data-table" ,r-data-table)
+         ("r-mlr3" ,r-mlr3)
+         ("r-mlr3misc" ,r-mlr3misc)
+         ("r-mlr3pipelines" ,r-mlr3pipelines)
+         ("r-nloptr" ,r-nloptr)
+         ("r-ordinal" ,r-ordinal)
+         ("r-paradox" ,r-paradox)
+         ("r-r6" ,r-r6)))
+      (home-page "https://mlr3ordinal.mlr-org.com/")
+      (synopsis "Ordinal Regression for @code{mlr3}")
+      (description "This package extends @code{mlr3} with support for
+performing ordinal regression.")
+      (license license:expat))))
-- 
2.29.2





  reply	other threads:[~2020-12-31 13:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-31 12:46 [bug#45565] [PATCH 0/2] Add more r-mlr3 add-ons Wiktor Żelazny
2020-12-31 12:53 ` [bug#45565] [PATCH 1/2] gnu: Add r-mlr3pipelines Wiktor Żelazny
2020-12-31 12:53   ` Wiktor Żelazny [this message]
2021-12-31 19:20 ` bug#45565: [PATCH 0/2] Add more r-mlr3 add-ons Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201231125341.1287-2-wz@freeshell.de \
    --to=wz@freeshell.de \
    --cc=45565@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).