me
/
guix
Archived
1
0
Fork 0

gnu: Add r-benchmarkmedata.

* gnu/packages/cran.scm (r-benchmarkmedata): New variable.
master
Roel Janssen 2021-05-26 23:46:32 +02:00
parent 1edec0e899
commit 2f91ab7628
No known key found for this signature in database
GPG Key ID: CBD0CD5138C19AFC
1 changed files with 20 additions and 0 deletions

View File

@ -351,6 +351,26 @@ easier.")
for authoring journal articles and conference submissions.")
(license license:gpl3)))
(define-public r-benchmarkmedata
(package
(name "r-benchmarkmedata")
(version "1.0.4")
(source (origin
(method url-fetch)
(uri (cran-uri "benchmarkmeData" version))
(sha256
(base32
"1n4vjkagqlm6kw2hilf4gjfcdjad0bcg652j9nl2ygbq3kdnh1vf"))))
(build-system r-build-system)
(propagated-inputs
`(("r-dplyr" ,r-dplyr)
("r-tibble" ,r-tibble)))
(home-page "https://github.com/csgillespie/benchmarkme-data")
(synopsis "Data set for the @code{benchmarkme} package")
(description "This pacakge contains the data set for the crowd sourced
benchmarks from running the @code{benchmarkme} package.")
(license license:gpl2+)))
(define-public r-bezier
(package
(name "r-bezier")