R Under development (unstable) (2024-08-23 r87049 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_change.R................. 0 tests test_change.R................. 0 tests test_change.R................. 0 tests test_change.R................. 0 tests test_change.R................. 0 tests test_change.R................. 1 tests OK test_change.R................. 2 tests OK test_change.R................. 3 tests OK test_change.R................. 4 tests OK test_change.R................. 5 tests OK test_change.R................. 6 tests OK test_change.R................. 7 tests OK test_change.R................. 8 tests OK test_change.R................. 9 tests OK test_change.R................. 10 tests OK 0.1s 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 24ms test_ggplot2.R................ 5 tests OK test_ggplot2.R................ 7 tests OK 1.7s test_ggplot2_crameri.R........ 304 tests OK 0.7s test_ggplot2_okabeito.R....... 9 tests OK 7ms test_ggplot2_science.R........ 24 tests OK 15ms test_ggplot2_tol.R............ 171 tests OK 0.2s test_ggraph_crameri.R......... 234 tests OK 0.4s test_ggraph_okabeito.R........ 9 tests OK 7ms test_ggraph_science.R......... 24 tests OK 14ms test_ggraph_tol.R............. 171 tests OK 0.2s test_info.R................... 1 tests OK 4ms test_palettes.R............... 1 tests OK test_palettes.R............... 2 tests OK test_palettes.R............... 2 tests OK test_palettes.R............... 2 tests OK test_palettes.R............... 2 tests OK test_palettes.R............... 2 tests OK test_palettes.R............... 3 tests OK test_palettes.R............... 4 tests OK test_palettes.R............... 5 tests OK test_palettes.R............... 6 tests OK test_palettes.R............... 7 tests OK test_palettes.R............... 8 tests OK test_palettes.R............... 9 tests OK test_palettes.R............... 10 tests OK test_palettes.R............... 11 tests OK test_palettes.R............... 12 tests OK test_palettes.R............... 13 tests OK test_palettes.R............... 14 tests OK test_palettes.R............... 15 tests OK test_palettes.R............... 16 tests OK test_palettes.R............... 17 tests OK test_palettes.R............... 18 tests OK test_palettes.R............... 19 tests OK test_palettes.R............... 20 tests OK test_palettes.R............... 21 tests OK test_palettes.R............... 22 tests OK test_palettes.R............... 23 tests OK test_palettes.R............... 24 tests OK test_palettes.R............... 25 tests OK test_palettes.R............... 25 tests OK test_palettes.R............... 26 tests OK test_palettes.R............... 27 tests OK test_palettes.R............... 28 tests OK test_palettes.R............... 29 tests OK test_palettes.R............... 30 tests OK test_palettes.R............... 31 tests OK test_palettes.R............... 32 tests OK test_palettes.R............... 33 tests OK test_palettes.R............... 34 tests OK test_palettes.R............... 35 tests OK test_palettes.R............... 36 tests OK test_palettes.R............... 37 tests OK test_palettes.R............... 37 tests OK test_palettes.R............... 38 tests OK test_palettes.R............... 39 tests OK test_palettes.R............... 40 tests OK test_palettes.R............... 41 tests OK 26ms test_plot.R................... 0 tests 2ms 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 12ms All ok, 1712 results (3.7s) > > proc.time() user system elapsed 3.64 0.45 4.06