R Under development (unstable) (2024-04-24 r86484 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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(calendar) > > test_check("calendar") [ FAIL 1 | WARN 1 | SKIP 0 | PASS 11 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-ic-extract.R:4:3'): ic_extract works ───────────────────────── ic_extract(ical_example, "DTSTART") not equal to as.POSIXct("2018-08-09 16:00:00 BST"). 1/1 mismatches [1] 2018-08-09 18:00:00 - 2018-08-09 16:00:00 == 2 hours [ FAIL 1 | WARN 1 | SKIP 0 | PASS 11 ] Error: Test failures Execution halted