gnu: r-forestplot: Update to 3.1.0.
* gnu/packages/cran.scm (r-forestplot): Update to 3.1.0. [propagated-inputs]: Remove r-magrittr; add r-abind.
parent
a4c738f40f
commit
22aee82046
|
@ -25657,17 +25657,17 @@ space models and automatic ARIMA modelling.")
|
||||||
(define-public r-forestplot
|
(define-public r-forestplot
|
||||||
(package
|
(package
|
||||||
(name "r-forestplot")
|
(name "r-forestplot")
|
||||||
(version "2.0.1")
|
(version "3.1.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "forestplot" version))
|
(uri (cran-uri "forestplot" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bzwi6ws0qjq1pqiadssynbkxxd4zjp974jfdplmv16fcyszqhyi"))))
|
"0xk30mpb87sab2afnk2j474qjjf4j6x1ifh9j5n7w690f481iqqb"))))
|
||||||
(properties `((upstream-name . "forestplot")))
|
(properties `((upstream-name . "forestplot")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-checkmate r-magrittr))
|
(list r-abind r-checkmate))
|
||||||
(native-inputs (list r-knitr))
|
(native-inputs (list r-knitr))
|
||||||
(home-page "https://gforge.se/packages/")
|
(home-page "https://gforge.se/packages/")
|
||||||
(synopsis "Advanced forest plot using @code{grid} graphics")
|
(synopsis "Advanced forest plot using @code{grid} graphics")
|
||||||
|
|
Reference in New Issue