R Under development (unstable) (2025-02-03 r87683 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(matriz) Attaching package: 'matriz' The following object is masked from 'package:base': truncate > > test_check("matriz") A single row containing missing values has been added to the data No records have been deleted. Are you looking to delete all records from literature matrix? Use 'truncate' instead. Removing duplicate columns... Removing duplicate columns... Removing duplicate columns... Removing duplicate columns... Removing duplicate columns... matriz string generated by {matriz} v.1.0.1. R Under development (unstable) (2025-02-03 r87683 ucrt). matriz string generated by {matriz} v.1.0.1. R Under development (unstable) (2025-02-03 r87683 ucrt). Extra arguments passed: test Extra arguments passed: test Extra arguments passed: test Extra arguments passed: test Extra arguments passed: test Extra arguments passed: "value" Extra arguments passed: "value" Dropping the following extra columns: extra2 Successfully imported matrix with 27 columns (26 required + 1 additional). Successfully imported matrix with 26 columns (26 required + 0 additional). [ FAIL 0 | WARN 0 | SKIP 12 | PASS 192 ] ══ Skipped tests (12) ══════════════════════════════════════════════════════════ • On CRAN (12): 'test-citation.R:52:3', 'test-citation.R:72:3', 'test-citation.R:85:3', 'test-import.R:4:3', 'test-import.R:54:3', 'test-import.R:73:3', 'test-import.R:118:3', 'test-import.R:163:3', 'test-import.R:178:3', 'test-import.R:188:3', 'test-import.R:243:3', 'test-import.R:298:3' [ FAIL 0 | WARN 0 | SKIP 12 | PASS 192 ] > > proc.time() user system elapsed 2.31 0.32 2.62