1 2#' @useDynLib progresstestcpp, .registration = TRUE 3NULL 4 5#' @export 6 7test_baseline <- function() { 8 test_baseline_() 9} 10 11#' @export 12 13test_cli <- function() { 14 test_cli_() 15} 16 17#' @export 18 19test_template <- function() { 20 test_template_() 21} 22