gnu: r-shinystan: Update to 2.6.0.

* gnu/packages/cran.scm (r-shinystan): Update to 2.6.0.
[propagated-inputs]: Remove r-rsconnect.
This commit is contained in:
Ricardo Wurmus 2022-03-15 14:28:43 +01:00
parent 682d4a4b64
commit 5fc38f7ab6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -25033,14 +25033,14 @@ series/point highlighting.")
(define-public r-shinystan
(package
(name "r-shinystan")
(version "2.5.0")
(version "2.6.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "shinystan" version))
(sha256
(base32
"18alf5kiqw7y2l6m5nxxizwc2znsf9frxfsqhvgcad8hld9cbya5"))))
"0afm703zriyqprz1zvypir80lq2ylfff3qvj5i7p9n365mm8b150"))))
(properties `((upstream-name . "shinystan")))
(build-system r-build-system)
(propagated-inputs
@ -25053,7 +25053,6 @@ series/point highlighting.")
r-gtools
r-markdown
r-reshape2
r-rsconnect
r-rstan
r-shiny
r-shinyjs