R Under development (unstable) (2026-02-09 r89390 ucrt) -- "Unsuffered Consequences" 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. > library(testthat) > library(codemetar) > > test_check("codemetar") codemetar has the highest opinion of this R package :-) [ FAIL 0 | WARN 0 | SKIP 15 | PASS 56 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • On CRAN (14): 'test-create_codemeta.R:3:3', 'test-extract_badges.R:19:3', 'test-frame.R:3:5', 'test-give_opinions.R:6:3', 'test-give_opinions.R:14:3', 'test-give_opinions.R:32:3', 'test-give_opinions.R:41:3', 'test-give_opinions.R:49:3', 'test-give_opinions.R:77:3', 'test-guess_metadata.R:3:3', 'test-guess_metadata.R:80:3', 'test-guess_metadata.R:95:3', 'test-guess_metadata.R:116:3', 'test-write_codemeta.R:2:3' • nzchar(Sys.getenv("GITHUB_PAT")) is not TRUE (1): 'test-guess_metadata.R:61:3' [ FAIL 0 | WARN 0 | SKIP 15 | PASS 56 ] > > proc.time() user system elapsed 1.92 0.32 2.50