all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sandeep Subramanian <sandeepsubramanian94@gmail.com>
To: 30947@debbugs.gnu.org
Subject: [bug#30947] [PATCH] Add r-arules
Date: Mon, 26 Mar 2018 15:43:25 +0530	[thread overview]
Message-ID: <CAEMWfy=yzZv6rj-fZGtXqU7sjJMK9x_9d+jOEi32t+AQE_ctTw@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 122 bytes --]

Hi,

This patch adds the cran package arules.
The patch has been linted and tested to have a deterministic build process.

[-- Attachment #2: 0001-gnu-Add-r-arules.patch --]
[-- Type: text/x-patch, Size: 1890 bytes --]

From 8209b306a563009ada9bba5d61a84ce7b0851922 Mon Sep 17 00:00:00 2001
From: Sandeep Subramanian <sandeepsubramanian94@gmail.com>
Date: Mon, 26 Mar 2018 15:21:46 +0530
Subject: [PATCH] gnu: Add r-arules.

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

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 39f2a32..d9a91c1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2017 Raoul Bonnal <ilpuccio.febo@gmail.com>
 ;;; Copyright © 2018 Vijayalakshmi Vedantham <vijimay12@gmail.com>
 ;;; Copyright © 2018 Sahithi Yarlagadda <sahi@swecha.net>
+;;; Copyright © 2018 Sandeep Subramanian <sandeepsubramanian94@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -3296,3 +3297,26 @@ Dependencies of the distribution of the specified variable (response
 variable) to other variables (explanatory variables) are derived and
 evaluated by the @dfn{Akaike Information Criterion} (AIC).")
     (license license:gpl2+)))
+
+(define-public r-arules
+  (package
+    (name "r-arules")
+    (version "1.6-0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "arules" version))
+       (sha256
+        (base32
+         "14gbq5k2zkx4wc7kkfazz313ngij89qp1xmyxfg3nq3v1s84c3sl"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-matrix" ,r-matrix)))
+    (home-page "https://github.com/mhahsler/arules")
+    (synopsis "Mining Association Rules and Frequent Itemsets")
+    (description
+     "This package provides an infrastructure for representing, manipulating
+and analyzing transaction data and patterns (frequent itemsets and association rules).
+It also provides C implementations of the association mining algorithms Apriori
+and Eclat.")
+    (license license:gpl3)))
-- 
2.7.4


             reply	other threads:[~2018-03-26 10:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-26 10:13 Sandeep Subramanian [this message]
2018-03-26 18:58 ` bug#30947: [PATCH] Add r-arules Leo Famulari

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

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

  git send-email \
    --in-reply-to='CAEMWfy=yzZv6rj-fZGtXqU7sjJMK9x_9d+jOEi32t+AQE_ctTw@mail.gmail.com' \
    --to=sandeepsubramanian94@gmail.com \
    --cc=30947@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.