R Under development (unstable) (2024-01-29 r85841 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)) { + + ## 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 70ms 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 test_hierarchy.R.............. 12 tests OK test_hierarchy.R.............. 13 tests OK 5ms 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 7ms 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 6ms test_region.R................. 1 tests OK test_region.R................. 2 tests OK 3ms 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 test_traversal.R.............. 13 tests OK test_traversal.R.............. 14 tests OK 7ms 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 4ms All ok, 74 results (0.1s) > > proc.time() user system elapsed 0.35 0.09 0.43