R Under development (unstable) (2023-09-30 r85239 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(declared) > > test_check("declared") [ FAIL 0 | WARN 0 | SKIP 31 | PASS 472 ] ══ Skipped tests (31) ══════════════════════════════════════════════════════════ • On CRAN (31): 'test-as.character.R:43:3', 'test-as.declared.R:94:3', 'test-as.factor.R:34:3', 'test-class_methods.R:308:3', 'test-declared.R:140:3', 'test-drop_undeclare.R:70:3', 'test-haven.R:131:3', 'test-internals.R:212:3', 'test-is.empty.R:21:3', 'test-labelled.R:146:3', 'test-labels.R:130:3', 'test-measurement.R:38:3', 'test-missing_range.R:46:3', 'test-missing_values.R:43:3', 'test-onLoad.R:167:3', 'test-pillar.R:94:3', 'test-print.R:121:3', 'test-print.R:153:3', 'test-vctrs.R:16:3', 'test-vroom.R:12:3', 'test-w_IQR.R:22:3', 'test-w_fivenum.R:39:3', 'test-w_mean.R:82:3', 'test-w_median.R:68:3', 'test-w_mode.R:33:3', 'test-w_quantile.R:91:3', 'test-w_sd.R:52:3', 'test-w_standardize.R:63:3', 'test-w_summary.R:24:3', 'test-w_table.R:120:3', 'test-w_var.R:40:3' [ FAIL 0 | WARN 0 | SKIP 31 | PASS 472 ] > > proc.time() user system elapsed 6.50 0.42 6.92