File: RcppExports.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-- 482 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

test_progress <- function(formatSEXP = "[:bar] :percent ") {
    .Call('_progresstest_test_progress', PACKAGE = 'progresstest', formatSEXP)
}

test_is_option_enabled <- function() {
    .Call('_progresstest_test_is_option_enabled', PACKAGE = 'progresstest')
}

test_units <- function() {
    .Call('_progresstest_test_units', PACKAGE = 'progresstest')
}