mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-18 16:20:28 +02:00
gnu: Add r-rpushbullet.
* gnu/packages/cran.scm (r-rpushbullet): New variable. Change-Id: I7f7e06e55bdefe6df19ec9f4890e12fa74d83c90
This commit is contained in:
@@ -2122,6 +2122,27 @@ interactive analytic queries against data sources of all sizes ranging from
|
||||
gigabytes to petabytes.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public r-rpushbullet
|
||||
(package
|
||||
(name "r-rpushbullet")
|
||||
(version "0.3.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RPushbullet" version))
|
||||
(sha256
|
||||
(base32 "1mx433hvx660a63s5dzn655zmqv1c1qij0hzddl9z38032brc4ii"))))
|
||||
(properties `((upstream-name . "RPushbullet")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-curl r-jsonlite))
|
||||
(home-page "https://cran.r-project.org/package=RPushbullet")
|
||||
(synopsis "R interface to the Pushbullet messaging service")
|
||||
(description
|
||||
"An R interface to the Pushbullet messaging service which provides fast
|
||||
and efficient notifications (and file transfer) between computers, phones and
|
||||
tablets.")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public r-runner
|
||||
(package
|
||||
(name "r-runner")
|
||||
|
||||
Reference in New Issue
Block a user