diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-04-11 18:01:14 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-04-12 15:59:54 +0200 |
commit | f4b8fb38f3caf262d3a37bf14e1695e68cead66d (patch) | |
tree | 8be2485957b7da12894f8ab5ab22f59a97ad71bf | |
parent | 92a88b92c0e2a2e7d2412ab8dab1b1069a021d4e (diff) |
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.
-rw-r--r-- | gnu/packages/cran.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index ace8725184..d737ce3b90 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -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 |