mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: Add r-sendmailr.
* gnu/packages/statistics.scm (r-sendmailr): New variable.
This commit is contained in:
parent
0c77fd50f8
commit
8e1bfc7e8c
1 changed files with 23 additions and 0 deletions
|
@ -530,6 +530,29 @@ (define-public r-rcolorbrewer
|
|||
;; 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")
|
||||
|
|
Loading…
Reference in a new issue