R Under development (unstable) (2024-01-07 r85787 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. > library(testthat) > library(tibblify) > > test_check("tibblify") [ FAIL 0 | WARN 0 | SKIP 86 | PASS 453 ] ══ Skipped tests (86) ══════════════════════════════════════════════════════════ • On CRAN (85): 'test-format.R:4:3', 'test-format.R:10:3', 'test-format.R:48:3', 'test-format.R:68:3', 'test-format.R:103:3', 'test-format.R:116:3', 'test-format.R:179:3', 'test-format.R:186:3', 'test-format.R:215:3', 'test-format.R:238:3', 'test-format.R:247:3', 'test-format.R:259:3', 'test-format.R:323:3', 'test-nest-tree.R:8:3', 'test-nest-tree.R:33:3', 'test-nest-tree.R:56:3', 'test-nest-tree.R:68:3', 'test-nest-tree.R:81:3', 'test-nest-tree.R:93:3', 'test-nest-tree.R:105:3', 'test-parse-open-api.R:2:3', 'test-spec_combine.R:6:3', 'test-spec_combine.R:14:3', 'test-spec_combine.R:22:3', 'test-spec_combine.R:80:3', 'test-spec_combine.R:99:3', 'test-spec_combine.R:111:3', 'test-spec_combine.R:135:3', 'test-spec_combine.R:149:3', 'test-spec_combine.R:168:3', 'test-spec_guess.R:2:3', 'test-spec_guess.R:8:3', 'test-spec_guess.R:12:3', 'test-spec_guess.R:16:3', 'test-spec_guess.R:21:3', 'test-spec_guess.R:42:3', 'test-spec_guess.R:60:3', 'test-spec_guess.R:65:3', 'test-spec_guess.R:72:3', 'test-spec_guess_df.R:437:3', 'test-spec_guess_df.R:444:3', 'test-spec_guess_object.R:309:3', 'test-spec_inform_unspecified.R:21:3', 'test-tib_spec.R:5:3', 'test-tib_spec.R:12:3', 'test-tib_spec.R:26:3', 'test-tib_spec.R:61:3', 'test-tib_spec.R:65:3', 'test-tib_spec.R:72:3', 'test-tib_spec.R:76:3', 'test-tib_spec.R:82:3', 'test-tib_spec.R:92:3', 'test-tib_spec.R:105:3', 'test-tib_spec.R:115:3', 'test-tib_spec.R:132:3', 'test-tib_spec.R:161:3', 'test-tib_spec.R:226:3', 'test-tibblify.R:2:3', 'test-tibblify.R:14:3', 'test-tibblify.R:59:3', 'test-tibblify.R:111:3', 'test-tibblify.R:200:3', 'test-tibblify.R:291:3', 'test-tibblify.R:354:3', 'test-tibblify.R:382:3', 'test-tibblify.R:470:3', 'test-tibblify.R:537:3', 'test-tibblify.R:589:3', 'test-tibblify.R:852:3', 'test-tibblify.R:1141:3', 'test-tibblify.R:1166:3', 'test-tibblify.R:1231:3', 'test-tibblify.R:1342:3', 'test-tibblify.R:1398:3', 'test-tibblify.R:1457:3', 'test-tibblify.R:1468:3', 'test-tibblify.R:1474:3', 'test-tibblify.R:1617:3', 'test-unnest-tree.R:8:3', 'test-unnest-tree.R:49:3', 'test-unnest-tree.R:221:3', 'test-unnest-tree.R:273:3', 'test-unpack-tspec.R:100:3', 'test-unpack-tspec.R:140:3', 'test-untibblify.R:186:3' • improve guessing logic (1): 'test-spec_guess_object_list.R:128:3' [ FAIL 0 | WARN 0 | SKIP 86 | PASS 453 ] > > proc.time() user system elapsed 18.20 0.53 18.76