unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Wiktor Żelazny" <wz@freeshell.de>
To: 45534@debbugs.gnu.org
Subject: [bug#45534] [PATCH 3/5] Add r-mlr3misc
Date: Tue, 29 Dec 2020 13:41:19 +0100	[thread overview]
Message-ID: <20201229124121.3369-3-wz@freeshell.de> (raw)
In-Reply-To: <20201229124121.3369-1-wz@freeshell.de>

gnu: Add r-mlr3misc.

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index fd9668dacc..527412b365 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -25435,3 +25435,28 @@ classification.  Additionally, meta information about the performance measures
 can be queried, e.g. what the best and worst possible performances scores
 are.")
     (license license:lgpl3)))
+
+(define-public r-mlr3misc
+  (package
+    (name "r-mlr3misc")
+    (version "0.6.0")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "mlr3misc" version))
+              (sha256
+               (base32
+                "1q63i2059bf7cf61kwm0dqnk5vd60i0j4flziswwdk07fjxqh8xr"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-backports" ,r-backports)
+       ("r-checkmate" ,r-checkmate)
+       ("r-data-table" ,r-data-table)
+       ("r-r6" ,r-r6)))
+    (home-page "https://mlr3misc.mlr-org.com/")
+    (synopsis "Helper functions for mlr3")
+    (description "@code{mlr3misc} provides frequently used helper functions
+and assertions used in @code{mlr3} and its companion packages.  It comes with
+helper functions for functional programming, for printing, to work with
+@code{data.table}, as well as some generally useful @code{R6} classes.  This
+package also supersedes the package @code{BBmisc}.")
+    (license license:lgpl3)))
-- 
2.29.2





  parent reply	other threads:[~2020-12-29 12:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-29 12:38 [bug#45534] [PATCH 0/5] gnu: Add r-mlr3 Wiktor Żelazny
2020-12-29 12:41 ` [bug#45534] [PATCH 1/5] Add r-lgr Wiktor Żelazny
2020-12-29 12:41   ` [bug#45534] [PATCH 2/5] Add r-mlr3measures Wiktor Żelazny
2020-12-29 12:41   ` Wiktor Żelazny [this message]
2020-12-29 12:41   ` [bug#45534] [PATCH 4/5] Add r-paradox Wiktor Żelazny
2020-12-29 12:41   ` [bug#45534] [PATCH 5/5] Add r-mlr3 Wiktor Żelazny
2020-12-29 13:41 ` bug#45534: [PATCH 0/5] gnu: " 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=20201229124121.3369-3-wz@freeshell.de \
    --to=wz@freeshell.de \
    --cc=45534@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).