tests/testthat/progresstest/R/test.R

#' @importFrom progress progress_bar
#' @importFrom Rcpp loadRcppModules
#' @useDynLib progresstest
#' @export

my_test_progress <- function(format = "[:bar] :percent ") {
  test_progress(format)
}

#' @export

my_is_option_enabled <- function() {
  test_is_option_enabled()
}

Try the progress package in your browser

Any scripts or data that you put into this service are public.

progress documentation built on May 17, 2019, 1:02 a.m.