tests/testthat/TestCompiledSubdir/R/TestCompiledSubdir.R

#' an example function
#'
#' @useDynLib TestCompiledSubdir simple_
simple <- function(x) {
  .Call(simple_, x) # nolint
}
jimhester/covr documentation built on April 8, 2024, 1:48 p.m.