1
0
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:
Ricardo Wurmus
2024-11-26 17:55:01 +01:00
parent 88bfa608ea
commit 4b2c4cd782

View File

@@ -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")