File: test.R

package info (click to toggle)
r-cran-progress 1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 232 kB
  • sloc: cpp: 367; sh: 13; makefile: 5
file content (15 lines) | stat: -rw-r--r-- 278 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

#' @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()
}