gnu: r-ggsignif: Fix build.
* gnu/packages/cran.scm (r-ggsignif): Add knitr to native-inputs in order to build the vignette.master
parent
d716a4742a
commit
e4b5bdf799
|
@ -5843,6 +5843,8 @@ movies, and TV shows.")
|
||||||
(base32
|
(base32
|
||||||
"17j9hg967k1wp9xw3x84mqss58jkb8pvlrnlchz4i1hklgykxqbg"))))
|
"17j9hg967k1wp9xw3x84mqss58jkb8pvlrnlchz4i1hklgykxqbg"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-ggplot2" ,r-ggplot2)))
|
`(("r-ggplot2" ,r-ggplot2)))
|
||||||
(home-page "https://github.com/const-ae/ggsignif")
|
(home-page "https://github.com/const-ae/ggsignif")
|
||||||
|
|
Reference in New Issue