Nothing
#' Copyright(c) 2017-2024 R. Mark Sharp
#' This file is part of nprcgenekeepr
context("getChangedColsTab")
library(testthat)
library(stringi)
set_seed(10L)
pedSix <- nprcgenekeepr::pedSix
changedColsTab <- getChangedColsTab(qcStudbook(pedSix,
reportChanges = TRUE,
reportErrors = TRUE
), "test")
test_that("getChangedColsTab creates predictable output", {
expect_true(stri_detect_fixed(changedColsTab$children[[1L]]$children[[1L]],
pattern = "egoid to id"
))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.