[[Rcpp::export]]
| 168 | |
| 169 | // [[Rcpp::export]] |
| 170 | DateVector DateVector_assignment(DateVector v1, DateVector v2) { |
| 171 | v1 = v2; |
| 172 | return v1; |
| 173 | } |
| 174 | |
| 175 | // [[Rcpp::export]] |
| 176 | std::string Date_format(Date d, std::string fmt) { |
nothing calls this directly
no outgoing calls
no test coverage detected