R Under development (unstable) (2026-02-25 r89480 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(rstudiothemes) > > test_check("rstudiothemes") Starting 2 test processes. > test-convert-vs-to-tm.R: ! VSCode theme "Skeletor Syntax" does not have author, use the `author` argument. > test-convert-vs-to-tm.R: i Using `author = "rstudiothemes R package"`. [ FAIL 0 | WARN 0 | SKIP 27 | PASS 50 ] ══ Skipped tests (27) ══════════════════════════════════════════════════════════ • On CRAN (27): 'test-convert-tm-to-vs.R:1:1', 'test-convert-tm-to-vs.R:18:3', 'test-convert-tm-to-vs.R:26:1', 'test-convert-tm-to-vs.R:67:1', 'test-convert-tm-to-vs.R:81:3', 'test-on-rstudio.R:1:1', 'test-on-rstudio.R:7:1', 'test-on-rstudio.R:14:1', 'test-on-rstudio.R:20:1', 'test-convert-vs-to-tm.R:1:1', 'test-convert-vs-to-tm.R:18:3', 'test-convert-vs-to-tm.R:30:1', 'test-convert-vs-to-tm.R:71:3', 'test-convert-vs-to-tm.R:86:3', 'test-read-vs-theme.R:1:1', 'test-read-vs-theme.R:33:3', 'test-rstudiothemes-actions.R:2:3', 'test-rstudiothemes-actions.R:31:3', 'test-rstudiothemes-actions.R:50:3', 'test-rstudiothemes-actions.R:57:3', 'test-utils.R:15:3', 'test-utils.R:28:1', 'test-utils.R:39:3', 'test-read-tm-theme.R:1:1', 'test-read-tm-theme.R:24:1', 'test-read-tm-theme.R:42:1', 'test-read-tm-theme.R:68:3' [ FAIL 0 | WARN 0 | SKIP 27 | PASS 50 ] > > proc.time() user system elapsed 1.79 0.18 8.75