R Under development (unstable) (2025-11-04 r88984 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(rocrateR) > > test_check("rocrateR") Adding entity with @id='https://orcid.org/0000-0001-5036-8661'... Adding entity with @id='https://orcid.org/0000-0001-5036-8661'... Removing the entity with @id = 'https://orcid.org/0000-0001-5036-8661'. Removing the entity with @id = 'https://orcid.org/0000-0001-5036-8661'. Removing the entity with @id = 'https://orcid.org/0000-0001-5036-8661'. Removing the entity with @id = 'https://orcid.org/0000-0001-5036-8661'. { "@context": "https://w3id.org/ro/crate/1.2/context", "@graph": [ { "@id": "ro-crate-metadata.json", "@type": "CreativeWork", "about": { "@id": "./" }, "conformsTo": { "@id": "https://w3id.org/ro/crate/1.2" } }, { "@id": "./", "@type": "Dataset", "name": "", "description": "", "datePublished": "2025-11-05", "license": { "@id": "http://spdx.org/licenses/CC-BY-4.0" } } ] } { "@context": "https://w3id.org/ro/crate/1.2/context", "@graph": [ { "@id": "ro-crate-metadata.json", "@type": "CreativeWork", "about": { "@id": "./" }, "conformsTo": { "@id": "https://w3id.org/ro/crate/1.2" } }, { "@id": "./", "@type": "Dataset", "name": "", "description": "", "datePublished": "2025-11-05", "license": { "@id": "http://spdx.org/licenses/CC-BY-4.0" } } ] } RO-Crate entity: @id = './' @type = 'Dateset' RO-Crate entity: @id = './' @type = 'Dateset' RO-Crate successfully 'bagged'! For details, see: D:\temp\2025_11_05_14_25_16_14088\RtmpIv1vTV/rocrate-tests-ac0b3e7ba768d6717a477886a8976352/rocrate-befddbfc5a312ee3c4f1158d0fc440c8.zip RO-Crate successfully 'bagged'! For details, see: D:\temp\2025_11_05_14_25_16_14088\RtmpIv1vTV/rocrate-tests-ac0b3e7ba768d6717a477886a8976352/rocrate-e728500068eb2a8702c2f5f43e4cb804.zip RO-Crate bag successfully extracted! For details, see: D:\temp\2025_11_05_14_25_16_14088\RtmpIv1vTV/rocrate-tests-9d54021ea8d752b1b641c16c2d9fb126 Removing the entity with @id = 'ro-crate-metadata.json'. Removing the entity with @id = './'. [ FAIL 0 | WARN 0 | SKIP 0 | PASS 95 ] > > proc.time() user system elapsed 1.12 0.20 1.34