R version 4.6.0 beta (2026-04-15 r89885 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 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(dsROCrate) > > test_check("dsROCrate") 2 asset entities were found! 1 asset entity was found! 2 'File' entities were found! 2 'File' entities were found! 1 'File' entity was found! 1 'File' entity was found! 1 'File' entity was found! 2 'Author' entities were found! 1 'Author' entity was found! 1 'Author' entity was found! 2 'Project' entities were found! 1 'Project' entity was found! 1 'Project' entity was found! 2 'CreativeWork', 'PropertyValue' OR 'SoftwareApplication' entities were found! 3 'CreativeWork', 'PropertyValue' OR 'SoftwareApplication' entities were found! 1 'CreativeWork', 'PropertyValue' OR 'SoftwareApplication' entity was found! [ FAIL 0 | WARN 0 | SKIP 44 | PASS 173 ] ══ Skipped tests (44) ══════════════════════════════════════════════════════════ • No ARMADILLO_SERVER env var set (1): 'test-utils-armadillo.R:167:3' • On CRAN (43): 'test-dsROCrate.R:4:3', 'test-dsROCrate.R:24:3', 'test-dsROCrate.R:48:3', 'test-report.R:282:3', 'test-report.R:325:3', 'test-report.R:367:3', 'test-safe-data.R:24:3', 'test-safe-data.R:40:3', 'test-safe-data.R:56:3', 'test-safe-data.R:72:3', 'test-safe-data.R:90:3', 'test-safe-people.R:13:3', 'test-safe-people.R:32:3', 'test-safe-project.R:27:3', 'test-safe-project.R:46:3', 'test-safe-project.R:62:3', 'test-safe-project.R:78:3', 'test-safe-project.R:97:3', 'test-safe_output.R:24:3', 'test-safe_output.R:40:3', 'test-safe_output.R:76:3', 'test-safe_setting.R:29:3', 'test-utils-connection.R:3:3', 'test-utils-connection.R:15:3', 'test-utils-connection.R:28:3', 'test-utils-opal.R:3:3', 'test-utils-opal.R:13:3', 'test-utils-opal.R:26:3', 'test-utils-opal.R:41:3', 'test-utils-opal.R:58:3', 'test-utils-opal.R:73:3', 'test-utils-opal.R:87:3', 'test-utils-opal.R:103:3', 'test-utils-opal.R:125:3', 'test-utils-safe_data.R:3:3', 'test-utils-safe_data.R:35:3', 'test-utils-safe_output.R:395:3', 'test-utils-safe_people.R:3:3', 'test-utils-safe_people.R:23:3', 'test-utils-safe_people.R:43:3', 'test-utils-safe_people.R:60:3', 'test-utils-safe_project.R:308:3', 'test-utils-safe_setting.R:378:3' [ FAIL 0 | WARN 0 | SKIP 44 | PASS 173 ] > > proc.time() user system elapsed 6.40 1.21 7.54