mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-ggpmisc: Update to 0.5.4-1.
* gnu/packages/cran.scm (r-ggpmisc): Update to 0.5.4-1. [propagated-inputs]: Add r-multcomp and r-multcompview.
This commit is contained in:
parent
3772cd0a08
commit
0c065c4f80
1 changed files with 4 additions and 2 deletions
|
@ -2219,13 +2219,13 @@ (define-public r-lmodel2
|
|||
(define-public r-ggpmisc
|
||||
(package
|
||||
(name "r-ggpmisc")
|
||||
(version "0.5.3")
|
||||
(version "0.5.4-1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggpmisc" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1j504pvhxvl9cfagsjcsw7rbc94q5ysh1f8qhb7hzpx04fpnm65a"))))
|
||||
"0f6n48vnqnqqd7xhb4mdcwy4h9wz0icnynjigcbzagrrxmi2r64x"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-confintr
|
||||
|
@ -2236,6 +2236,8 @@ (define-public r-ggpmisc
|
|||
r-lmodel2
|
||||
r-lubridate
|
||||
r-mass
|
||||
r-multcomp
|
||||
r-multcompview
|
||||
r-plyr
|
||||
r-polynom
|
||||
r-quantreg
|
||||
|
|
Loading…
Reference in a new issue