R Under development (unstable) (2025-12-05 r89107 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(quickr) > > test_check("quickr") Starting 2 test processes. [ FAIL 0 | WARN 0 | SKIP 37 | PASS 212 ] ══ Skipped tests (37) ══════════════════════════════════════════════════════════ • On CRAN (37): 'test-loops.R:3:1', 'test-loops.R:19:1', 'test-loops.R:36:1', 'test-loops.R:52:1', 'test-loops.R:65:1', 'test-loops.R:79:1', 'test-loops.R:95:1', 'test-add.R:3:1', 'test-add.R:29:1', 'test-dims2f.R:3:1', 'test-dims2f.R:17:1', 'test-dims2f.R:30:1', 'test-div-cast.R:1:1', 'test-div-cast.R:15:1', 'test-div-cast.R:29:1', 'test-div-cast.R:43:1', 'test-div-cast.R:59:1', 'test-div-mod.R:3:1', 'test-example-convolve.R:3:1', 'test-example-heat_diffusion.R:3:1', 'test-example-roll_mean.R:3:1', 'test-unary-intrinsics.R:3:1', 'test-unary-intrinsics.R:46:1', 'test-unary-intrinsics.R:66:1', 'test-unary-intrinsics.R:148:1', 'test-example-viterbi.R:3:1', 'test-example-viterbi.R:121:1', 'test-hoist-mask.R:3:1', 'test-matrix.R:3:1', 'test-matrix.R:48:1', 'test-logical.R:3:1', 'test-logical.R:18:1', 'test-runif.R:1:1', 'test-runif.R:49:1', 'test-size-constraint.R:3:1', 'test-which.R:3:1', 'test-which.R:53:1' [ FAIL 0 | WARN 0 | SKIP 37 | PASS 212 ] > > proc.time() user system elapsed 3.32 0.60 166.89