R Under development (unstable) (2025-07-27 r88459 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(otel) Attaching package: 'otel' The following object is masked from 'package:base': log > > test_check("otel") [ FAIL 0 | WARN 0 | SKIP 58 | PASS 177 ] ══ Skipped tests (58) ══════════════════════════════════════════════════════════ • On CRAN (58): 'test-api-dev.R:3:3', 'test-api.R:6:3', 'test-api.R:38:3', 'test-api.R:77:3', 'test-api.R:119:3', 'test-api.R:152:3', 'test-api.R:185:3', 'test-api.R:208:3', 'test-api.R:227:3', 'test-api.R:247:3', 'test-api.R:260:3', 'test-api.R:274:3', 'test-api.R:293:3', 'test-api.R:326:3', 'test-api.R:348:3', 'test-api.R:372:3', 'test-api.R:396:3', 'test-api.R:420:3', 'test-api.R:444:3', 'test-api.R:468:3', 'test-api.R:496:3', 'test-api.R:522:3', 'test-api.R:548:3', 'test-api.R:574:3', 'test-api.R:610:3', 'test-api.R:627:3', 'test-as-attributes.R:12:3', 'test-as-attributes.R:88:3', 'test-checks.R:20:3', 'test-defaults.R:47:3', 'test-defaults.R:57:3', 'test-defaults.R:180:3', 'test-defaults.R:190:3', 'test-defaults.R:305:3', 'test-defaults.R:315:3', 'test-formatting.R:2:3', 'test-onload.R:18:3', 'test-onload.R:98:3', 'test-print.R:3:3', 'test-print.R:8:3', 'test-print.R:14:3', 'test-print.R:20:3', 'test-print.R:25:3', 'test-print.R:30:3', 'test-print.R:35:3', 'test-print.R:40:3', 'test-print.R:46:3', 'test-print.R:52:3', 'test-print.R:58:3', 'test-print.R:64:3', 'test-rtrace.R:5:3', 'test-rtrace.R:14:3', 'test-spelling.R:2:3', 'test-tracer-name.R:2:3', 'test-utils.R:8:3', 'test-utils.R:13:3', 'test-utils.R:40:3', 'test-utils.R:63:3' [ FAIL 0 | WARN 0 | SKIP 58 | PASS 177 ] > > proc.time() user system elapsed 2.67 0.26 2.95