all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
To: guix-devel@gnu.org
Subject: [PATCH 11/25] gnu: Add r-sendmailr.
Date: Wed, 21 Sep 2016 22:45:27 +0200	[thread overview]
Message-ID: <20160921204541.3981-11-ricardo.wurmus@mdc-berlin.de> (raw)
In-Reply-To: <20160921204541.3981-1-ricardo.wurmus@mdc-berlin.de>

* gnu/packages/statistics.scm (r-sendmailr): New variable.
---
 gnu/packages/statistics.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 728f0fd..d05dfce 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -530,6 +530,29 @@ designed by Cynthia Brewer as described at http://colorbrewer2.org")
     ;; Includes code licensed under bsd-4
     (license license:asl2.0)))
 
+(define-public r-sendmailr
+  (package
+    (name "r-sendmailr")
+    (version "1.2-1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "sendmailR" version))
+       (sha256
+        (base32
+         "0z7ipywnzgkhfvl4zb2fjwl1xq7b5wib296vn9c9qgbndj6b1zh4"))))
+    (properties `((upstream-name . "sendmailR")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-base64enc" ,r-base64enc)))
+    (home-page
+     "http://cran.r-project.org/web/packages/sendmailR")
+    (synopsis "Send email using R")
+    (description
+     "This package contains a simple SMTP client which provides a portable
+solution for sending email, including attachments, from within R.")
+    (license license:gpl2+)))
+
 (define-public r-stringi
   (package
     (name "r-stringi")
-- 
2.9.3

  parent reply	other threads:[~2016-09-21 20:47 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-21 20:45 [PATCH 01/25] gnu: Add r-hwriter Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 02/25] gnu: Add r-rjson Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 03/25] gnu: Add r-rpart Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 04/25] gnu: Add r-annotate Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 05/25] gnu: Add r-geneplotter Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 06/25] gnu: Add r-hmisc Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 07/25] gnu: Add r-genefilter Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 08/25] gnu: Add r-deseq2 Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 09/25] gnu: Add r-matrix Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 10/25] gnu: Add r-pheatmap Ricardo Wurmus
2016-09-21 20:45 ` Ricardo Wurmus [this message]
2016-09-21 20:45 ` [PATCH 12/25] gnu: Add r-backports Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 13/25] gnu: Add r-checkmate Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 14/25] gnu: Add r-bbmisc Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 15/25] gnu: Add r-fail Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 16/25] gnu: Add r-batchjobs Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 17/25] gnu: Add r-annotationforge Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 18/25] gnu: Add r-rbgl Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 19/25] gnu: Add r-gseabase Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 20/25] gnu: Add r-category Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 21/25] gnu: Add r-gostats Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 22/25] gnu: Add r-shortread Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 23/25] gnu: Add r-systempiper Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 24/25] gnu: Add r-grohmm Ricardo Wurmus
2016-09-21 20:45 ` [PATCH 25/25] gnu: Add r-txdb-hsapiens-ucsc-hg19-knowngene Ricardo Wurmus
2016-09-24  7:44 ` [PATCH 01/25] gnu: Add r-hwriter Ludovic Courtès
2016-09-26  1:09   ` 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

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

  git send-email \
    --in-reply-to=20160921204541.3981-11-ricardo.wurmus@mdc-berlin.de \
    --to=ricardo.wurmus@mdc-berlin.de \
    --cc=guix-devel@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.