R/test.R

#' @export

fun.list <- list(
 fun2=function(b) {
   b + 2
 }
)

#' @export

fun <- function(a) {
  a + 1
}
brodieG/covrtest documentation built on May 13, 2019, 7:45 a.m.