me
/
guix
Archived
1
0
Fork 0

gnu: r-rapportools: Update to 1.1.

* gnu/packages/cran.scm (r-rapportools): Update to 1.1.
[propagated-inputs]: Remove r-reshape; add r-mass and r-reshape2.
master
Ricardo Wurmus 2022-04-11 18:01:14 +02:00
parent 92a88b92c0
commit f4b8fb38f3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -12651,17 +12651,17 @@ of the individual checks.")
(define-public r-rapportools
(package
(name "r-rapportools")
(version "1.0")
(version "1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "rapportools" version))
(sha256
(base32
"1sgv4sc737i12arh5dc3263kjsz3dzg06qihfmrqyax94mv2d01b"))))
"0qr86idng12g6hdd764j0wmli700v7rjhw7jdjxj0ka8xm5v7ymm"))))
(build-system r-build-system)
(propagated-inputs
(list r-pander r-plyr r-reshape))
(list r-mass r-pander r-plyr r-reshape2))
(home-page "https://cran.r-project.org/web/packages/rapportools/")
(synopsis "Miscellaneous helper functions with sane defaults for reporting")
(description