mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: r-shinyjs: Update to 2.1.1.
* gnu/packages/cran.scm (r-shinyjs): Update to 2.1.1. [native-inputs]: Add r-htmltools. Change-Id: Ib05e87627fbc18eae5554fda48bc01ab3eed985e
This commit is contained in:
parent
fe5a2030e4
commit
8dc7ffc270
1 changed files with 3 additions and 3 deletions
|
|
@ -35253,19 +35253,19 @@ transformation, respectively.")
|
||||||
(define-public r-shinyjs
|
(define-public r-shinyjs
|
||||||
(package
|
(package
|
||||||
(name "r-shinyjs")
|
(name "r-shinyjs")
|
||||||
(version "2.1.0")
|
(version "2.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "shinyjs" version))
|
(uri (cran-uri "shinyjs" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1id9gsrkr28xl80a8794in17rxmmz06zqvd5hlns7mqz3fzhrhky"))))
|
"1zqy0p9pn80fbnkhng5xx1jzpmzby3dz0w4lb4ad0xa28gvi42wg"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-digest r-jsonlite r-shiny))
|
(list r-digest r-jsonlite r-shiny))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr r-testthat))
|
(list r-htmltools r-knitr r-testthat))
|
||||||
(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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue