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("khroma"))[[1]]) == 4 + + tinytest::test_package("khroma", at_home = NOT_CRAN) + } test_colour.R................. 0 tests test_colour.R................. 513 tests OK test_colour.R................. 520 tests OK test_colour.R................. 521 tests OK test_colour.R................. 522 tests OK test_colour.R................. 522 tests OK test_colour.R................. 592 tests OK test_colour.R................. 592 tests OK test_colour.R................. 640 tests OK test_colour.R................. 640 tests OK test_colour.R................. 688 tests OK test_colour.R................. 689 tests OK test_colour.R................. 690 tests OK 0.3s test_compare.R................ 1 tests OK 19ms test_convert.R................ 0 tests test_convert.R................ 0 tests test_convert.R................ 0 tests test_convert.R................ 0 tests test_convert.R................ 0 tests test_convert.R................ 1 tests OK test_convert.R................ 2 tests OK test_convert.R................ 3 tests OK test_convert.R................ 4 tests OK test_convert.R................ 5 tests OK test_convert.R................ 6 tests OK test_convert.R................ 7 tests OK test_convert.R................ 8 tests OK test_convert.R................ 9 tests OK test_convert.R................ 10 tests OK 5ms test_ggplot2.R................ 7 tests OK 1.0s test_ggplot2_crameri.R........ 304 tests OK 0.5s test_ggplot2_okabeito.R....... 9 tests OK 6ms test_ggplot2_science.R........ 24 tests OK 16ms test_ggplot2_tol.R............ 171 tests OK 0.2s test_ggraph_crameri.R......... 234 tests OK 0.3s test_ggraph_okabeito.R........ 9 tests OK 5ms test_ggraph_science.R......... 24 tests OK 13ms test_ggraph_tol.R............. 171 tests OK 0.1s test_info.R................... 1 tests OK 3ms test_plot.R................... 0 tests 1ms test_ramp.R................... 0 tests test_ramp.R................... 1 tests OK test_ramp.R................... 2 tests OK 3ms test_space.R.................. 0 tests test_space.R.................. 0 tests test_space.R.................. 0 tests test_space.R.................. 1 tests OK test_space.R.................. 2 tests OK test_space.R.................. 3 tests OK test_space.R.................. 4 tests OK test_space.R.................. 5 tests OK test_space.R.................. 6 tests OK test_space.R.................. 7 tests OK test_space.R.................. 8 tests OK test_space.R.................. 9 tests OK test_space.R.................. 10 tests OK test_space.R.................. 11 tests OK test_space.R.................. 12 tests OK test_space.R.................. 13 tests OK test_space.R.................. 14 tests OK test_space.R.................. 15 tests OK test_space.R.................. 16 tests OK 5ms All ok, 1673 results (2.5s) > > proc.time() user system elapsed 2.42 0.25 2.65