diff --git a/README.md b/README.md index 4cb6ecd..96a0d71 100644 --- a/README.md +++ b/README.md @@ -75,13 +75,12 @@ data.frame(address = c("東京都千代田区大手町一丁目", "岡山県岡 ``` r read_zipcode(system.file("zipcode_dummy/13TOKYO_oogaki.CSV", package = "zipangu"), "oogaki") #> # A tibble: 1 × 15 -#> jis_code old_zi…¹ zip_c…² prefe…³ city_…⁴ stree…⁵ prefe…⁶ city street is_st…⁷ -#> -#> 1 13101 100 1000001 トウキ… チヨダ… チヨダ 東京都 千代… 千代田 0 -#> # … with 5 more variables: is_banchi , is_cyoumoku , -#> # is_zipcode_duplicate , status , modify_type , and -#> # abbreviated variable names ¹​old_zip_code, ²​zip_code, ³​prefecture_kana, -#> # ⁴​city_kana, ⁵​street_kana, ⁶​prefecture, ⁷​is_street_duplicate +#> jis_code old_zip_code zip_code prefecture_kana city_kana street_kana +#> +#> 1 13101 100 1000001 トウキヨウト チヨダク チヨダ +#> # ℹ 9 more variables: prefecture , city , street , +#> # is_street_duplicate , is_banchi , is_cyoumoku , +#> # is_zipcode_duplicate , status , modify_type ``` You can also load a file directly by specifying a URL. @@ -273,7 +272,7 @@ jpnprefs #> 8 08 茨城県 Ibaraki-ken Kanto Honshu #> 9 09 栃木県 Tochigi-ken Kanto Honshu #> 10 10 群馬県 Gunma-ken Kanto Honshu -#> # … with 37 more rows +#> # ℹ 37 more rows ``` ### Kana (hiragana and katakana) diff --git a/cran-comments.md b/cran-comments.md index 7c3a2b4..55812da 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,5 +1,5 @@ ## Test environments -* local OS X install, R 4.2.1 +* local OS X install, R 4.4.2 * win-builder (devel and release) * R-hub builder @@ -7,7 +7,6 @@ 0 errors | 0 warnings | 1 note -* re-generate the Rd files using the current CRAN version of roxygen2. * The note refers to miss-spelled words. One of this word is Kanji and Kana which used in the Japanese writing system. ``` diff --git a/revdep/README.md b/revdep/README.md index 4bab7f7..3267d85 100644 --- a/revdep/README.md +++ b/revdep/README.md @@ -1,50 +1,25 @@ # Platform -|field |value | -|:--------|:-------------------------------------------------------------------------------------------| -|version |R version 4.2.1 (2022-06-23) | -|os |macOS Ventura 13.0.1 | -|system |aarch64, darwin20 | -|ui |RStudio | -|language |(EN) | -|collate |en_US.UTF-8 | -|ctype |en_US.UTF-8 | -|tz |Asia/Tokyo | -|date |2022-12-09 | -|rstudio |2022.12.0+353 Elsbeth Geranium (desktop) | -|pandoc |2.19.2 @ /Applications/RStudio.app/Contents/Resources/app/quarto/bin/tools/ (via rmarkdown) | +|field |value | +|:--------|:------------------------------------------| +|version |R version 4.4.2 (2024-10-31) | +|os |macOS Sequoia 15.0.1 | +|system |aarch64, darwin20 | +|ui |RStudio | +|language |(EN) | +|collate |en_US.UTF-8 | +|ctype |en_US.UTF-8 | +|tz |Asia/Tokyo | +|date |2024-11-07 | +|rstudio |2024.09.0+375 Cranberry Hibiscus (desktop) | +|pandoc |NA | # Dependencies -|package |old |new |Δ | -|:--------------|:------|:------|:--| -|zipangu |0.3.1 |0.3.2 |* | -|arabic2kansuji |0.1.3 |0.1.3 | | -|cachem |1.0.6 |1.0.6 | | -|cli |3.4.1 |3.4.1 | | -|cpp11 |0.4.3 |0.4.3 | | -|dplyr |1.0.10 |1.0.10 | | -|fansi |1.0.3 |1.0.3 | | -|fastmap |1.1.0 |1.1.0 | | -|generics |0.1.3 |0.1.3 | | -|glue |1.6.2 |1.6.2 | | -|lifecycle |1.0.3 |1.0.3 | | -|lubridate |1.9.0 |1.9.0 | | -|magrittr |2.0.3 |2.0.3 | | -|memoise |2.0.1 |2.0.1 | | -|pillar |1.8.1 |1.8.1 | | -|pkgconfig |2.0.3 |2.0.3 | | -|purrr |0.3.5 |0.3.5 | | -|R6 |2.5.1 |2.5.1 | | -|rlang |1.0.6 |1.0.6 | | -|stringi |1.7.8 |1.7.8 | | -|stringr |1.5.0 |1.5.0 | | -|tibble |3.1.8 |3.1.8 | | -|tidyselect |1.2.0 |1.2.0 | | -|timechange |0.1.1 |0.1.1 | | -|utf8 |1.2.2 |1.2.2 | | -|vctrs |0.5.1 |0.5.1 | | -|withr |2.5.0 |2.5.0 | | +|package |old |new |Δ | +|:-------|:-----|:----------|:--| +|zipangu |0.3.2 |0.3.2.9000 |* | +|cpp11 |NA |0.5.0 |* | # Revdeps