me
/
guix
Archived
1
0
Fork 0

gnu: Add r-intervals.

* gnu/packages/cran.scm (r-intervals): New variable.
master
Lars-Dominik Braun 2021-03-15 10:46:39 +01:00
parent 181e3c0128
commit 32603dbba9
No known key found for this signature in database
GPG Key ID: 421377011A378446
1 changed files with 20 additions and 0 deletions

View File

@ -27996,3 +27996,23 @@ supply the workflow to create thematic maps. This package also facilitates
via @url{https://developer.twitter.com/en/docs,Twitter's REST and stream via @url{https://developer.twitter.com/en/docs,Twitter's REST and stream
Application Program Interfaces (API)}.") Application Program Interfaces (API)}.")
(license license:expat))) (license license:expat)))
(define-public r-intervals
(package
(name "r-intervals")
(version "0.15.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "intervals" version))
(sha256
(base32
"0mvwfwc03ifb30a3dzbmkv9adwqb8ajxhcw24d8xip8px063plhb"))))
(properties `((upstream-name . "intervals")))
(build-system r-build-system)
(home-page "https://github.com/edzer/intervals")
(synopsis
"Tools for Working with Points and Intervals")
(description
"Tools for working with and comparing sets of points and intervals.")
(license license:artistic2.0)))