[[Rcpp::export]]
| 685 | |
| 686 | // [[Rcpp::export]] |
| 687 | List List_rep_ctor(IntegerVector x){ |
| 688 | return List(3, x) ; |
| 689 | } |
| 690 | |
| 691 | // [[Rcpp::export]] |
| 692 | int stdVectorDouble(std::vector<double> x) { |
nothing calls this directly
no outgoing calls
no test coverage detected