tests/testthat/TestCompiledSubdir/R/TestCompiledSubdir.R

#' an example function
#'
#' @useDynLib TestCompiledSubdir simple_
simple <- function(x) {
  .Call(simple_, x) # nolint
}
jimhester/covr documentation built on Aug. 16, 2024, 5:33 p.m.