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

Function runit_lang_variadic_2

inst/tinytest/cpp/language.cpp:34–36  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

32
33// [[Rcpp::export]]
34Language runit_lang_variadic_2(){
35 return Language( "rnorm", 10, Named("mean",0.0), 2.0 ) ;
36}
37
38// [[Rcpp::export]]
39Language runit_lang_push_back(){

Callers

nothing calls this directly

Calls 1

NamedFunction · 0.85

Tested by

no test coverage detected