File: test_utilities.R

package info (click to toggle)
r-bioc-annotationhub 3.6.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 620 kB
  • sloc: makefile: 2
file content (3 lines) | stat: -rw-r--r-- 87 bytes parent folder | download | duplicates (5)
1
2
3
test_require <- function() {
    checkException(AnnotationHub:::.require("xxx_foo"))
}