R Under development (unstable) (2024-11-21 r87360 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 89ms 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 67ms test_geometry.R............... 0 tests 10ms test_pairs.R.................. 0 tests 3ms test_par.R.................... 0 tests 2ms test_plot.R................... 0 tests 3ms test_scale.R.................. 0 tests test_scale.R.................. 1 tests OK test_scale.R.................. 1 tests OK test_scale.R.................. 2 tests OK test_scale.R.................. 2 tests OK test_scale.R.................. 3 tests OK test_scale.R.................. 3 tests OK test_scale.R.................. 4 tests OK test_scale.R.................. 4 tests OK 66ms test_statistics.R............. 0 tests 2ms test_tiles.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 10ms All ok, 13 results (0.3s) > > proc.time() user system elapsed 0.51 0.07 0.57