R Under development (unstable) (2024-05-28 r86639 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. > # 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/tests.html > # * https://testthat.r-lib.org/reference/test_package.html#special-files > > library(testthat) > library(kanjistat) > > test_check("kanjistat") [ FAIL 0 | WARN 0 | SKIP 20 | PASS 144 ] ══ Skipped tests (20) ══════════════════════════════════════════════════════════ • On CRAN (13): 'test-kanji1.R:224:3', 'test-kanji2.R:24:3', 'test-kanjimat.R:2:3', 'test-kanjimat.R:13:3', 'test-kanjimat.R:36:3', 'test-kanjimat.R:53:3', 'test-kanjivec.R:2:3', 'test-kanjivec.R:15:3', 'test-kanjivec.R:36:3', 'test-kanjivec.R:81:3', 'test-kanjivec.R:96:3', 'test-kanjivec.R:114:3', 'test-kanjivec.R:120:3' • On Windows (1): 'test-kanji1.R:246:3' • spatstat.data cannot be loaded (6): 'test-kanji1.R:37:3', 'test-kanji1.R:90:3', 'test-kanji1.R:147:3', 'test-kanji1.R:201:3', 'test-stroke_edit_distance.R:4:3', 'test-stroke_edit_distance.R:33:3' [ FAIL 0 | WARN 0 | SKIP 20 | PASS 144 ] Deleting unused snapshots: • kanji1/koucha.png • kanji1/koucha.svg • kanjimat/fuji.png • kanjivec/fuji_dend.jpg • kanjivec/fuji_kanji.jpg > > proc.time() user system elapsed 5.85 0.92 6.76