R Under development (unstable) (2025-06-20 r88332 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. > library(testthat) > library(boilerplate) boilerplate 1.3.0 > > test_check("boilerplate") === Measures Database Quality Report === Total measures: 4 Complete descriptions: 4 (100.0%) With references: 4 (100.0%) With items: 4 (100.0%) With wave info: 4 (100.0%) Already standardised: 0 (0.0%) [ FAIL 0 | WARN 0 | SKIP 15 | PASS 825 ] ══ Skipped tests (15) ══════════════════════════════════════════════════════════ • JSON schema not available (2): 'test-vignette-architecture.R:91:5', 'test-vignette-json-schema.R:71:5' • JSON schema not available for unified type (1): 'test-vignette-internals.R:149:5' • No backup files created in test environment (1): 'test-vignette-version-management.R:56:5' • On CRAN (8): 'test-bibliography-support.R:275:3', 'test-init-functions.R:155:3', 'test-readme-examples.R:231:3', 'test-vignette-bibliography.R:41:3', 'test-vignette-bibliography.R:68:3', 'test-vignette-bibliography.R:153:3', 'test-vignette-getting-started.R:137:3', 'test-vignette-intro-enhanced.R:142:3' • Project listing not supported in temp directories with flat structure (1): 'test-project-functions.R:114:3' • Projects in temp directories use flat structure (1): 'test-project-functions.R:91:3' • Special characters test: structure not as expected (1): 'test-migration-utilities.R:315:9' [ FAIL 0 | WARN 0 | SKIP 15 | PASS 825 ] > > proc.time() user system elapsed 8.32 1.26 9.59