R Under development (unstable) (2025-09-10 r88809 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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(jpinfect) > > test_check("jpinfect") Downloading: https://idsc.niid.go.jp/idwr/CDROM/Kako/H11/Syuukei/Syu_11.xls trying URL 'https://idsc.niid.go.jp/idwr/CDROM/Kako/H11/Syuukei/Syu_11.xls' Content type 'application/vnd.ms-excel' length 2050560 bytes (2.0 MB) ================================================== downloaded 2.0 MB Download completed: D:\temp\2025_09_11_22_20_17_11100\RtmpYtbktG/test_jpinfect_data/1999_Syu_11.xls File already exists: D:\temp\2025_09_11_22_20_17_11100\RtmpYtbktG/test_jpinfect_data/1999_Syu_11.xls File already exists: D:\temp\2025_09_11_22_20_17_11100\RtmpYtbktG/test_jpinfect_data/1999_Syu_11.xls Files to process: D:/RCompile/CRANincoming/R-devel/lib/jpinfect/extdata/2025_01_zensu_en.csv D:/RCompile/CRANincoming/R-devel/lib/jpinfect/extdata/2025_02_zensu_en.csv Files to process: D:/RCompile/CRANincoming/R-devel/lib/jpinfect/extdata/2025_01_zensu_jp.csv D:/RCompile/CRANincoming/R-devel/lib/jpinfect/extdata/2025_02_zensu_jp.csv Processing...........Completed! Processing...[ FAIL 0 | WARN 0 | SKIP 6 | PASS 70 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On CRAN (6): 'test-jpinfect_get_bullet.R:27:3', 'test-jpinfect_get_bullet.R:52:3', 'test-jpinfect_get_bullet.R:75:3', 'test-jpinfect_get_confirmed.R:12:3', 'test-jpinfect_read_confirmed.R:53:3', 'test-jpinfect_read_confirmed.R:63:3' [ FAIL 0 | WARN 0 | SKIP 6 | PASS 70 ] > > proc.time() user system elapsed 13.32 2.76 34.71