MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / messageWrapper

Function messageWrapper

inst/tinytest/cpp/misc.cpp:229–231  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

227
228// [[Rcpp::export]]
229void messageWrapper(SEXP s) {
230 message(s);
231}

Callers

nothing calls this directly

Calls 1

messageFunction · 0.85

Tested by

no test coverage detected