gnu: r-tester: Disable tests.

* gnu/packages/cran.scm (r-tester)[arguments]: Disable tests.

Change-Id: I85ffcd3735018e267d020df95c9ceeef05a18e30
This commit is contained in:
Ricardo Wurmus 2024-11-26 18:21:23 +01:00 committed by Andreas Enge
parent 14d5105486
commit c06f7a5e1b
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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")