mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: r-biotmle: Disable tests.
* gnu/packages/bioconductor.scm (r-biotmle)[native-inputs]: Add r-biotmledata. [arguments]: Disable tests. Change-Id: Ia854a6278055a2617db62cbe360b8e108e5584c7
This commit is contained in:
parent
7c30bdafcf
commit
71c935e456
1 changed files with 3 additions and 1 deletions
|
@ -25796,6 +25796,8 @@ (define-public r-biotmle
|
|||
"06m79562baskma0vyj1632w2j669s2pymfniid5b8fyd3vqi4c6w"))))
|
||||
(properties `((upstream-name . "biotmle")))
|
||||
(build-system r-build-system)
|
||||
;; Two tests fail with "BiocParallel errors".
|
||||
(arguments (list #:tests? #false))
|
||||
(propagated-inputs
|
||||
(list r-assertthat
|
||||
r-biocgenerics
|
||||
|
@ -25810,7 +25812,7 @@ (define-public r-biotmle
|
|||
r-superheat
|
||||
r-tibble))
|
||||
(native-inputs
|
||||
(list r-knitr r-testthat))
|
||||
(list r-biotmledata r-knitr r-testthat))
|
||||
(home-page "https://code.nimahejazi.org/biotmle/")
|
||||
(synopsis "Targeted learning with moderated statistics for biomarker discovery")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue