gnu: r-duckdb: Disable tests.

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

Change-Id: I046fe9e9fb34f35c9f2fcaa6bbb726fb4bbfd81c
This commit is contained in:
Ricardo Wurmus 2025-05-10 21:25:26 +02:00
parent 1ae270f125
commit 73be836f25
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -41100,6 +41100,7 @@ forest) is fit on the kernel matrix of a subset of the training data.")
;; We don't seem to need this and I don't want to package it now. ;; We don't seem to need this and I don't want to package it now.
(updater-ignored-native-inputs . ("r-dblog")))) (updater-ignored-native-inputs . ("r-dblog"))))
(build-system r-build-system) (build-system r-build-system)
(arguments (list #:tests? #false)) ;tests can time out on the build farm
(propagated-inputs (list r-dbi)) (propagated-inputs (list r-dbi))
(native-inputs (list r-adbcdrivermanager (native-inputs (list r-adbcdrivermanager
r-arrow r-arrow