[[Rcpp::export]]
| 267 | |
| 268 | // [[Rcpp::export]] |
| 269 | void runit_rownames_proxy(NumericMatrix x) { |
| 270 | rownames(x) = CharacterVector::create("A", "B", "C"); |
| 271 | } |
| 272 | |
| 273 | // [[Rcpp::export]] |
| 274 | NumericMatrix runit_no_init_matrix() { |
nothing calls this directly
no test coverage detected