mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02: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
095516d897
commit
e40daf6a10
1 changed files with 3 additions and 1 deletions
|
@ -26556,9 +26556,11 @@ standard regular expressions.")
|
|||
(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…
Add table
Add a link
Reference in a new issue