me
/
guix
Archived
1
0
Fork 0

gnu: r-ggsignif: Fix build.

* gnu/packages/cran.scm (r-ggsignif): Add knitr to native-inputs in order to
  build the vignette.
master
Roel Janssen 2020-03-11 09:31:26 +01:00
parent d716a4742a
commit e4b5bdf799
No known key found for this signature in database
GPG Key ID: CBD0CD5138C19AFC
1 changed files with 2 additions and 0 deletions

View File

@ -5843,6 +5843,8 @@ movies, and TV shows.")
(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")