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

Function runit_plus_seqlen

inst/tinytest/cpp/sugar.cpp:304–310  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

302
303// [[Rcpp::export]]
304List runit_plus_seqlen(){
305 return List::create(
306 seq_len(10) + 10,
307 10 + seq_len(10),
308 seq_len(10) + seq_len(10)
309 ) ;
310}
311
312// [[Rcpp::export]]
313LogicalVector runit_plus_all( IntegerVector xx ){

Callers

nothing calls this directly

Calls 1

seq_lenFunction · 0.85

Tested by

no test coverage detected