tests/testthat/TestParallel/R/TestParallel.R

#' an example function
#'
#' @export
test1 <- function(x, y){
  x + y
}

#' @export
test2 <- function(x, y){
  x * y
}

#' @export
test3 <- function(x, y){
  x - y
}
r-lib/covr documentation built on Aug. 17, 2024, 6:21 p.m.