R Under development (unstable) (2023-09-23 r85214 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library(testthat) > library(lubridate) Attaching package: 'lubridate' The following objects are masked from 'package:base': date, intersect, setdiff, union > > test_check("lubridate") [ FAIL 0 | WARN 0 | SKIP 11 | PASS 3066 ] ══ Skipped tests (11) ══════════════════════════════════════════════════════════ • FIXME: activate when timechange#29 isfixed (1): 'test-periods.R:650:3' • FIXME: time_length should be same on sides of DST? (1): 'test-timespans.R:55:3' • FIXME: ymd_hms OSz parsing (2): 'test-parsers.R:263:3', 'test-parsers.R:278:3' • On CRAN (7): 'test-namespace.R:33:3', 'test-namespace.R:44:3', 'test-ops-integer-division.R:17:3', 'test-parsers.R:1122:3', 'test-parsers.R:1141:3', 'test-pretty.R:4:3', 'test-vctrs.R:549:3' [ FAIL 0 | WARN 0 | SKIP 11 | PASS 3066 ] > > proc.time() user system elapsed 25.73 1.04 26.96