R Under development (unstable) (2023-06-23 r84599 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(pkgbuild) > > test_check("pkgbuild") [ FAIL 0 | WARN 0 | SKIP 13 | PASS 134 ] ══ Skipped tests (13) ══════════════════════════════════════════════════════════ • On CRAN (11): 'test-build-process.R:23:3', 'test-build-process.R:43:3', 'test-build.R:192:5', 'test-compiler.R:20:5', 'test-exclude.R:11:3', 'test-exclude.R:66:3', 'test-exclude.R:110:3', 'test-exclude.R:125:3', 'test-exclude.R:134:3', 'test-exclude.R:143:3', 'test-utils.R:115:3' • On Windows (1): 'test-exclude.R:154:3' • is_windows() && !is.null(scan_path_for_rtools()) is not TRUE (1): 'test-rtools.R:3:3' [ FAIL 0 | WARN 0 | SKIP 13 | PASS 134 ] > > proc.time() user system elapsed 3.89 0.68 39.82