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

Function runit_range_plus

inst/tinytest/cpp/sugar.cpp:354–357  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

352
353// [[Rcpp::export]]
354IntegerVector runit_range_plus(int start, int end, int n) {
355 IntegerVector vec = Range(start, end) + n;
356 return vec;
357}
358
359// [[Rcpp::export]]
360IntegerVector runit_range_minus(int start, int end, int n) {

Callers

nothing calls this directly

Calls 1

RangeClass · 0.50

Tested by

no test coverage detected