mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-vipor: Disable vignettes.
* gnu/packages/statistics.scm (r-vipor)[arguments]: Disable vignettes. Change-Id: I58c8e4b7b7eb6d6f1693f34199721fd0bcbf6c82
This commit is contained in:
parent
f3463b0d5f
commit
d0b406f8dc
1 changed files with 3 additions and 0 deletions
|
@ -5567,6 +5567,9 @@ (define-public r-vipor
|
|||
(base32
|
||||
"17hb6y1i9bva0fr4k9m6wncmnzdjad1b7fhsvfhva4xavpll3bds"))))
|
||||
(build-system r-build-system)
|
||||
;; Vignettes need r-beeswarm and r-ggbeeswarm, leading to a dependency
|
||||
;; cycle.
|
||||
(arguments (list #:test-types '(list "tests")))
|
||||
(native-inputs (list r-testthat))
|
||||
(home-page "https://cran.r-project.org/web/packages/vipor")
|
||||
(synopsis "Plot categorical data using noise and density estimates")
|
||||
|
|
Loading…
Reference in a new issue