R Under development (unstable) (2024-09-09 r87107 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(yamlet) Attaching package: 'yamlet' The following object is masked from 'package:stats': filter > > test_check("yamlet") tibble [4 × 1] (S3: tbl_df/tbl/data.frame) $ RACE: 'dvec' chr [1:4] "WHITE" "WHITE" "WHITE" "WHITE" ..- attr(*, "label")= chr "Race" 'dvec' int [1:4] 0 1 0 1 - attr(*, "label")= chr "sex" - attr(*, "guide")=List of 2 ..$ female: int 0 ..$ male : int 1 'dvec' int [1:4] 0 1 0 1 - attr(*, "label")= chr "sex" - attr(*, "guide")=List of 2 ..$ female: int 0 ..$ male : int 1 'dvec' num(0) List of 2 $ : 'dvec' num 1 $ : 'dvec' num 1 'dvec' chr [1:2] "a" "b" - attr(*, "label")= chr "foo" chr [1:2] "b" "a" 'dvec' chr [1:2] "b" "a" - attr(*, "label")= chr "foo" blq: [ LOQ Y/N, [ 'No': 0, 'Yes': 1 ]] letters: [ Letters, [ a, b, c, NA ]] letters: [ Letters, [ a, b, c, 'NA' ]] [ FAIL 0 | WARN 2 | SKIP 2 | PASS 530 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • empty test (2): 'test-yamlet.R:1346:1', 'test-yamlet.R:1351:1' [ FAIL 0 | WARN 2 | SKIP 2 | PASS 530 ] > > proc.time() user system elapsed 17.82 1.06 18.87