R Under development (unstable) (2024-08-15 r87022 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. > library(testthat) > library(ratlas) NOTE: Either Arial Narrow or Montserrat fonts are required to use these themes. Please use ratlas::import_montserrat() to install Montserrat and if Arial Narrow is not on your system, please see https://bit.ly/arialnarrow > > test_check("ratlas") v Setting active project to "D:/temp/Rtmp2jhIiQ/plotoriented307b9d5438". v Restoring original working directory: 'D:/RCompile/CRANincoming/R-devel/ratlas.Rcheck/tests/testthat/' v Setting active project to "". v Deleting temporary project: 'D:/temp/Rtmp2jhIiQ/plotoriented307b9d5438/' [ FAIL 0 | WARN 10 | SKIP 23 | PASS 280 ] ══ Skipped tests (23) ══════════════════════════════════════════════════════════ • On CRAN (23): 'test-atlas-color-scales.R:4:3', 'test-format-text.R:35:3', 'test-lcrost-color-scales.R:4:3', 'test-okabeito-color-scales.R:4:3', 'test-render.R:9:3', 'test-render.R:22:3', 'test-render.R:35:3', 'test-render.R:50:3', 'test-set-theme.R:87:3', 'test-set-theme.R:99:3', 'test-set-theme.R:111:3', 'test-set-theme.R:127:3', 'test-set-theme.R:139:3', 'test-set-theme.R:151:3', 'test-set-theme.R:163:3', 'test-set-theme.R:175:3', 'test-set-theme.R:187:3', 'test-skeleton.R:2:3', 'test-skeleton.R:17:3', 'test-skeleton.R:37:3', 'test-skeleton.R:59:3', 'test-stat-bin.R:20:3', 'test-themes.R:4:3' [ FAIL 0 | WARN 10 | SKIP 23 | PASS 280 ] Deleting unused snapshots: • atlas-color-scales/atlas-alpha.svg • atlas-color-scales/atlas-color.svg • atlas-color-scales/atlas-darken.svg • atlas-color-scales/atlas-fill.svg • atlas-color-scales/atlas-lighten.svg • lcrost-color-scales/lcrost-alpha.svg • lcrost-color-scales/lcrost-color.svg • lcrost-color-scales/lcrost-darken.svg • lcrost-color-scales/lcrost-fill.svg • lcrost-color-scales/lcrost-lighten.svg • okabeito-color-scales/okabeito-alpha.svg • okabeito-color-scales/okabeito-color.svg • okabeito-color-scales/okabeito-darken.svg • okabeito-color-scales/okabeito-fill.svg • okabeito-color-scales/okabeito-lighten.svg • stat-bin/bins30-bound0.svg • stat-bin/no-color-hist.svg • stat-bin/one-bin.svg • stat-bin/trimmed-hist-bound0.svg • stat-bin/trimmed-hist-center0.svg • themes/theme-atlas.svg > > proc.time() user system elapsed 7.75 1.17 9.39