gnu: r-shinyjs: Update to 2.0.0.
* gnu/packages/cran.scm (r-shinyjs): Update to 2.0.0. [native-inputs]: Add r-knitr.master
parent
11f448ba74
commit
0435f7eec1
|
@ -12855,20 +12855,22 @@ transformation, respectively.")
|
||||||
(define-public r-shinyjs
|
(define-public r-shinyjs
|
||||||
(package
|
(package
|
||||||
(name "r-shinyjs")
|
(name "r-shinyjs")
|
||||||
(version "1.1")
|
(version "2.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "shinyjs" version))
|
(uri (cran-uri "shinyjs" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14k8y313ppj23m9rhlk8jc94x6sbn3qrsnx6xrijiyv8m8dii1l9"))))
|
"1zzq356dvd8ciajy6r5n4ybgx9xk7ydwv25j86xlcsqznkxdkkf2"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-digest" ,r-digest)
|
`(("r-digest" ,r-digest)
|
||||||
("r-htmltools" ,r-htmltools)
|
("r-htmltools" ,r-htmltools)
|
||||||
("r-jsonlite" ,r-jsonlite)
|
("r-jsonlite" ,r-jsonlite)
|
||||||
("r-shiny" ,r-shiny)))
|
("r-shiny" ,r-shiny)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://deanattali.com/shinyjs")
|
(home-page "https://deanattali.com/shinyjs")
|
||||||
(synopsis "Improve the user experience of your Shiny apps")
|
(synopsis "Improve the user experience of your Shiny apps")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue