R Under development (unstable) (2025-11-11 r89006 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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. > if (requireNamespace("testthat")) { + library(testthat) + library(learnr) + + test_check("learnr") + } Loading required namespace: testthat [ FAIL 0 | WARN 0 | SKIP 19 | PASS 834 ] ══ Skipped tests (19) ══════════════════════════════════════════════════════════ • On CRAN (18): 'test-available-tutorials.R:3:1', 'test-evaluators.R:2:3', 'test-evaluators.R:97:3', 'test-evaluators.R:150:3', 'test-evaluators.R:201:3', 'test-evaluators.R:237:3', 'test-evaluators.R:272:3', 'test-evaluators.R:310:3', 'test-evaluators.R:410:3', 'test-exercise.R:359:1', 'test-exercise.R:1300:3', 'test-exercise.R:1409:1', 'test-exercise.R:1459:1', 'test-exercise.R:1512:3', 'test-exercise.R:1547:3', 'test-exercise.R:1609:1', 'test-shinytest2-aaa.R:2:1', 'test-shinytest2-hints.R:2:1' • On Windows (1): 'test-exercise.R:1285:3' [ FAIL 0 | WARN 0 | SKIP 19 | PASS 834 ] > > proc.time() user system elapsed 37.51 7.15 59.29