R Under development (unstable) (2024-02-27 r85995 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(linelist) > > test_results <- test_check("linelist") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 9 | PASS 133 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • On CRAN (9): 'test-compat-dplyr.R:58:3', 'test-compat-dplyr.R:70:3', 'test-compat-dplyr.R:139:3', 'test-deprecated.R:5:3', 'test-deprecated.R:13:3', 'test-deprecated.R:19:3', 'test-deprecated.R:27:3', 'test-print.R:3:3', 'test-validate_types.R:26:3' [ FAIL 0 | WARN 0 | SKIP 9 | PASS 133 ] > > if (any(as.data.frame(test_results)$warning > 0)) { + stop("tests failed with warnings") + } > > proc.time() user system elapsed 1.31 0.15 4.70