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