Skip to content

Commit

Permalink
[modify]Prepare for CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
uribo committed Nov 7, 2024
1 parent cc36b29 commit 8bd3c33
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 52 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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…⁷
#> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <dbl>
#> 1 13101 100 1000001 トウキ… チヨダ… チヨダ 東京都 千代… 千代田 0
#> # … with 5 more variables: is_banchi <dbl>, is_cyoumoku <dbl>,
#> # is_zipcode_duplicate <dbl>, status <dbl>, modify_type <dbl>, 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
#> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 13101 100 1000001 トウキヨウト チヨダク チヨダ
#> # ℹ 9 more variables: prefecture <chr>, city <chr>, street <chr>,
#> # is_street_duplicate <dbl>, is_banchi <dbl>, is_cyoumoku <dbl>,
#> # is_zipcode_duplicate <dbl>, status <dbl>, modify_type <dbl>
```

You can also load a file directly by specifying a URL.
Expand Down Expand Up @@ -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)
Expand Down
3 changes: 1 addition & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
## 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

## R CMD check results

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.

```
Expand Down
59 changes: 17 additions & 42 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8bd3c33

Please sign in to comment.