mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: r-gmisc: Update to 3.2.0.
* gnu/packages/cran.scm (r-gmisc): Update to 3.2.0. [native-inputs]: Remove r-boot and r-rms; add r-bench and r-vdiffr. Change-Id: I113c5a2c5dd203b1239940f8b3a9373d17e742a6
This commit is contained in:
@@ -34946,13 +34946,13 @@ preparing, executing, and processing HTTP requests.")
|
||||
(define-public r-gmisc
|
||||
(package
|
||||
(name "r-gmisc")
|
||||
(version "3.1.0")
|
||||
(version "3.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Gmisc" version))
|
||||
(sha256
|
||||
(base32 "10nyyasy2ry7yqx4kf5xamdv5x8a4xpn882gcf7vqgdzyj53ibaf"))))
|
||||
(base32 "1bmrqw22dsbx5bv57qqvizh51gm6msdjwa4hmsbk2dknbqpvggn8"))))
|
||||
(properties
|
||||
'((upstream-name . "Gmisc")
|
||||
;; Avoid dependency cycle.
|
||||
@@ -34974,11 +34974,11 @@ preparing, executing, and processing HTTP requests.")
|
||||
r-stringr
|
||||
r-xml
|
||||
r-yaml))
|
||||
(native-inputs (list r-boot
|
||||
(native-inputs (list r-bench
|
||||
r-dplyr
|
||||
r-knitr
|
||||
r-rms
|
||||
r-testthat))
|
||||
r-testthat
|
||||
r-vdiffr))
|
||||
(home-page "https://gforge.se")
|
||||
(synopsis "Descriptive statistics, transition plots, and more")
|
||||
(description
|
||||
|
||||
Reference in New Issue
Block a user