tests/testthat/TestCompiledSubdir/R/TestCompiledSubdir.R

#' an example function
#'
#' @useDynLib TestCompiledSubdir simple_
simple <- function(x) {
  .Call(simple_, x) # nolint
}

Try the covr package in your browser

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

covr documentation built on Nov. 9, 2023, 9:07 a.m.