mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: r-ggsignif: Fix build.
* gnu/packages/cran.scm (r-ggsignif): Add knitr to native-inputs in order to build the vignette.
This commit is contained in:
parent
d716a4742a
commit
e4b5bdf799
1 changed files with 2 additions and 0 deletions
|
@ -5843,6 +5843,8 @@ (define-public r-ggsignif
|
|||
(base32
|
||||
"17j9hg967k1wp9xw3x84mqss58jkb8pvlrnlchz4i1hklgykxqbg"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(propagated-inputs
|
||||
`(("r-ggplot2" ,r-ggplot2)))
|
||||
(home-page "https://github.com/const-ae/ggsignif")
|
||||
|
|
Loading…
Reference in a new issue