R Under development (unstable) (2025-10-13 r88918 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. > ################################################################################ > # TODO LIST > # TODO: Add test for calculateResultType and other functions. > > ################################################################################ > # CHANGE LOG > # 24.12.2014: Second try, update to thestthat 0.8.1 > # 05.12.2013: Updated to thestthat 0.8 > > > # Load testthat package. > library(testthat) > > # Run all tests. > test_check(package = "strvalidator") Loading required package: strvalidator STR-validator 2.4.2 loaded! [ FAIL 0 | WARN 20 | SKIP 0 | PASS 5517 ] [ FAIL 0 | WARN 20 | SKIP 0 | PASS 5517 ] > > # # Run manually: > # library(strvalidator) > # library(testthat) > # # Set wd to the dev source files, then run: > # test_dir("tests/testthat") > > proc.time() user system elapsed 39.45 2.90 42.36