|
241 | 241 | #' * [`dmilliseconds()`][lubridate::dmilliseconds()] |
242 | 242 | #' * [`dminutes()`][lubridate::dminutes()] |
243 | 243 | #' * [`dmonths()`][lubridate::dmonths()] |
244 | | -#' * [`dmy()`][lubridate::dmy()]: `locale` argument not supported |
245 | | -#' * [`dmy_h()`][lubridate::dmy_h()]: `locale` argument not supported |
246 | | -#' * [`dmy_hm()`][lubridate::dmy_hm()]: `locale` argument not supported |
247 | | -#' * [`dmy_hms()`][lubridate::dmy_hms()]: `locale` argument not supported |
| 244 | +#' * [`dmy()`][lubridate::dmy()]: `locale` argument not supported; see docs for `parse_date_time()` mapping for supported formats |
| 245 | +#' * [`dmy_h()`][lubridate::dmy_h()]: `locale` argument not supported; see docs for `parse_date_time()` mapping for supported formats |
| 246 | +#' * [`dmy_hm()`][lubridate::dmy_hm()]: `locale` argument not supported; see docs for `parse_date_time()` mapping for supported formats |
| 247 | +#' * [`dmy_hms()`][lubridate::dmy_hms()]: `locale` argument not supported; see docs for `parse_date_time()` mapping for supported formats |
248 | 248 | #' * [`dnanoseconds()`][lubridate::dnanoseconds()] |
249 | 249 | #' * [`dpicoseconds()`][lubridate::dpicoseconds()]: not supported |
250 | 250 | #' * [`dseconds()`][lubridate::dseconds()] |
251 | 251 | #' * [`dst()`][lubridate::dst()] |
252 | 252 | #' * [`dweeks()`][lubridate::dweeks()] |
253 | 253 | #' * [`dyears()`][lubridate::dyears()] |
254 | | -#' * [`dym()`][lubridate::dym()]: `locale` argument not supported |
| 254 | +#' * [`dym()`][lubridate::dym()]: `locale` argument not supported; see docs for `parse_date_time()` mapping for supported formats |
255 | 255 | #' * [`epiweek()`][lubridate::epiweek()] |
256 | 256 | #' * [`epiyear()`][lubridate::epiyear()] |
257 | 257 | #' * [`fast_strptime()`][lubridate::fast_strptime()]: non-default values of `lt` and `cutoff_2000` not supported |
|
273 | 273 | #' * [`make_difftime()`][lubridate::make_difftime()]: only supports `units = "secs"` (the default); |
274 | 274 | #' providing both `num` and `...` is not supported |
275 | 275 | #' * [`mday()`][lubridate::mday()] |
276 | | -#' * [`mdy()`][lubridate::mdy()]: `locale` argument not supported |
277 | | -#' * [`mdy_h()`][lubridate::mdy_h()]: `locale` argument not supported |
278 | | -#' * [`mdy_hm()`][lubridate::mdy_hm()]: `locale` argument not supported |
279 | | -#' * [`mdy_hms()`][lubridate::mdy_hms()]: `locale` argument not supported |
| 276 | +#' * [`mdy()`][lubridate::mdy()]: `locale` argument not supported; see docs for `parse_date_time()` mapping for supported formats |
| 277 | +#' * [`mdy_h()`][lubridate::mdy_h()]: `locale` argument not supported; see docs for `parse_date_time()` mapping for supported formats |
| 278 | +#' * [`mdy_hm()`][lubridate::mdy_hm()]: `locale` argument not supported; see docs for `parse_date_time()` mapping for supported formats |
| 279 | +#' * [`mdy_hms()`][lubridate::mdy_hms()]: `locale` argument not supported; see docs for `parse_date_time()` mapping for supported formats |
280 | 280 | #' * [`minute()`][lubridate::minute()] |
281 | 281 | #' * [`month()`][lubridate::month()] |
282 | | -#' * [`my()`][lubridate::my()]: `locale` argument not supported |
283 | | -#' * [`myd()`][lubridate::myd()]: `locale` argument not supported |
| 282 | +#' * [`my()`][lubridate::my()]: `locale` argument not supported; see docs for `parse_date_time()` mapping for supported formats |
| 283 | +#' * [`myd()`][lubridate::myd()]: `locale` argument not supported; see docs for `parse_date_time()` mapping for supported formats |
284 | 284 | #' * [`parse_date_time()`][lubridate::parse_date_time()]: `quiet = FALSE` is not supported |
285 | 285 | #' Available formats are H, I, j, M, S, U, w, W, y, Y, R, T. |
286 | | -#' On Linux and OS X additionally a, A, b, B, Om, p, r are available. |
| 286 | +#' On Linux and macOS additionally a, A, b, B, Om, p, r are available. |
287 | 287 | #' * [`pm()`][lubridate::pm()] |
288 | 288 | #' * [`qday()`][lubridate::qday()] |
289 | 289 | #' * [`quarter()`][lubridate::quarter()] |
|
295 | 295 | #' * [`week()`][lubridate::week()] |
296 | 296 | #' * [`with_tz()`][lubridate::with_tz()] |
297 | 297 | #' * [`yday()`][lubridate::yday()] |
298 | | -#' * [`ydm()`][lubridate::ydm()]: `locale` argument not supported |
299 | | -#' * [`ydm_h()`][lubridate::ydm_h()]: `locale` argument not supported |
300 | | -#' * [`ydm_hm()`][lubridate::ydm_hm()]: `locale` argument not supported |
301 | | -#' * [`ydm_hms()`][lubridate::ydm_hms()]: `locale` argument not supported |
| 298 | +#' * [`ydm()`][lubridate::ydm()]: `locale` argument not supported; see docs for `parse_date_time()` mapping for supported formats |
| 299 | +#' * [`ydm_h()`][lubridate::ydm_h()]: `locale` argument not supported; see docs for `parse_date_time()` mapping for supported formats |
| 300 | +#' * [`ydm_hm()`][lubridate::ydm_hm()]: `locale` argument not supported; see docs for `parse_date_time()` mapping for supported formats |
| 301 | +#' * [`ydm_hms()`][lubridate::ydm_hms()]: `locale` argument not supported; see docs for `parse_date_time()` mapping for supported formats |
302 | 302 | #' * [`year()`][lubridate::year()] |
303 | | -#' * [`ym()`][lubridate::ym()]: `locale` argument not supported |
304 | | -#' * [`ymd()`][lubridate::ymd()]: `locale` argument not supported |
305 | | -#' * [`ymd_h()`][lubridate::ymd_h()]: `locale` argument not supported |
306 | | -#' * [`ymd_hm()`][lubridate::ymd_hm()]: `locale` argument not supported |
307 | | -#' * [`ymd_hms()`][lubridate::ymd_hms()]: `locale` argument not supported |
308 | | -#' * [`yq()`][lubridate::yq()]: `locale` argument not supported |
| 303 | +#' * [`ym()`][lubridate::ym()]: `locale` argument not supported; see docs for `parse_date_time()` mapping for supported formats |
| 304 | +#' * [`ymd()`][lubridate::ymd()]: `locale` argument not supported; see docs for `parse_date_time()` mapping for supported formats |
| 305 | +#' * [`ymd_h()`][lubridate::ymd_h()]: `locale` argument not supported; see docs for `parse_date_time()` mapping for supported formats |
| 306 | +#' * [`ymd_hm()`][lubridate::ymd_hm()]: `locale` argument not supported; see docs for `parse_date_time()` mapping for supported formats |
| 307 | +#' * [`ymd_hms()`][lubridate::ymd_hms()]: `locale` argument not supported; see docs for `parse_date_time()` mapping for supported formats |
| 308 | +#' * [`yq()`][lubridate::yq()]: `locale` argument not supported; see docs for `parse_date_time()` mapping for supported formats |
309 | 309 | #' |
310 | 310 | #' ## methods |
311 | 311 | #' |
|
0 commit comments