CRAN Package Check Results for Maintainer ‘Shinya Uryu <suika1127 at gmail.com>’

Last updated on 2025-12-05 19:50:42 CET.

Package ERROR WARN NOTE OK
jmastats 1 12
jpmesh 1 12
ssrn 13
sudachir 1 5 7
tabularmaps 1 12
zipangu 9 2 2

Package jmastats

Current CRAN status: ERROR: 1, OK: 12

Version: 0.3.0
Check: package dependencies
Result: ERROR Packages required but not available: 'sf', 'units' Packages suggested but not available for checking: 'knitr', 'lwgeom', 'rmarkdown' See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-debian-gcc

Package jpmesh

Current CRAN status: ERROR: 1, OK: 12

Version: 2.1.0
Check: package dependencies
Result: ERROR Packages required but not available: 'leaflet', 'miniUI', 'sf', 'shiny', 'units' Packages suggested but not available for checking: 'knitr', 'lintr', 'lwgeom', 'rmarkdown' VignetteBuilder package required for checking but not installed: ‘knitr’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-debian-gcc

Package ssrn

Current CRAN status: OK: 13

Package sudachir

Current CRAN status: ERROR: 1, NOTE: 5, OK: 7

Version: 0.1.0
Check: package dependencies
Result: ERROR Package required but not available: ‘reticulate’ See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual. Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.0
Check: dependencies in R code
Result: NOTE Namespace in Imports field not imported from: ‘tidyselect’ All declared Imports should be used. Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 0.1.0
Check: LazyData
Result: NOTE 'LazyData' is specified without a 'data' directory Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Package tabularmaps

Current CRAN status: WARN: 1, OK: 12

Version: 0.1.0
Check: package dependencies
Result: WARN Cannot process vignettes Packages suggested but not available for checking: 'knitr', 'rmarkdown' VignetteBuilder package required for checking but not installed: ‘knitr’ Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.1.0
Check: package vignettes
Result: NOTE Package has ‘vignettes’ subdirectory but apparently no vignettes. Perhaps the ‘VignetteBuilder’ information is missing from the DESCRIPTION file? Flavor: r-devel-linux-x86_64-debian-gcc

Package zipangu

Current CRAN status: ERROR: 9, NOTE: 2, OK: 2

Version: 0.3.3
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: ‘convert-jyear-legacy.R’ 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-macos-x86_64, r-release-windows-x86_64

Version: 0.3.3
Check: tests
Result: ERROR Running ‘testthat.R’ [10s/14s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(zipangu) > > test_check("zipangu") Saving _problems/test-address-85.R [ FAIL 1 | WARN 0 | SKIP 2 | PASS 143 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-jholiday.R:75:3', 'test-zipcode.R:90:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-address.R:82:3'): address separate works ─────────────────────── <purrr_error_indexed/rlang_error/error/condition> Error in `purrr::map(str, function(str) { split_pref <- stringr::str_split(str, stringr::regex("(?<=(東京都|道|府|県))"), n = 2, simplify = TRUE) %>% stringr::str_subset(".{1}", negate = FALSE) if (length(split_pref) == 1L) { if (is_prefecture(str)) { split_pref <- c(split_pref, NA_character_) } else { if (stringr::str_detect(split_pref, city_name_regex)) { split_pref <- c(NA_character_, split_pref) } else { split_pref <- c(NA_character_, NA_character_) } } } res <- list(prefecture = split_pref[1]) if (length(split_pref[2] %>% stringr::str_split(city_name_regex, n = 2, simplify = TRUE) %>% stringr::str_subset(".{1}", negate = FALSE)) == 0L) { res <- res %>% purrr::list_merge(city = split_pref[2] %>% dplyr::if_else(is_address_block(.), stringr::str_remove(., "((土地区画|街区).+)") %>% stringr::str_remove("土地区画|街区"), .) %>% stringr::str_replace("(.市)(.+町.+)", "\\1") %>% stringr::str_replace(city_name_regex, replacement = "\\1")) } else { res <- res %>% purrr::list_merge(city = split_pref[2] %>% dplyr::if_else(is_address_block(.), stringr::str_remove(., "((土地区画|街区).+)") %>% stringr::str_remove("土地区画|街区"), .) %>% stringr::str_replace(paste0(city_name_regex, "(.+)"), replacement = "\\1")) } res <- res %>% purrr::list_merge(street = split_pref[2] %>% stringr::str_remove(res %>% purrr::pluck("city"))) res %>% purrr::map(~dplyr::if_else(.x == "", NA_character_, .x)) })`: ℹ In index: 1. Caused by error in `str_replace()`: ! `pattern` can not contain NAs. [ FAIL 1 | WARN 0 | SKIP 2 | PASS 143 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.3.3
Check: tests
Result: ERROR Running ‘testthat.R’ [4s/4s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(zipangu) > > test_check("zipangu") Saving _problems/test-address-85.R [ FAIL 1 | WARN 0 | SKIP 2 | PASS 143 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-jholiday.R:75:3', 'test-zipcode.R:90:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-address.R:82:3'): address separate works ─────────────────────── <purrr_error_indexed/rlang_error/error/condition> Error in `purrr::map(str, function(str) { split_pref <- stringr::str_split(str, stringr::regex("(?<=(東京都|道|府|県))"), n = 2, simplify = TRUE) %>% stringr::str_subset(".{1}", negate = FALSE) if (length(split_pref) == 1L) { if (is_prefecture(str)) { split_pref <- c(split_pref, NA_character_) } else { if (stringr::str_detect(split_pref, city_name_regex)) { split_pref <- c(NA_character_, split_pref) } else { split_pref <- c(NA_character_, NA_character_) } } } res <- list(prefecture = split_pref[1]) if (length(split_pref[2] %>% stringr::str_split(city_name_regex, n = 2, simplify = TRUE) %>% stringr::str_subset(".{1}", negate = FALSE)) == 0L) { res <- res %>% purrr::list_merge(city = split_pref[2] %>% dplyr::if_else(is_address_block(.), stringr::str_remove(., "((土地区画|街区).+)") %>% stringr::str_remove("土地区画|街区"), .) %>% stringr::str_replace("(.市)(.+町.+)", "\\1") %>% stringr::str_replace(city_name_regex, replacement = "\\1")) } else { res <- res %>% purrr::list_merge(city = split_pref[2] %>% dplyr::if_else(is_address_block(.), stringr::str_remove(., "((土地区画|街区).+)") %>% stringr::str_remove("土地区画|街区"), .) %>% stringr::str_replace(paste0(city_name_regex, "(.+)"), replacement = "\\1")) } res <- res %>% purrr::list_merge(street = split_pref[2] %>% stringr::str_remove(res %>% purrr::pluck("city"))) res %>% purrr::map(~dplyr::if_else(.x == "", NA_character_, .x)) })`: ℹ In index: 1. Caused by error in `str_replace()`: ! `pattern` can not contain NAs. [ FAIL 1 | WARN 0 | SKIP 2 | PASS 143 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.3.3
Check: tests
Result: ERROR Running ‘testthat.R’ [16s/23s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(zipangu) > > test_check("zipangu") Saving _problems/test-address-85.R [ FAIL 1 | WARN 0 | SKIP 2 | PASS 143 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-jholiday.R:75:3', 'test-zipcode.R:90:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-address.R:82:3'): address separate works ─────────────────────── <purrr_error_indexed/rlang_error/error/condition> Error in `purrr::map(str, function(str) { split_pref <- stringr::str_split(str, stringr::regex("(?<=(東京都|道|府|県))"), n = 2, simplify = TRUE) %>% stringr::str_subset(".{1}", negate = FALSE) if (length(split_pref) == 1L) { if (is_prefecture(str)) { split_pref <- c(split_pref, NA_character_) } else { if (stringr::str_detect(split_pref, city_name_regex)) { split_pref <- c(NA_character_, split_pref) } else { split_pref <- c(NA_character_, NA_character_) } } } res <- list(prefecture = split_pref[1]) if (length(split_pref[2] %>% stringr::str_split(city_name_regex, n = 2, simplify = TRUE) %>% stringr::str_subset(".{1}", negate = FALSE)) == 0L) { res <- res %>% purrr::list_merge(city = split_pref[2] %>% dplyr::if_else(is_address_block(.), stringr::str_remove(., "((土地区画|街区).+)") %>% stringr::str_remove("土地区画|街区"), .) %>% stringr::str_replace("(.市)(.+町.+)", "\\1") %>% stringr::str_replace(city_name_regex, replacement = "\\1")) } else { res <- res %>% purrr::list_merge(city = split_pref[2] %>% dplyr::if_else(is_address_block(.), stringr::str_remove(., "((土地区画|街区).+)") %>% stringr::str_remove("土地区画|街区"), .) %>% stringr::str_replace(paste0(city_name_regex, "(.+)"), replacement = "\\1")) } res <- res %>% purrr::list_merge(street = split_pref[2] %>% stringr::str_remove(res %>% purrr::pluck("city"))) res %>% purrr::map(~dplyr::if_else(.x == "", NA_character_, .x)) })`: ℹ In index: 1. Caused by error in `str_replace()`: ! `pattern` can not contain NAs. [ FAIL 1 | WARN 0 | SKIP 2 | PASS 143 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.3.3
Check: tests
Result: ERROR Running ‘testthat.R’ [15s/18s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(zipangu) > > test_check("zipangu") Saving _problems/test-address-85.R [ FAIL 1 | WARN 0 | SKIP 2 | PASS 143 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-jholiday.R:75:3', 'test-zipcode.R:90:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-address.R:82:3'): address separate works ─────────────────────── <purrr_error_indexed/rlang_error/error/condition> Error in `purrr::map(str, function(str) { split_pref <- stringr::str_split(str, stringr::regex("(?<=(東京都|道|府|県))"), n = 2, simplify = TRUE) %>% stringr::str_subset(".{1}", negate = FALSE) if (length(split_pref) == 1L) { if (is_prefecture(str)) { split_pref <- c(split_pref, NA_character_) } else { if (stringr::str_detect(split_pref, city_name_regex)) { split_pref <- c(NA_character_, split_pref) } else { split_pref <- c(NA_character_, NA_character_) } } } res <- list(prefecture = split_pref[1]) if (length(split_pref[2] %>% stringr::str_split(city_name_regex, n = 2, simplify = TRUE) %>% stringr::str_subset(".{1}", negate = FALSE)) == 0L) { res <- res %>% purrr::list_merge(city = split_pref[2] %>% dplyr::if_else(is_address_block(.), stringr::str_remove(., "((土地区画|街区).+)") %>% stringr::str_remove("土地区画|街区"), .) %>% stringr::str_replace("(.市)(.+町.+)", "\\1") %>% stringr::str_replace(city_name_regex, replacement = "\\1")) } else { res <- res %>% purrr::list_merge(city = split_pref[2] %>% dplyr::if_else(is_address_block(.), stringr::str_remove(., "((土地区画|街区).+)") %>% stringr::str_remove("土地区画|街区"), .) %>% stringr::str_replace(paste0(city_name_regex, "(.+)"), replacement = "\\1")) } res <- res %>% purrr::list_merge(street = split_pref[2] %>% stringr::str_remove(res %>% purrr::pluck("city"))) res %>% purrr::map(~dplyr::if_else(.x == "", NA_character_, .x)) })`: ℹ In index: 1. Caused by error in `str_replace()`: ! `pattern` can not contain NAs. [ FAIL 1 | WARN 0 | SKIP 2 | PASS 143 ] Error: ! Test failures. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.3.3
Check: tests
Result: ERROR Running 'testthat.R' [11s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(zipangu) > > test_check("zipangu") Saving _problems/test-address-85.R [ FAIL 1 | WARN 0 | SKIP 2 | PASS 143 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-jholiday.R:75:3', 'test-zipcode.R:90:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-address.R:82:3'): address separate works ─────────────────────── <purrr_error_indexed/rlang_error/error/condition> Error in `purrr::map(str, function(str) { split_pref <- stringr::str_split(str, stringr::regex("(?<=(東京都|道|府|県))"), n = 2, simplify = TRUE) %>% stringr::str_subset(".{1}", negate = FALSE) if (length(split_pref) == 1L) { if (is_prefecture(str)) { split_pref <- c(split_pref, NA_character_) } else { if (stringr::str_detect(split_pref, city_name_regex)) { split_pref <- c(NA_character_, split_pref) } else { split_pref <- c(NA_character_, NA_character_) } } } res <- list(prefecture = split_pref[1]) if (length(split_pref[2] %>% stringr::str_split(city_name_regex, n = 2, simplify = TRUE) %>% stringr::str_subset(".{1}", negate = FALSE)) == 0L) { res <- res %>% purrr::list_merge(city = split_pref[2] %>% dplyr::if_else(is_address_block(.), stringr::str_remove(., "((土地区画|街区).+)") %>% stringr::str_remove("土地区画|街区"), .) %>% stringr::str_replace("(.市)(.+町.+)", "\\1") %>% stringr::str_replace(city_name_regex, replacement = "\\1")) } else { res <- res %>% purrr::list_merge(city = split_pref[2] %>% dplyr::if_else(is_address_block(.), stringr::str_remove(., "((土地区画|街区).+)") %>% stringr::str_remove("土地区画|街区"), .) %>% stringr::str_replace(paste0(city_name_regex, "(.+)"), replacement = "\\1")) } res <- res %>% purrr::list_merge(street = split_pref[2] %>% stringr::str_remove(res %>% purrr::pluck("city"))) res %>% purrr::map(~dplyr::if_else(.x == "", NA_character_, .x)) })`: ℹ In index: 1. Caused by error in `str_replace()`: ! `pattern` can not contain NAs. [ FAIL 1 | WARN 0 | SKIP 2 | PASS 143 ] Error: ! Test failures. Execution halted Flavors: r-devel-windows-x86_64, r-release-windows-x86_64

Version: 0.3.3
Check: tests
Result: ERROR Running ‘testthat.R’ [9s/11s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(zipangu) > > test_check("zipangu") Saving _problems/test-address-85.R [ FAIL 1 | WARN 0 | SKIP 2 | PASS 143 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-jholiday.R:75:3', 'test-zipcode.R:90:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-address.R:82:3'): address separate works ─────────────────────── <purrr_error_indexed/rlang_error/error/condition> Error in `purrr::map(str, function(str) { split_pref <- stringr::str_split(str, stringr::regex("(?<=(東京都|道|府|県))"), n = 2, simplify = TRUE) %>% stringr::str_subset(".{1}", negate = FALSE) if (length(split_pref) == 1L) { if (is_prefecture(str)) { split_pref <- c(split_pref, NA_character_) } else { if (stringr::str_detect(split_pref, city_name_regex)) { split_pref <- c(NA_character_, split_pref) } else { split_pref <- c(NA_character_, NA_character_) } } } res <- list(prefecture = split_pref[1]) if (length(split_pref[2] %>% stringr::str_split(city_name_regex, n = 2, simplify = TRUE) %>% stringr::str_subset(".{1}", negate = FALSE)) == 0L) { res <- res %>% purrr::list_merge(city = split_pref[2] %>% dplyr::if_else(is_address_block(.), stringr::str_remove(., "((土地区画|街区).+)") %>% stringr::str_remove("土地区画|街区"), .) %>% stringr::str_replace("(.市)(.+町.+)", "\\1") %>% stringr::str_replace(city_name_regex, replacement = "\\1")) } else { res <- res %>% purrr::list_merge(city = split_pref[2] %>% dplyr::if_else(is_address_block(.), stringr::str_remove(., "((土地区画|街区).+)") %>% stringr::str_remove("土地区画|街区"), .) %>% stringr::str_replace(paste0(city_name_regex, "(.+)"), replacement = "\\1")) } res <- res %>% purrr::list_merge(street = split_pref[2] %>% stringr::str_remove(res %>% purrr::pluck("city"))) res %>% purrr::map(~dplyr::if_else(.x == "", NA_character_, .x)) })`: ℹ In index: 1. Caused by error in `str_replace()`: ! `pattern` can not contain NAs. [ FAIL 1 | WARN 0 | SKIP 2 | PASS 143 ] Error: ! Test failures. Execution halted Flavor: r-patched-linux-x86_64

Version: 0.3.3
Check: tests
Result: ERROR Running ‘testthat.R’ [10s/11s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(zipangu) > > test_check("zipangu") Saving _problems/test-address-85.R [ FAIL 1 | WARN 0 | SKIP 2 | PASS 143 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-jholiday.R:75:3', 'test-zipcode.R:90:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-address.R:82:3'): address separate works ─────────────────────── <purrr_error_indexed/rlang_error/error/condition> Error in `purrr::map(str, function(str) { split_pref <- stringr::str_split(str, stringr::regex("(?<=(東京都|道|府|県))"), n = 2, simplify = TRUE) %>% stringr::str_subset(".{1}", negate = FALSE) if (length(split_pref) == 1L) { if (is_prefecture(str)) { split_pref <- c(split_pref, NA_character_) } else { if (stringr::str_detect(split_pref, city_name_regex)) { split_pref <- c(NA_character_, split_pref) } else { split_pref <- c(NA_character_, NA_character_) } } } res <- list(prefecture = split_pref[1]) if (length(split_pref[2] %>% stringr::str_split(city_name_regex, n = 2, simplify = TRUE) %>% stringr::str_subset(".{1}", negate = FALSE)) == 0L) { res <- res %>% purrr::list_merge(city = split_pref[2] %>% dplyr::if_else(is_address_block(.), stringr::str_remove(., "((土地区画|街区).+)") %>% stringr::str_remove("土地区画|街区"), .) %>% stringr::str_replace("(.市)(.+町.+)", "\\1") %>% stringr::str_replace(city_name_regex, replacement = "\\1")) } else { res <- res %>% purrr::list_merge(city = split_pref[2] %>% dplyr::if_else(is_address_block(.), stringr::str_remove(., "((土地区画|街区).+)") %>% stringr::str_remove("土地区画|街区"), .) %>% stringr::str_replace(paste0(city_name_regex, "(.+)"), replacement = "\\1")) } res <- res %>% purrr::list_merge(street = split_pref[2] %>% stringr::str_remove(res %>% purrr::pluck("city"))) res %>% purrr::map(~dplyr::if_else(.x == "", NA_character_, .x)) })`: ℹ In index: 1. Caused by error in `str_replace()`: ! `pattern` can not contain NAs. [ FAIL 1 | WARN 0 | SKIP 2 | PASS 143 ] Error: ! Test failures. Execution halted Flavor: r-release-linux-x86_64

Version: 0.3.3
Check: tests
Result: ERROR Running 'testthat.R' [14s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(zipangu) > > test_check("zipangu") Saving _problems/test-address-85.R [ FAIL 1 | WARN 0 | SKIP 2 | PASS 143 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-jholiday.R:75:3', 'test-zipcode.R:90:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-address.R:82:3'): address separate works ─────────────────────── <purrr_error_indexed/rlang_error/error/condition> Error in `purrr::map(str, function(str) { split_pref <- stringr::str_split(str, stringr::regex("(?<=(東京都|道|府|県))"), n = 2, simplify = TRUE) %>% stringr::str_subset(".{1}", negate = FALSE) if (length(split_pref) == 1L) { if (is_prefecture(str)) { split_pref <- c(split_pref, NA_character_) } else { if (stringr::str_detect(split_pref, city_name_regex)) { split_pref <- c(NA_character_, split_pref) } else { split_pref <- c(NA_character_, NA_character_) } } } res <- list(prefecture = split_pref[1]) if (length(split_pref[2] %>% stringr::str_split(city_name_regex, n = 2, simplify = TRUE) %>% stringr::str_subset(".{1}", negate = FALSE)) == 0L) { res <- res %>% purrr::list_merge(city = split_pref[2] %>% dplyr::if_else(is_address_block(.), stringr::str_remove(., "((土地区画|街区).+)") %>% stringr::str_remove("土地区画|街区"), .) %>% stringr::str_replace("(.市)(.+町.+)", "\\1") %>% stringr::str_replace(city_name_regex, replacement = "\\1")) } else { res <- res %>% purrr::list_merge(city = split_pref[2] %>% dplyr::if_else(is_address_block(.), stringr::str_remove(., "((土地区画|街区).+)") %>% stringr::str_remove("土地区画|街区"), .) %>% stringr::str_replace(paste0(city_name_regex, "(.+)"), replacement = "\\1")) } res <- res %>% purrr::list_merge(street = split_pref[2] %>% stringr::str_remove(res %>% purrr::pluck("city"))) res %>% purrr::map(~dplyr::if_else(.x == "", NA_character_, .x)) })`: ℹ In index: 1. Caused by error in `str_replace()`: ! `pattern` can not contain NAs. [ FAIL 1 | WARN 0 | SKIP 2 | PASS 143 ] Error: ! Test failures. Execution halted Flavor: r-oldrel-windows-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.