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

Function runit_minus

inst/tinytest/cpp/sugar.cpp:278–286  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

276
277// [[Rcpp::export]]
278List runit_minus( IntegerVector xx ){
279 return List::create(
280 xx - 10,
281 10 - xx,
282 xx - xx,
283 noNA( xx ) - 10,
284 10 - noNA( xx )
285 ) ;
286}
287
288// [[Rcpp::export]]
289LogicalVector runit_any_equal_not( NumericVector xx, NumericVector yy){

Callers

nothing calls this directly

Calls 1

noNAFunction · 0.85

Tested by

no test coverage detected