mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add r-praise.
* gnu/packages/statistics.scm (r-praise): New variable.
This commit is contained in:
parent
fb868e3395
commit
35b2001a14
1 changed files with 19 additions and 0 deletions
|
@ -863,6 +863,25 @@ (define-public r-crayon
|
||||||
\"chalk\" JavaScript project.")
|
\"chalk\" JavaScript project.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public r-praise
|
||||||
|
(package
|
||||||
|
(name "r-praise")
|
||||||
|
(version "1.0.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (cran-uri "praise" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1gfyypnvmih97p2r0php9qa39grzqpsdbq5g0fdsbpq5zms5w0sw"))))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(home-page "https://github.com/gaborcsardi/praise")
|
||||||
|
(synopsis "Functions to praise users")
|
||||||
|
(description
|
||||||
|
"This package provides template functions to assist in building friendly
|
||||||
|
R packages that praise their users.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public r-testthat
|
(define-public r-testthat
|
||||||
(package
|
(package
|
||||||
(name "r-testthat")
|
(name "r-testthat")
|
||||||
|
|
Loading…
Reference in a new issue