R Under development (unstable) (2025-08-24 r88696 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 36 | PASS 24 ] ══ Skipped tests (36) ══════════════════════════════════════════════════════════ • On CRAN (36): 'test-unary-intrinsics.R:30:5', 'test-unary-intrinsics.R:59:5', 'test-unary-intrinsics.R:99:5', 'test-loops.R:15:3', 'test-loops.R:32:3', 'test-loops.R:48:3', 'test-loops.R:61:3', 'test-loops.R:75:3', 'test-loops.R:91:3', 'test-loops.R:101:3', 'test-add.R:14:3', 'test-add.R:40:3', 'test-dims2f.R:10:3', 'test-dims2f.R:23:3', 'test-dims2f.R:36:3', 'test-div-cast.R:7:3', 'test-div-cast.R:21:3', 'test-div-cast.R:35:3', 'test-div-cast.R:49:3', 'test-div-cast.R:66:3', 'test-div-mod.R:14:3', 'test-example-convolve.R:21:3', 'test-example-roll_mean.R:25:3', 'test-example-heat_diffusion.R:83:3', 'test-example-viterbi.R:74:3', 'test-example-viterbi.R:164:3', 'test-hoist-mask.R:14:3', 'test-logical.R:14:3', 'test-logical.R:47:3', 'test-runif.R:8:3', 'test-runif.R:59:3', 'test-matrix.R:16:3', 'test-matrix.R:60:3', 'test-which.R:11:3', 'test-which.R:83:3', 'test-size-constraint.R:20:3' [ FAIL 0 | WARN 0 | SKIP 36 | PASS 24 ] > > proc.time() user system elapsed 1.42 0.23 22.48