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 April 9, 2024, 2:14 p.m.