mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-cgdsr: Disable tests.
* gnu/packages/cran.scm (r-cgdsr)[arguments]: Disable tests. [native-inputs]: Add r-testthat. Change-Id: I66ef4d375c0f23f2271d56f9b424fee3ed6aa2da
This commit is contained in:
parent
6c3e8af6c3
commit
c135752c21
1 changed files with 3 additions and 0 deletions
|
@ -14511,8 +14511,11 @@ (define-public r-cgdsr
|
|||
(base32
|
||||
"07yc819hkabpzzh0g0cbqza6bcfy67b2marrzz1lj97f9iba78ja"))))
|
||||
(build-system r-build-system)
|
||||
;; FIXME: Tests fail with: could not find function "context"
|
||||
(arguments (list #:tests? #false))
|
||||
(propagated-inputs
|
||||
(list r-httr r-r-methodss3 r-r-oo))
|
||||
(native-inputs (list r-testthat))
|
||||
(home-page "https://github.com/cBioPortal/cgdsr")
|
||||
(synopsis "R-based API for accessing the MSKCC Cancer Genomics Data Server")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue