mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +02:00
gnu: r-savr: Disable vignettes.
* gnu/packages/bioconductor.scm (r-savr)[native-inputs]: Add r-testthat. [arguments]: Disable vignettes. Change-Id: If5a5928d3f7fde5d3360184b229894d92b715d03
This commit is contained in:
parent
93d88c0498
commit
7deb8c97a9
1 changed files with 3 additions and 0 deletions
|
@ -15342,8 +15342,11 @@ maps.")
|
|||
"13wiw7isdmpwhynxjrhimy9yglcz1108k7nwa98vq9czq49zpada"))))
|
||||
(properties `((upstream-name . "savR")))
|
||||
(build-system r-build-system)
|
||||
;; Disable vignettes because they use a removed function in r-ggplot2.
|
||||
(arguments (list #:test-types '(list "tests")))
|
||||
(propagated-inputs
|
||||
(list r-ggplot2 r-gridextra r-reshape2 r-scales r-xml))
|
||||
(native-inputs (list r-testthat))
|
||||
(home-page "https://github.com/bcalder/savR")
|
||||
(synopsis "Parse and analyze Illumina SAV files")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue