R Under development (unstable) (2024-05-06 r86526 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. > if (requireNamespace("tinytest", quietly = TRUE)){ + tinytest::test_package("formatdown") + } test_big_mark.R............... 0 tests test_big_mark.R............... 22 tests OK 0.1s test_decimal_mark.R........... 0 tests test_decimal_mark.R........... 18 tests OK 0.1s test_delim.R.................. 0 tests test_delim.R.................. 40 tests OK 0.3s test_format_numbers.R......... 0 tests test_format_numbers.R......... 61 tests OK 0.4s test_format_text.R............ 0 tests test_format_text.R............ 20 tests OK 44ms test_formatdown_options.R..... 0 tests test_formatdown_options.R..... 25 tests OK 80ms test_size.R................... 0 tests test_size.R................... 32 tests OK 0.3s test_small_mark.R............. 0 tests test_small_mark.R............. 22 tests OK 0.1s test_whitespace.R............. 0 tests test_whitespace.R............. 12 tests OK 45ms All ok, 252 results (1.5s) > > proc.time() user system elapsed 1.85 0.10 1.96