| 36 | |
| 37 | template<> |
| 38 | inline SEXP wrap_extra_steps<Rcpp::Datetime>(SEXP x) { |
| 39 | Rf_setAttrib(x, R_ClassSymbol, internal::getPosixClasses()); |
| 40 | return x; |
| 41 | } |
| 42 | |
| 43 | template <> |
| 44 | inline SEXP wrap<Datetime>(const Datetime &date) { |
nothing calls this directly
no test coverage detected