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
}

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.