mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
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.
This commit is contained in:
parent
92a88b92c0
commit
f4b8fb38f3
1 changed files with 3 additions and 3 deletions
|
@ -12651,17 +12651,17 @@ (define-public r-rcmdcheck
|
||||||
(define-public r-rapportools
|
(define-public r-rapportools
|
||||||
(package
|
(package
|
||||||
(name "r-rapportools")
|
(name "r-rapportools")
|
||||||
(version "1.0")
|
(version "1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rapportools" version))
|
(uri (cran-uri "rapportools" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sgv4sc737i12arh5dc3263kjsz3dzg06qihfmrqyax94mv2d01b"))))
|
"0qr86idng12g6hdd764j0wmli700v7rjhw7jdjxj0ka8xm5v7ymm"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(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/")
|
(home-page "https://cran.r-project.org/web/packages/rapportools/")
|
||||||
(synopsis "Miscellaneous helper functions with sane defaults for reporting")
|
(synopsis "Miscellaneous helper functions with sane defaults for reporting")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue