[[Rcpp::export]]
| 48 | |
| 49 | // [[Rcpp::export]] |
| 50 | List Argument_() { |
| 51 | Argument x("x"), y("y"); |
| 52 | return List::create( x = 2, y = 3 ); |
| 53 | } |
| 54 | |
| 55 | // [[Rcpp::export]] |
| 56 | int Dimension_const( SEXP ia ) { |
nothing calls this directly
no outgoing calls
no test coverage detected