R version 4.6.0 RC (2026-04-17 r89914 ucrt) -- "Because it was There" Copyright (C) 2026 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 testthat testing framework > library(testthat) > library(gerda) > > test_check("gerda") Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union [ FAIL 0 | WARN 0 | SKIP 24 | PASS 221 ] ══ Skipped tests (24) ══════════════════════════════════════════════════════════ • On CRAN (24): 'test-integration.R:14:5', 'test-integration.R:97:5', 'test-integration.R:107:5', 'test-load_gerda_web-catalog.R:78:13', 'test-load_gerda_web-catalog.R:78:13', 'test-load_gerda_web-catalog.R:78:13', 'test-load_gerda_web-catalog.R:78:13', 'test-load_gerda_web-catalog.R:78:13', 'test-load_gerda_web-catalog.R:78:13', 'test-load_gerda_web-catalog.R:78:13', 'test-load_gerda_web-catalog.R:78:13', 'test-load_gerda_web-catalog.R:78:13', 'test-load_gerda_web-catalog.R:103:5', 'test-load_gerda_web-catalog.R:117:5', 'test-load_gerda_web-extensions.R:3:5', 'test-load_gerda_web-extensions.R:27:5', 'test-load_gerda_web-extensions.R:57:5', 'test-load_gerda_web-schema.R:5:5', 'test-load_gerda_web-schema.R:33:5', 'test-load_gerda_web-schema.R:50:5', 'test-load_gerda_web-schema.R:69:5', 'test-load_gerda_web-validation.R:39:5', 'test-load_gerda_web-validation.R:46:5', 'test-load_gerda_web-validation.R:53:5' [ FAIL 0 | WARN 0 | SKIP 24 | PASS 221 ] > > proc.time() user system elapsed 3.84 0.73 4.57