[[Rcpp::export]]
| 393 | |
| 394 | // [[Rcpp::export]] |
| 395 | IntegerVector runit_seqalong( NumericVector xx ){ |
| 396 | IntegerVector res = seq_along( xx ); |
| 397 | return res ; |
| 398 | } |
| 399 | |
| 400 | // [[Rcpp::export]] |
| 401 | IntegerVector runit_seqlen(){ |
nothing calls this directly
no test coverage detected