mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: r-rpresto: Disable tests.
* gnu/packages/cran.scm (r-rpresto)[arguments]: Disable tests. Change-Id: I988975506092cd70e566171ec4f6dbd00aff99e9
This commit is contained in:
parent
3938247527
commit
e18ec2c142
1 changed files with 2 additions and 0 deletions
|
|
@ -6531,6 +6531,8 @@ classification, regression and survival trees.")
|
|||
(build-system r-build-system)
|
||||
(arguments
|
||||
(list
|
||||
;; 30 tests currently fail because of the removal of testthat::with_mock
|
||||
#:tests? #false
|
||||
#:phases
|
||||
'(modify-phases %standard-phases
|
||||
;; We need this for failing tests, because lubridate needs these
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue