tests/testthat/test_createExampleFiles.R

#' Copyright(c) 2017-2024 R. Mark Sharp
#' This file is part of nprcgenekeepr
context("createExampleFiles")
library(testthat)
files <- suppressMessages(createExampleFiles())
test_that("createExampleFiles creates all files", {
  expect_true(all(file.exists(files)))
})

Try the nprcgenekeepr package in your browser

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

nprcgenekeepr documentation built on June 8, 2025, 10:55 a.m.