R Under development (unstable) (2024-02-11 r85891 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(rvest) > > test_check("rvest") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 43 | PASS 103 ] ══ Skipped tests (43) ══════════════════════════════════════════════════════════ • On CRAN (41): 'test-html.R:16:3', 'test-live.R:2:3', 'test-live.R:9:3', 'test-live.R:26:3', 'test-live.R:34:3', 'test-live.R:43:3', 'test-live.R:54:3', 'test-live.R:73:3', 'test-live.R:81:3', 'test-live.R:95:3', 'test-rename.R:4:3', 'test-rename.R:21:3', 'test-rename.R:25:3', 'test-form.R:29:3', 'test-form.R:76:3', 'test-form.R:85:3', 'test-form.R:107:3', 'test-form.R:119:3', 'test-form.R:144:3', 'test-form.R:177:3', 'test-form.R:215:3', 'test-selectors.R:63:3', 'test-table.R:11:3', 'test-table.R:40:3', 'test-table.R:55:3', 'test-table.R:69:3', 'test-table.R:84:3', 'test-table.R:100:3', 'test-table.R:115:3', 'test-table.R:128:3', 'test-table.R:175:3', 'test-table.R:186:3', 'test-table.R:196:3', 'test-table.R:202:3', 'test-table.R:208:3', 'test-utils.R:7:3', 'test-session.R:2:3', 'test-session.R:22:3', 'test-session.R:43:3', 'test-session.R:53:3', 'test-session.R:82:3' • currently broken (2): 'test-encoding.R:2:3', 'test-encoding.R:14:3' [ FAIL 0 | WARN 0 | SKIP 43 | PASS 103 ] > > proc.time() user system elapsed 1.96 0.17 6.07