[[Rcpp::export]]
| 154 | |
| 155 | // [[Rcpp::export]] |
| 156 | SEXP DatetimeVector_ctor(DatetimeVector d) { |
| 157 | DatetimeVector dt = DatetimeVector(d); |
| 158 | return wrap(dt); |
| 159 | } |
| 160 | |
| 161 | // [[Rcpp::export]] |
| 162 | DatetimeVector DatetimeVector_assignment(DatetimeVector v1, |