R Under development (unstable) (2024-12-15 r87442 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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(qPRAentry) > > test_check("qPRAentry") [ FAIL 0 | WARN 0 | SKIP 26 | PASS 2 ] ══ Skipped tests (26) ══════════════════════════════════════════════════════════ • On CRAN (26): 'test-ntrade.R:2:3', 'test-ntrade.R:24:3', 'test-ntrade.R:72:3', 'test-pathway_model.R:2:3', 'test-pathway_model.R:14:3', 'test-pathway_model.R:42:3', 'test-redist_iso.R:3:3', 'test-redist_iso.R:27:3', 'test-redist_iso.R:42:3', 'test-redist_iso.R:82:3', 'test-redist_iso.R:125:3', 'test-redist_nuts.R:2:3', 'test-redist_nuts.R:22:3', 'test-redist_nuts.R:57:3', 'test-redist_nuts.R:72:3', 'test-redist_nuts.R:102:3', 'test-redist_nuts.R:167:3', 'test-redist_nuts.R:197:3', 'test-redist_nuts.R:222:3', 'test-redist_nuts.R:238:3', 'test-trade_data.R:2:3', 'test-trade_data.R:30:3', 'test-trade_data.R:79:3', 'test-trade_data.R:125:3', 'test-trade_data.R:149:3', 'test-trade_data.R:193:3' [ FAIL 0 | WARN 0 | SKIP 26 | PASS 2 ] > > proc.time() user system elapsed 2.06 0.53 2.51