R Under development (unstable) (2024-09-23 r87189 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(diffdf) > > test_check("diffdf") Attaching package: 'purrr' The following object is masked from 'package:testthat': is_null NOTE: Variable INTEGER in compare was casted to numeric [ FAIL 0 | WARN 0 | SKIP 9 | PASS 580 ] ══ Skipped tests (9) ═══════════════════════════════════════════════════════════ • On CRAN (9): 'test-class_compare.R:22:5', 'test-identify_column_order.R:28:5', 'test-identify_column_order.R:124:5', 'test-identify_column_order.R:143:5', 'test-miscellaneous.R:68:5', 'test-miscellaneous.R:116:5', 'test-miscellaneous.R:203:5', 'test-miscellaneous.R:230:5', 'test-print_output.R:14:5' [ FAIL 0 | WARN 0 | SKIP 9 | PASS 580 ] > > proc.time() user system elapsed 11.73 0.89 12.62