mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-tester: Disable tests.
* gnu/packages/cran.scm (r-tester)[arguments]: Disable tests. Change-Id: I85ffcd3735018e267d020df95c9ceeef05a18e30
This commit is contained in:
parent
14d5105486
commit
c06f7a5e1b
1 changed files with 2 additions and 0 deletions
|
@ -25507,6 +25507,8 @@ (define-public r-tester
|
|||
(base32 "02q2l0c38ddzlh2jwbzkcyhh2k5a4gnfm8khl8cqvjkjhldi9j5y"))))
|
||||
(properties `((upstream-name . "tester")))
|
||||
(build-system r-build-system)
|
||||
;; FIXME Tests fail with: could not find function "context"
|
||||
(arguments (list #:tests? #false))
|
||||
(native-inputs (list r-knitr r-testthat))
|
||||
(home-page "https://fbertran.github.io/tester/")
|
||||
(synopsis "Tests and checks characteristics of R objects")
|
||||
|
|
Loading…
Reference in a new issue