gnu: r-shiny: Add missing inputs.
* gnu/packages/cran.scm (r-shiny)[propagated-inputs]: Add r-later, r-promises, r-rlang, and r-withr. [native-inputs]: Add gfortran.
This commit is contained in:
parent
51d1a7a2ef
commit
2fcd2e1a5f
1 changed files with 12 additions and 7 deletions
|
@ -838,15 +838,19 @@ data structures in C++.")
|
||||||
#t)))))
|
#t)))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-crayon" ,r-crayon)
|
`(("r-crayon" ,r-crayon)
|
||||||
("r-fastmap" ,r-fastmap)
|
|
||||||
("r-httpuv" ,r-httpuv)
|
|
||||||
("r-mime" ,r-mime)
|
|
||||||
("r-jsonlite" ,r-jsonlite)
|
|
||||||
("r-xtable" ,r-xtable)
|
|
||||||
("r-digest" ,r-digest)
|
("r-digest" ,r-digest)
|
||||||
|
("r-fastmap" ,r-fastmap)
|
||||||
("r-htmltools" ,r-htmltools)
|
("r-htmltools" ,r-htmltools)
|
||||||
|
("r-httpuv" ,r-httpuv)
|
||||||
|
("r-jsonlite" ,r-jsonlite)
|
||||||
|
("r-later" ,r-later)
|
||||||
|
("r-mime" ,r-mime)
|
||||||
|
("r-promises" ,r-promises)
|
||||||
("r-r6" ,r-r6)
|
("r-r6" ,r-r6)
|
||||||
("r-sourcetools" ,r-sourcetools)))
|
("r-rlang" ,r-rlang)
|
||||||
|
("r-sourcetools" ,r-sourcetools)
|
||||||
|
("r-withr" ,r-withr)
|
||||||
|
("r-xtable" ,r-xtable)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("js-datatables" ,js-datatables)
|
`(("js-datatables" ,js-datatables)
|
||||||
("js-html5shiv" ,js-html5shiv)
|
("js-html5shiv" ,js-html5shiv)
|
||||||
|
@ -857,7 +861,8 @@ data structures in C++.")
|
||||||
("js-highlight" ,js-highlight)
|
("js-highlight" ,js-highlight)
|
||||||
("js-es5-shim" ,js-es5-shim)))
|
("js-es5-shim" ,js-es5-shim)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("uglify-js" ,uglify-js)))
|
`(("uglify-js" ,uglify-js)
|
||||||
|
("gfortran" ,gfortran)))
|
||||||
(home-page "http://shiny.rstudio.com")
|
(home-page "http://shiny.rstudio.com")
|
||||||
(synopsis "Easy interactive web applications with R")
|
(synopsis "Easy interactive web applications with R")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue