R Under development (unstable) (2023-10-25 r85412 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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)) { + + ## Set a seed to make the test deterministic + set.seed(42) + Sys.setenv("R_TESTS"="") + tinytest::test_package("h3r") + } Loading required package: h3lib test_directed_edges.R......... 1 tests OK test_directed_edges.R......... 2 tests OK test_directed_edges.R......... 3 tests OK test_directed_edges.R......... 4 tests OK test_directed_edges.R......... 5 tests OK test_directed_edges.R......... 6 tests OK test_directed_edges.R......... 7 tests OK test_directed_edges.R......... 8 tests OK test_directed_edges.R......... 9 tests OK test_directed_edges.R......... 10 tests OK 52ms test_hierarchy.R.............. 1 tests OK test_hierarchy.R.............. 2 tests OK test_hierarchy.R.............. 3 tests OK test_hierarchy.R.............. 4 tests OK test_hierarchy.R.............. 4 tests OK test_hierarchy.R.............. 5 tests OK test_hierarchy.R.............. 6 tests OK test_hierarchy.R.............. 7 tests OK test_hierarchy.R.............. 8 tests OK test_hierarchy.R.............. 9 tests OK test_hierarchy.R.............. 10 tests OK test_hierarchy.R.............. 11 tests OK 4ms test_indexing.R............... 1 tests OK test_indexing.R............... 2 tests OK test_indexing.R............... 3 tests OK test_indexing.R............... 4 tests OK 4ms test_inspection.R............. 1 tests OK test_inspection.R............. 2 tests OK test_inspection.R............. 3 tests OK test_inspection.R............. 4 tests OK test_inspection.R............. 5 tests OK test_inspection.R............. 6 tests OK 3ms test_miscellaneous.R.......... 1 tests OK test_miscellaneous.R.......... 2 tests OK test_miscellaneous.R.......... 3 tests OK test_miscellaneous.R.......... 4 tests OK test_miscellaneous.R.......... 5 tests OK test_miscellaneous.R.......... 6 tests OK test_miscellaneous.R.......... 7 tests OK test_miscellaneous.R.......... 8 tests OK test_miscellaneous.R.......... 9 tests OK test_miscellaneous.R.......... 10 tests OK test_miscellaneous.R.......... 11 tests OK test_miscellaneous.R.......... 12 tests OK test_miscellaneous.R.......... 13 tests OK test_miscellaneous.R.......... 14 tests OK test_miscellaneous.R.......... 15 tests OK test_miscellaneous.R.......... 16 tests OK test_miscellaneous.R.......... 17 tests OK test_miscellaneous.R.......... 18 tests OK test_miscellaneous.R.......... 19 tests OK test_miscellaneous.R.......... 20 tests OK 10ms test_region.R................. 1 tests OK 2ms test_traversal.R.............. 1 tests OK test_traversal.R.............. 2 tests OK test_traversal.R.............. 3 tests OK test_traversal.R.............. 4 tests OK test_traversal.R.............. 5 tests OK test_traversal.R.............. 6 tests OK test_traversal.R.............. 7 tests OK test_traversal.R.............. 8 tests OK test_traversal.R.............. 9 tests OK test_traversal.R.............. 10 tests OK test_traversal.R.............. 11 tests OK test_traversal.R.............. 12 tests OK 4ms test_vertexes.R............... 1 tests OK test_vertexes.R............... 2 tests OK test_vertexes.R............... 3 tests OK test_vertexes.R............... 4 tests OK test_vertexes.R............... 5 tests OK 3ms All ok, 69 results (89ms) > > proc.time() user system elapsed 0.15 0.12 0.26