Home
last modified time | relevance | path

Searched refs:formatSEXP (Results 1 – 5 of 5) sorted by relevance

/dports/devel/R-cran-progress/progress/tests/testthat/progresstest/src/
H A DRcppExports.cpp9 Rcpp::CharacterVector test_progress(Rcpp::CharacterVector formatSEXP);
14 Rcpp::traits::input_parameter< Rcpp::CharacterVector >::type formatSEXP(formatSEXPSEXP); in _progresstest_test_progress() local
15 rcpp_result_gen = Rcpp::wrap(test_progress(formatSEXP)); in _progresstest_test_progress()
H A Dtest.cpp7 Rcpp::CharacterVector test_progress(Rcpp::CharacterVector formatSEXP = in test_progress() argument
11 const char *format = formatSEXP[0]; in test_progress()
/dports/devel/R-cran-progress/progress/tests/testthat/progresstest/R/
H A DRcppExports.R4 test_progress <- function(formatSEXP = "[:bar] :percent ") { argument
5 .Call('_progresstest_test_progress', PACKAGE = 'progresstest', formatSEXP)
/dports/textproc/R-cran-hunspell/hunspell/src/
H A DRcppExports.cpp83 RcppExport SEXP _hunspell_R_hunspell_find(SEXP ptrSEXP, SEXP textSEXP, SEXP formatSEXP) { in _hunspell_R_hunspell_find() argument
89 Rcpp::traits::input_parameter< std::string >::type format(formatSEXP); in _hunspell_R_hunspell_find()
96 RcppExport SEXP _hunspell_R_hunspell_parse(SEXP ptrSEXP, SEXP textSEXP, SEXP formatSEXP) { in _hunspell_R_hunspell_parse() argument
102 Rcpp::traits::input_parameter< std::string >::type format(formatSEXP); in _hunspell_R_hunspell_parse()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionPlots.cpp834 SEXP formatSEXP, in rs_savePlotAsImage() argument
839 std::string format = r::sexp::safeAsString(formatSEXP); in rs_savePlotAsImage()