R version 4.6.0 RC (2026-04-22 r89945 ucrt) -- "Because it was There" Copyright (C) 2026 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(scrutr) > > test_check("scrutr") Attaching package: 'magrittr' The following objects are masked from 'package:testthat': equals, is_less_than, not Converting: original_cars.rds Done: original_cars.csv Converting: original_mtcars.csv Done: original_mtcars.csv Converting: original_cars.rds Done: converted_cars.csv Converting: original_mtcars.csv Done: converted_mtcars.rds Converting: original_cars.rds Done: converted_cars.csv path_vector number_of_levels 1 a/b/c 3 2 d/e 2 Renamed: cars.rds -> cars_renamed.rds Renamed: mtcars.rds -> mtcars_renamed.rds [ FAIL 0 | WARN 0 | SKIP 0 | PASS 191 ] > > proc.time() user system elapsed 3.93 0.70 4.62