1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-ggpmisc: Update to 0.7.0.

* gnu/packages/cran.scm (r-ggpmisc): Update to 0.7.0.
[propagated-inputs]: Remove r-lmodel2, r-mass, r-mixtools, r-multcomp, r-multcompview,
and r-nlme.
[native-inputs]: Add r-mass and r-nlme.

Change-Id: Iad2324ba8f57d827c84a4bcb3458383c4289c020
This commit is contained in:
Ricardo Wurmus
2026-03-25 18:47:05 +01:00
parent 9047daf77b
commit 3f5b87d65e

View File

@@ -10151,13 +10151,13 @@ working with dates easy and fun.")
(define-public r-ggpmisc
(package
(name "r-ggpmisc")
(version "0.6.3")
(version "0.7.0")
(source (origin
(method url-fetch)
(uri (cran-uri "ggpmisc" version))
(sha256
(base32
"0ybwdhsbi4gcw6wyqpgxcssmd012g1axiz5b2sw50s7djkp0vq3r"))))
"08msa3ixkilcgdgx6y6favqyfb0hld38ndwy2hq9dyqki4qiaddx"))))
(build-system r-build-system)
(propagated-inputs
(list r-catools
@@ -10166,13 +10166,7 @@ working with dates easy and fun.")
r-generics
r-ggplot2
r-ggpp
r-lmodel2
r-lubridate
r-mass
r-mixtools
r-multcomp
r-multcompview
r-nlme
r-plyr
r-polynom
r-quantreg
@@ -10185,6 +10179,8 @@ working with dates easy and fun.")
(list r-broom
r-ggtext
r-knitr
r-mass
r-nlme
r-robustbase
r-testthat
r-vdiffr))