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
}
jimhester/covr documentation built on April 8, 2024, 1:48 p.m.