mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: r-untb: Add missing inputs and disable vignettes.
* gnu/packages/cran.scm (r-untb)[arguments]: Skip building vignettes. [native-inputs]: Add r-vdiffr. Change-Id: I0e3a8a075fd34f28cee1a76a443c215f500e5012
This commit is contained in:
parent
134d95617a
commit
baf684e0bc
1 changed files with 3 additions and 1 deletions
|
@ -26556,9 +26556,11 @@ (define-public r-untb
|
|||
(base32
|
||||
"1v0c43shqn7nmzzrf3yx740xjwrn4djll438p5gf31ny0q0hlgzb"))))
|
||||
(build-system r-build-system)
|
||||
;; Disable vignettes because of missing files.
|
||||
(arguments (list #:test-types '(list "tests")))
|
||||
(propagated-inputs
|
||||
(list r-brobdingnag r-partitions r-polynom))
|
||||
(native-inputs (list r-testthat))
|
||||
(native-inputs (list r-testthat r-vdiffr))
|
||||
(home-page "https://github.com/RobinHankin/untb.git")
|
||||
(synopsis "Ecological drift under the UNTB")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue