Skip to content

Commit

Permalink
Prepare for CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
uribo committed Sep 1, 2022
1 parent 293dc6b commit 2922e9c
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 17 deletions.
3 changes: 2 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
## Test environments
* local OS X install, R 4.1.2
* local OS X install, R 4.2.1
* 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.
* checking data for non-ASCII characters ... found 47 marked UTF-8 strings
* The note refers to miss-spelled words. One of this word is Kanji and Kana which used in the Japanese writing system.

Expand Down
57 changes: 41 additions & 16 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,49 @@
# Platform

|field |value |
|:--------|:-------------------------------------------------------------------------------|
|version |R version 4.1.2 (2021-11-01) |
|os |macOS Monterey 12.2.1 |
|system |aarch64, darwin20 |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |Asia/Tokyo |
|date |2022-03-11 |
|rstudio |2022.06.0-daily+187 Spotted Wakerobin (desktop) |
|pandoc |2.17.1.1 @ /Applications/RStudio.app/Contents/MacOS/quarto/bin/ (via rmarkdown) |
|field |value |
|:--------|:-------------------------------------------------------------------------------------------|
|version |R version 4.2.1 (2022-06-23) |
|os |macOS Monterey 12.5.1 |
|system |aarch64, darwin20 |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |Asia/Tokyo |
|date |2022-09-01 |
|rstudio |2022.11.0-daily+158 Elsbeth Geranium (desktop) |
|pandoc |2.19.2 @ /Applications/RStudio.app/Contents/Resources/app/quarto/bin/tools/ (via rmarkdown) |

# Dependencies

|package |old |new |Δ |
|:-------|:-----|:----------|:--|
|zipangu |0.2.3 |0.2.3.9000 |* |
|package |old |new |Δ |
|:--------------|:-----|:-----|:--|
|zipangu |0.3.0 |0.3.1 |* |
|arabic2kansuji |0.1.2 |0.1.2 | |
|cachem |1.0.6 |1.0.6 | |
|cli |3.3.0 |3.3.0 | |
|cpp11 |0.4.2 |0.4.2 | |
|dplyr |1.0.9 |1.0.9 | |
|ellipsis |0.3.2 |0.3.2 | |
|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.1 |1.0.1 | |
|lubridate |1.8.0 |1.8.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.4 |0.3.4 | |
|R6 |2.5.1 |2.5.1 | |
|rlang |1.0.5 |1.0.5 | |
|stringi |1.7.8 |1.7.8 | |
|stringr |1.4.1 |1.4.1 | |
|tibble |3.1.8 |3.1.8 | |
|tidyselect |1.1.2 |1.1.2 | |
|utf8 |1.2.2 |1.2.2 | |
|vctrs |0.4.1 |0.4.1 | |

# Revdeps

0 comments on commit 2922e9c

Please sign in to comment.