R Under development (unstable) (2025-06-17 r88325 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(rextendr) > > test_check("rextendr") Starting 2 test processes [ FAIL 0 | WARN 0 | SKIP 60 | PASS 74 ] ══ Skipped tests (60) ══════════════════════════════════════════════════════════ • On CRAN (58): 'test-cran-compliance.R:3:3', 'test-cran-compliance.R:23:3', 'test-clean.R:4:3', 'test-document.R:4:3', 'test-document.R:20:3', 'test-document.R:33:3', 'test-document.R:49:3', 'test-extendr_function_options.R:3:3', 'test-extendr_function_options.R:29:3', 'test-extendr_function_options.R:41:3', 'test-extendr_function_options.R:46:3', 'test-extendr_function_options.R:55:3', 'test-extendr_function_options.R:62:3', 'test-extendr_function_options.R:71:3', 'test-extendr_function_options.R:85:5', 'test-extendr_function_options.R:102:5', 'test-knitr-engine.R:4:3', 'test-knitr-engine.R:29:3', 'test-name-override.R:3:3', 'test-eval.R:3:3', 'test-eval.R:22:3', 'test-eval.R:50:3', 'test-rust-sitrep.R:5:3', 'test-rust-sitrep.R:16:3', 'test-rust-sitrep.R:37:3', 'test-rust-sitrep.R:58:3', 'test-rust-sitrep.R:75:3', 'test-rust-sitrep.R:92:3', 'test-rust-sitrep.R:109:3', 'test-rust-sitrep.R:130:3', 'test-rust-sitrep.R:154:3', 'test-rust-sitrep.R:177:3', 'test-source.R:3:3', 'test-source.R:49:3', 'test-source.R:57:3', 'test-source.R:66:3', 'test-source.R:100:3', 'test-source.R:110:3', 'test-source.R:122:3', 'test-source.R:137:3', 'test-source.R:145:3', 'test-use_crate.R:3:3', 'test-use_crate.R:32:3', 'test-use_crate.R:54:3', 'test-use_crate.R:79:3', 'test-use_extendr.R:3:3', 'test-use_extendr.R:40:3', 'test-use_extendr.R:48:3', 'test-use_extendr.R:58:3', 'test-use_extendr.R:69:3', 'test-use_extendr.R:99:3', 'test-use_extendr.R:128:3', 'test-use_extendr.R:142:3', 'test-use_extendr.R:155:3', 'test-use_extendr.R:164:3', 'test-use_extendr.R:178:3', 'test-use_extendr.R:197:3', 'test-use_extendr.R:210:3' • On Windows (1): 'test-source.R:73:3' • `cargo license --help` is not available. (1): 'test-license_note.R:3:3' [ FAIL 0 | WARN 0 | SKIP 60 | PASS 74 ] > > proc.time() user system elapsed 2.70 0.26 40.96