Package: r-bioc-ensembldb / 2.30.0+dfsg-3

Fix_autopkgtest.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Skip tests if required packages are not yet available in Debian.
Forwarded: TODO
Author: Dylan Aïssi

--- a/tests/testthat.R
+++ b/tests/testthat.R
@@ -1,5 +1,6 @@
 library(testthat)
 library(ensembldb)
+skip_if_not_installed("EnsDb.Hsapiens.v86")
 library(EnsDb.Hsapiens.v86)
 edb <- EnsDb.Hsapiens.v86