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

Function runit_lang_inputop

inst/tinytest/cpp/language.cpp:75–79  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

73
74// [[Rcpp::export]]
75Language runit_lang_inputop(){
76 Language call( "rnorm" );
77 call << 10 << Named( "sd", 10 ) ;
78 return call ;
79}
80
81// [[Rcpp::export]]
82List runit_lang_unarycall(IntegerVector x){

Callers

nothing calls this directly

Calls 1

NamedFunction · 0.85

Tested by

no test coverage detected