R Under development (unstable) (2024-01-07 r85787 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)) { + ## Force tests to be executed if in dev release + ## (which we define as having a sub-release) + NOT_CRAN <- length(unclass(packageVersion("isopleuros"))[[1]]) == 4 + + tinytest::test_package("isopleuros", at_home = NOT_CRAN) + } test_chart.R.................. 0 tests 50ms test_coordinates.R............ 0 tests test_coordinates.R............ 0 tests test_coordinates.R............ 1 tests OK test_coordinates.R............ 2 tests OK test_coordinates.R............ 3 tests OK test_coordinates.R............ 4 tests OK test_coordinates.R............ 4 tests OK test_coordinates.R............ 5 tests OK test_coordinates.R............ 6 tests OK test_coordinates.R............ 7 tests OK 38ms test_geometry.R............... 0 tests 2ms test_pairs.R.................. 0 tests 1ms test_par.R.................... 0 tests 1ms test_plot.R................... 0 tests 2ms test_scale.R.................. 0 tests 1ms test_statistics.R............. 0 tests test_statistics.R............. 0 tests 2ms test_utilities.R.............. 0 tests test_utilities.R.............. 0 tests test_utilities.R.............. 0 tests test_utilities.R.............. 0 tests test_utilities.R.............. 0 tests test_utilities.R.............. 1 tests OK test_utilities.R.............. 1 tests OK test_utilities.R.............. 1 tests OK test_utilities.R.............. 1 tests OK test_utilities.R.............. 1 tests OK test_utilities.R.............. 1 tests OK test_utilities.R.............. 2 tests OK 6ms All ok, 9 results (0.1s) > > proc.time() user system elapsed 0.28 0.07 0.29