diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-03-08 18:28:44 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2026-04-02 07:37:02 +0200 |
| commit | e0c0535193f53611be8a14acbdbd60fdec8af01f (patch) | |
| tree | 152d915c69fd64ce6077af1052f15c9ce8339fcc /gnu | |
| parent | 58a4acd3f9351823e9a7af8910167edd80061972 (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 448af5be69a..27543309857 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -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 |
