File tree Expand file tree Collapse file tree 6 files changed +71
-0
lines changed
Expand file tree Collapse file tree 6 files changed +71
-0
lines changed Original file line number Diff line number Diff line change @@ -21,3 +21,4 @@ script.R
2121^_pkgdown\.yml$
2222^cran-comments\.md$
2323^CRAN-RELEASE$
24+ ^revdep$
Original file line number Diff line number Diff line change 1+ checks
2+ library
3+ checks.noindex
4+ library.noindex
5+ data.sqlite
6+ * .html
Original file line number Diff line number Diff line change 1+ # Platform
2+
3+ | field | value |
4+ | :--------| :----------------------------|
5+ | version | R version 4.0.0 (2020-04-24) |
6+ | os | macOS Catalina 10.15.5 |
7+ | system | x86_64, darwin17.0 |
8+ | ui | X11 |
9+ | language | (EN) |
10+ | collate | en_US.UTF-8 |
11+ | ctype | en_US.UTF-8 |
12+ | tz | America/New_York |
13+ | date | 2020-08-11 |
14+
15+ # Dependencies
16+
17+ | package | old | new | Δ |
18+ | :-------| :-----| :----------| :--|
19+ | cpp11 | 0.2.0 | 0.2.0.9000 | * |
20+
21+ # Revdeps
22+
23+ ## New problems (1)
24+
25+ | package | version | error | warning | note |
26+ | :--------------------------| :-------| :-----| :-------| :------|
27+ | [ tidyr] ( problems.md#tidyr ) | 1.1.1 | -1 | | __ +1__ |
28+
Original file line number Diff line number Diff line change 1+ release_date : ???
2+ rel_release_date : ???
3+ my_news_url : ???
4+ release_version : ???
5+ release_details : ???
Original file line number Diff line number Diff line change 1+ * Wow, no problems at all. :)*
Original file line number Diff line number Diff line change 1+ # tidyr
2+
3+ <details >
4+
5+ * Version: 1.1.1
6+ * Source code: https://github.com/cran/tidyr
7+ * URL: https://tidyr.tidyverse.org , https://github.com/tidyverse/tidyr
8+ * BugReports: https://github.com/tidyverse/tidyr/issues
9+ * Date/Publication: 2020-07-31 07:00:02 UTC
10+ * Number of recursive dependencies: 62
11+
12+ Run ` revdep_details(, "tidyr") ` for more info
13+
14+ </details >
15+
16+ ## Newly broken
17+
18+ * checking data for non-ASCII characters ... NOTE
19+ ```
20+ Note: found 24 marked UTF-8 strings
21+ ```
22+
23+ ## Newly fixed
24+
25+ * checking whether package ‘tidyr’ can be installed ... ERROR
26+ ```
27+ Installation failed.
28+ See ‘.../revdep/checks.noindex/tidyr/old/tidyr.Rcheck/00install.out’ for details.
29+ ```
30+
You can’t perform that action at this time.
0 commit comments