diff --git a/cran-comments.md b/cran-comments.md index 4118319..29a15a4 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -7,7 +7,8 @@ 0 errors | 0 warnings | 0 note -* This release is mainly about internal improvements, but also introduces a few new options. - -## Reverse dependencies - +* This is mainly a maintenance release to fix compatibility issue with upcoming + release of dplyr. +* Accordingly, `gghighlight_point()` and `gghighlight_line()` became defunct. + Considering that these functions have been deprecated for 1.5 years, I expect + there will be little impact on users. diff --git a/revdep/.gitignore b/revdep/.gitignore deleted file mode 100644 index 31f6c40..0000000 --- a/revdep/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -checks -library -checks.noindex -library.noindex -data.sqlite -*.html diff --git a/revdep/README.md b/revdep/README.md deleted file mode 100644 index 9984a81..0000000 --- a/revdep/README.md +++ /dev/null @@ -1,66 +0,0 @@ -# Platform - -|field |value | -|:--------|:----------------------------| -|version |R version 3.6.2 (2019-12-12) | -|os |Manjaro Linux | -|system |x86_64, linux-gnu | -|ui |RStudio | -|language |en | -|collate |ja_JP.UTF-8 | -|ctype |ja_JP.UTF-8 | -|tz |Asia/Tokyo | -|date |2020-01-25 | - -# Dependencies - -|package |old |new |Δ | -|:------------|:--------|:--------|:--| -|gghighlight |0.1.0 |0.2.0 |* | -|assertthat |0.2.1 |0.2.1 | | -|BH |1.72.0-3 |1.72.0-3 | | -|cli |2.0.1 |2.0.1 | | -|colorspace |1.4-1 |1.4-1 | | -|crayon |1.3.4 |1.3.4 | | -|digest |0.6.23 |0.6.23 | | -|dplyr |0.8.3 |0.8.3 | | -|ellipsis |0.3.0 |0.3.0 | | -|fansi |0.4.1 |0.4.1 | | -|farver |2.0.3 |2.0.3 | | -|ggplot2 |3.2.1 |3.2.1 | | -|ggrepel |0.8.1 |0.8.1 | | -|glue |1.3.1 |1.3.1 | | -|gtable |0.3.0 |0.3.0 | | -|labeling |0.3 |0.3 | | -|lazyeval |0.2.2 |0.2.2 | | -|lifecycle |0.1.0 |0.1.0 | | -|magrittr |1.5 |1.5 | | -|munsell |0.5.0 |0.5.0 | | -|pillar |1.4.3 |1.4.3 | | -|pkgconfig |2.0.3 |2.0.3 | | -|plogr |0.2.0 |0.2.0 | | -|plyr |1.8.5 |1.8.5 | | -|purrr |0.3.3 |0.3.3 | | -|R6 |2.4.1 |2.4.1 | | -|RColorBrewer |1.1-2 |1.1-2 | | -|Rcpp |1.0.3 |1.0.3 | | -|reshape2 |1.4.3 |1.4.3 | | -|rlang |0.4.3 |0.4.3 | | -|scales |1.1.0 |1.1.0 | | -|stringi |1.4.5 |1.4.5 | | -|stringr |1.4.0 |1.4.0 | | -|tibble |2.1.3 |2.1.3 | | -|tidyselect |0.2.5 |0.2.5 | | -|utf8 |1.1.4 |1.1.4 | | -|vctrs |0.2.2 |0.2.2 | | -|viridisLite |0.3.0 |0.3.0 | | -|withr |2.1.2 |2.1.2 | | - -# Revdeps - -## Failed to check (1) - -|package |version |error |warning |note | -|:---------|:-------|:-----|:-------|:----| -|idealstan |? | | | | - diff --git a/revdep/email.yml b/revdep/email.yml deleted file mode 100644 index 0c5cef8..0000000 --- a/revdep/email.yml +++ /dev/null @@ -1,5 +0,0 @@ -release_date: ??? -rel_release_date: ??? -my_news_url: ??? -release_version: ??? -release_details: ??? diff --git a/revdep/failures.md b/revdep/failures.md deleted file mode 100644 index d8ba846..0000000 --- a/revdep/failures.md +++ /dev/null @@ -1,36 +0,0 @@ -# idealstan - -
- -* Version: -* Source code: ??? -* URL: https://github.com/yutannihilation/gghighlight/ -* BugReports: https://github.com/yutannihilation/gghighlight/issues -* Number of recursive dependencies: 0 - -Run `revdep_details(,"")` for more info - -
- -## Error before installation - -### Devel - -``` - - - - - - -``` -### CRAN - -``` - - - - - - -``` diff --git a/revdep/problems.md b/revdep/problems.md deleted file mode 100644 index 9a20736..0000000 --- a/revdep/problems.md +++ /dev/null @@ -1 +0,0 @@ -*Wow, no problems at all. :)* \ No newline at end of file