R Under development (unstable) (2025-08-28 r88733 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 61 | PASS 238 ] ══ Skipped tests (61) ══════════════════════════════════════════════════════════ • On CRAN (61): '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:325:3', 'test-api.R:358:3', 'test-api.R:380:3', 'test-api.R:404:3', 'test-api.R:428:3', 'test-api.R:452:3', 'test-api.R:476:3', 'test-api.R:500:3', 'test-api.R:528:3', 'test-api.R:554:3', 'test-api.R:580:3', 'test-api.R:606:3', 'test-api.R:642:3', 'test-api.R:659: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:15:3', 'test-rtrace.R:26:3', 'test-spelling.R:2:3', 'test-tracer-name.R:2:3', 'test-tracer-provider-noop.R:54: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 61 | PASS 238 ] > > proc.time() user system elapsed 4.53 0.73 5.26