tests/testthat/TestCompiledSubdir/R/TestCompiledSubdir.R

#' an example function
#'
#' @useDynLib TestCompiledSubdir simple_
simple <- function(x) {
  .Call(simple_, x) # nolint
}
r-lib/covr documentation built on Feb. 12, 2024, 11:48 a.m.