unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Mădălin Ionel Patrașcu" <madalinionel.patrascu@mdc-berlin.de>
To: 55238@debbugs.gnu.org
Subject: [bug#55238] [PATCH 2/4] gnu: Add r-catdata.
Date: Tue, 3 May 2022 08:53:09 +0200	[thread overview]
Message-ID: <20220503065311.9192-2-madalinionel.patrascu@mdc-berlin.de> (raw)
In-Reply-To: <20220503065311.9192-1-madalinionel.patrascu@mdc-berlin.de>

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 864540adf1..63e2b71cd3 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8191,6 +8191,28 @@ (define-public r-catdap
 evaluated by the @dfn{Akaike Information Criterion} (AIC).")
     (license license:gpl2+)))
 
+(define-public r-catdata
+  (package
+    (name "r-catdata")
+    (version "1.2.2")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "catdata" version))
+              (sha256
+               (base32
+                "14kx7yi0cv6dyh9wjasb8gn6cp1bhglgwql7dc2a7lqvdcp0d5vj"))))
+    (properties `((upstream-name . "catdata")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-mass))
+    (home-page "https://cran.r-project.org/package=catdata")
+    (synopsis
+     "Datasets and examples used in the book @emph{Regression for Categorical Data}")
+    (description
+     "This R package contains examples from the book @emph{Regression for
+Categorical Data}, Tutz 2012, Cambridge University Press.  The names of the
+examples refer to the chapter and the data set that is used.")
+    (license license:gpl2)))
+
 (define-public r-arules
   (package
     (name "r-arules")
-- 
2.36.0





  reply	other threads:[~2022-05-03  6:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-03  6:53 [bug#55239] [PATCH 1/4] gnu: Add r-forestplot Mădălin Ionel Patrașcu
2022-05-03  6:53 ` Mădălin Ionel Patrașcu [this message]
2022-10-31 19:12   ` [bug#55238] [PATCH 2/4] gnu: Add r-catdata Ricardo Wurmus
2022-05-03  6:53 ` [bug#55241] [PATCH 3/4] gnu: Add r-smurf Mădălin Ionel Patrașcu
2022-05-03  6:53 ` [bug#55240] [PATCH 4/4] gnu: Add r-airpart Mădălin Ionel Patrașcu
2022-10-31 19:10 ` bug#55239: [PATCH 1/4] gnu: Add r-forestplot 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=20220503065311.9192-2-madalinionel.patrascu@mdc-berlin.de \
    --to=madalinionel.patrascu@mdc-berlin.de \
    --cc=55238@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).