Description: Skip tests if required packages are not yet available in Debian.
Forwarded: TODO
Author: Dylan Aïssi

--- a/tests/testthat/test_PFM.R
+++ b/tests/testthat/test_PFM.R
@@ -1,5 +1,6 @@
 test_that("test_PFMSimilarity", {
   library(Biostrings)
+  skip_if_not_installed("JASPAR2016")
   library(JASPAR2016)
   profileMatrix <- matrix(as.integer(
     c(13, 13,  3,  1, 54,  1,  1,  1,  0,  3,  2,  5,
@@ -17,4 +18,4 @@
   expect_equal(unname(scores[[3]]), c(20.44110, 92.91409), tolerance=0.01)
   expect_equal(unname(scores[[4]]), c(20.04603, 83.52514), tolerance=0.01)
 }
-)
\ No newline at end of file
+)
