R Under development (unstable) (2025-10-31 r88977 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(tempdisagg) > > test_check("tempdisagg") [ FAIL 0 | WARN 1 | SKIP 64 | PASS 76 ] ══ Skipped tests (64) ══════════════════════════════════════════════════════════ • On CRAN (64): 'test-conversion-types.R:18:3', 'test-conversion-types.R:59:3', 'test-conversion-types.R:99:3', 'test-conversion-types.R:139:3', 'test-conversion-types.R:182:3', 'test-conversion-types.R:209:3', 'test-conversion-types.R:236:3', 'test-conversion-types.R:261:3', 'test-error-handling.R:23:3', 'test-error-handling.R:37:3', 'test-error-handling.R:49:3', 'test-error-handling.R:62:3', 'test-error-handling.R:74:3', 'test-error-handling.R:124:3', 'test-methods-chow-lin.R:26:3', 'test-methods-chow-lin.R:41:3', 'test-methods-chow-lin.R:56:3', 'test-methods-chow-lin.R:83:3', 'test-methods-chow-lin.R:97:3', 'test-methods-chow-lin.R:123:3', 'test-methods-chow-lin.R:141:3', 'test-methods-chow-lin.R:170:3', 'test-methods-chow-lin.R:191:3', 'test-methods-chow-lin.R:204:3', 'test-methods-denton.R:25:3', 'test-methods-denton.R:37:3', 'test-methods-denton.R:49:3', 'test-methods-denton.R:61:3', 'test-methods-denton.R:89:3', 'test-methods-denton.R:100:3', 'test-methods-denton.R:111:3', 'test-methods-denton.R:136:3', 'test-methods-denton.R:151:3', 'test-methods-denton.R:175:3', 'test-methods-denton.R:186:3', 'test-methods-denton.R:197:3', 'test-methods-denton.R:208:3', 'test-methods-denton.R:236:3', 'test-methods-denton.R:247:3', 'test-methods-denton.R:261:3', 'test-methods-denton.R:272:3', 'test-methods-denton.R:286:3', 'test-methods-other.R:25:3', 'test-methods-other.R:42:3', 'test-methods-other.R:55:3', 'test-methods-other.R:81:3', 'test-methods-other.R:98:3', 'test-methods-other.R:115:3', 'test-methods-other.R:132:3', 'test-methods-other.R:158:3', 'test-methods-other.R:175:3', 'test-methods-other.R:188:3', 'test-methods-other.R:213:3', 'test-methods-other.R:227:3', 'test-methods-other.R:244:3', 'test-methods-other.R:267:3', 'test-methods-other.R:281:3', 'test-methods-other.R:295:3', 'test-numerical-regression.R:16:3', 'test-numerical-regression.R:72:3', 'test-numerical-regression.R:113:3', 'test-numerical-regression.R:149:3', 'test-numerical-regression.R:193:3', 'test-numerical-regression.R:233:3' [ FAIL 0 | WARN 1 | SKIP 64 | PASS 76 ] > > proc.time() user system elapsed 4.68 0.46 5.14