mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -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
4b0b7b014a
commit
b064e5a131
1 changed files with 3 additions and 3 deletions
|
|
@ -35253,19 +35253,19 @@ transformation, respectively.")
|
|||
(define-public r-shinyjs
|
||||
(package
|
||||
(name "r-shinyjs")
|
||||
(version "2.1.0")
|
||||
(version "2.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "shinyjs" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1id9gsrkr28xl80a8794in17rxmmz06zqvd5hlns7mqz3fzhrhky"))))
|
||||
"1zqy0p9pn80fbnkhng5xx1jzpmzby3dz0w4lb4ad0xa28gvi42wg"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-digest r-jsonlite r-shiny))
|
||||
(native-inputs
|
||||
(list r-knitr r-testthat))
|
||||
(list r-htmltools r-knitr r-testthat))
|
||||
(home-page "https://deanattali.com/shinyjs")
|
||||
(synopsis "Improve the user experience of your Shiny apps")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue