me
/
guix
Archived
1
0
Fork 0

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
Ricardo Wurmus 2020-09-14 19:02:56 +02:00
parent 11f448ba74
commit 0435f7eec1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 4 additions and 2 deletions

View File

@ -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