CRAN Package Check Results for Maintainer ‘Mizuki Uchida <uchidamizuki at vivaldi.net>’

Last updated on 2025-06-08 02:49:41 CEST.

Package ERROR NOTE OK
adverbial 13
dibble 13
japanstat 13
jpcity 13
jpgrid 13
jpstat 13
navigatr 9 4
partialised 13
stickyr 13
tarchives 3 9
timbr 13

Package adverbial

Current CRAN status: OK: 13

Package dibble

Current CRAN status: OK: 13

Package japanstat

Current CRAN status: OK: 13

Package jpcity

Current CRAN status: OK: 13

Package jpgrid

Current CRAN status: OK: 13

Package jpstat

Current CRAN status: OK: 13

Current CRAN status: NOTE: 9, OK: 4

Version: 0.2.1
Check: DESCRIPTION meta-information
Result: NOTE Missing dependency on R >= 4.1.0 because package code uses the pipe |> or function shorthand \(...) syntax added in R 4.1.0. File(s) using such syntax: ‘activate.Rd’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-windows-x86_64

Package partialised

Current CRAN status: OK: 13

Package stickyr

Current CRAN status: OK: 13

Package tarchives

Current CRAN status: ERROR: 3, OK: 9

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [23s/25s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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(tarchives) > > test_check("tarchives") → parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → noting builders and branches → parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → restricting metadata records → querying 0 local files in /home/hornik/tmp/scratch/check-CRAN-regular-hornik/… → parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → noting builders and branches → parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → restricting metadata records → querying 0 local files in /home/hornik/tmp/scratch/check-CRAN-regular-hornik/… → parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → noting builders and branches → parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → restricting metadata records → querying 0 local files in /home/hornik/tmp/scratch/check-CRAN-regular-hornik/… → reading /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → reading /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → noting builders and branches → parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → restricting metadata records → querying 1 local files in /home/hornik/tmp/scratch/check-CRAN-regular-hornik/… → reading /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → noting builders and branches → parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → restricting metadata records → querying 0 local files in /home/hornik/tmp/scratch/check-CRAN-regular-hornik/… → reading /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → noting builders and branches → parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → restricting metadata records → querying 2 local files in /home/hornik/tmp/scratch/check-CRAN-regular-hornik/… → reading /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → noting builders and branches → parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → restricting metadata records → querying 2 local files in /home/hornik/tmp/scratch/check-CRAN-regular-hornik/… [ FAIL 1 | WARN 0 | SKIP 0 | PASS 10 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-tar_archive.R:35:3'): tar_archive() works ────────────────────── <tar_condition_run/tar_condition_targets/rlang_error/rlang_error/error/condition> Error: Error in tar_make(): cannot open file 'Rplots.pdf' See https://books.ropensci.org/targets/debugging.html Backtrace: ▆ 1. └─tarchives::tar_make_archive(...) at test-tar_archive.R:35:3 2. ├─tarchives:::with_dir_archive(...) 3. │ └─withr::with_dir(...) 4. │ └─base::force(code) 5. └─targets::tar_make(...) 6. └─targets:::callr_outer(...) 7. ├─targets:::if_any(...) 8. └─targets:::callr_error(traced_condition = out, fun = fun) 9. └─targets::tar_throw_run(message, class = class(traced_condition$condition)) 10. └─targets::tar_error(...) 11. └─rlang::abort(message = message, class = class, call = tar_envir_base) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 10 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [16s/17s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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(tarchives) > > test_check("tarchives") → parsing /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-mo… → noting builders and branches → parsing /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-mo… → restricting metadata records → querying 0 local files in /tmp/check-CRAN-regular-hornik/cache/R/tarchives/ta… → parsing /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-mo… → noting builders and branches → parsing /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-mo… → restricting metadata records → querying 0 local files in /tmp/check-CRAN-regular-hornik/cache/R/tarchives/ta… → parsing /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-mo… → noting builders and branches → parsing /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-mo… → restricting metadata records → querying 0 local files in /tmp/check-CRAN-regular-hornik/cache/R/tarchives/ta… → reading /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-mo… → reading /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-mo… → parsing /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-mo… → noting builders and branches → parsing /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-mo… → restricting metadata records → querying 1 local files in /tmp/check-CRAN-regular-hornik/cache/R/tarchives/ta… → reading /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-mo… → parsing /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-pl… → noting builders and branches → parsing /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-pl… → restricting metadata records → querying 0 local files in /tmp/check-CRAN-regular-hornik/cache/R/tarchives/ta… → reading /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-mo… → parsing /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-mo… → noting builders and branches → parsing /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-mo… → restricting metadata records → querying 2 local files in /tmp/check-CRAN-regular-hornik/cache/R/tarchives/ta… → reading /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-mo… → parsing /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-mo… → noting builders and branches → parsing /tmp/check-CRAN-regular-hornik/cache/R/tarchives/tarchives/example-mo… → restricting metadata records → querying 2 local files in /tmp/check-CRAN-regular-hornik/cache/R/tarchives/ta… [ FAIL 1 | WARN 0 | SKIP 0 | PASS 10 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-tar_archive.R:35:3'): tar_archive() works ────────────────────── <tar_condition_run/tar_condition_targets/rlang_error/rlang_error/error/condition> Error: Error in tar_make(): cannot open file 'Rplots.pdf' See https://books.ropensci.org/targets/debugging.html Backtrace: ▆ 1. └─tarchives::tar_make_archive(...) at test-tar_archive.R:35:3 2. ├─tarchives:::with_dir_archive(...) 3. │ └─withr::with_dir(...) 4. │ └─base::force(code) 5. └─targets::tar_make(...) 6. └─targets:::callr_outer(...) 7. ├─targets:::if_any(...) 8. └─targets:::callr_error(traced_condition = out, fun = fun) 9. └─targets::tar_throw_run(message, class = class(traced_condition$condition)) 10. └─targets::tar_error(...) 11. └─rlang::abort(message = message, class = class, call = tar_envir_base) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 10 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.0
Check: tests
Result: ERROR Running ‘testthat.R’ [21s/23s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # 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(tarchives) > > test_check("tarchives") → parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → noting builders and branches → parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → restricting metadata records → querying 0 local files in /home/hornik/tmp/scratch/check-CRAN-regular-hornik/… → parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → noting builders and branches → parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → restricting metadata records → querying 0 local files in /home/hornik/tmp/scratch/check-CRAN-regular-hornik/… → parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → noting builders and branches → parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → restricting metadata records → querying 0 local files in /home/hornik/tmp/scratch/check-CRAN-regular-hornik/… → reading /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → reading /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → noting builders and branches → parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → restricting metadata records → querying 1 local files in /home/hornik/tmp/scratch/check-CRAN-regular-hornik/… → reading /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → noting builders and branches → parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → restricting metadata records → querying 0 local files in /home/hornik/tmp/scratch/check-CRAN-regular-hornik/… → reading /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → noting builders and branches → parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → restricting metadata records → querying 2 local files in /home/hornik/tmp/scratch/check-CRAN-regular-hornik/… → reading /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → noting builders and branches → parsing /home/hornik/tmp/scratch/check-CRAN-regular-hornik/cache/R/tarchives/… → restricting metadata records → querying 2 local files in /home/hornik/tmp/scratch/check-CRAN-regular-hornik/… [ FAIL 1 | WARN 0 | SKIP 0 | PASS 10 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-tar_archive.R:35:3'): tar_archive() works ────────────────────── <tar_condition_run/tar_condition_targets/rlang_error/rlang_error/error/condition> Error: Error in tar_make(): cannot open file 'Rplots.pdf' See https://books.ropensci.org/targets/debugging.html Backtrace: ▆ 1. └─tarchives::tar_make_archive(...) at test-tar_archive.R:35:3 2. ├─tarchives:::with_dir_archive(...) 3. │ └─withr::with_dir(...) 4. │ └─base::force(code) 5. └─targets::tar_make(...) 6. └─targets:::callr_outer(...) 7. ├─targets:::if_any(...) 8. └─targets:::callr_error(traced_condition = out, fun = fun) 9. └─targets::tar_throw_run(message, class = class(traced_condition$condition)) 10. └─targets::tar_error(...) 11. └─rlang::abort(message = message, class = class, call = tar_envir_base) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 10 ] Error: Test failures Execution halted Flavor: r-release-linux-x86_64

Package timbr

Current CRAN status: OK: 13