inst/tinytest/test_data.R

# setup tinytest for checkmate functionality
library("tinytest")
library("checkmate")
using("checkmate")

# test for missing annotation sources
is <- pubs$annotation_src[!is.na(pubs$annotation)] |> anyNA()
expect_false(is)

Try the inlpubs package in your browser

Any scripts or data that you put into this service are public.

inlpubs documentation built on April 4, 2025, 1:06 a.m.