gnu: r-vipor: Disable vignettes.

* gnu/packages/statistics.scm (r-vipor)[arguments]: Disable vignettes.

Change-Id: I58c8e4b7b7eb6d6f1693f34199721fd0bcbf6c82
This commit is contained in:
Ricardo Wurmus 2024-11-26 11:07:06 +01:00 committed by Andreas Enge
parent f3463b0d5f
commit d0b406f8dc
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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")