|
1 | | -*Wow, no problems at all. :)* |
| 1 | +# altdoc |
| 2 | + |
| 3 | +<details> |
| 4 | + |
| 5 | +* Version: 0.2.0 |
| 6 | +* GitHub: https://github.com/etiennebacher/altdoc |
| 7 | +* Source code: https://github.com/cran/altdoc |
| 8 | +* Date/Publication: 2023-05-26 18:50:08 UTC |
| 9 | +* Number of recursive dependencies: 82 |
| 10 | + |
| 11 | +Run `revdepcheck::cloud_details(, "altdoc")` for more info |
| 12 | + |
| 13 | +</details> |
| 14 | + |
| 15 | +## Newly broken |
| 16 | + |
| 17 | +* checking tests ... ERROR |
| 18 | + ``` |
| 19 | + Running ‘spelling.R’ |
| 20 | + Running ‘testthat.R’ |
| 21 | + Running the tests in ‘tests/testthat.R’ failed. |
| 22 | + Last 13 lines of output: |
| 23 | + 2. └─usethis:::cran_version() |
| 24 | + 3. └─utils::available.packages() |
| 25 | + 4. └─utils::contrib.url(repos, type) |
| 26 | + ── Error ('test-utils.R:48:3'): import_* functions work ──────────────────────── |
| 27 | + Error in `contrib.url(repos, type)`: trying to use CRAN without setting a mirror |
| 28 | + Backtrace: |
| 29 | + ▆ |
| 30 | + 1. └─usethis::use_news_md() at test-utils.R:48:2 |
| 31 | + 2. └─usethis:::cran_version() |
| 32 | + 3. └─utils::available.packages() |
| 33 | + 4. └─utils::contrib.url(repos, type) |
| 34 | + |
| 35 | + [ FAIL 5 | WARN 0 | SKIP 13 | PASS 86 ] |
| 36 | + Error: Test failures |
| 37 | + Execution halted |
| 38 | + ``` |
| 39 | +
|
| 40 | +# cffr |
| 41 | +
|
| 42 | +<details> |
| 43 | +
|
| 44 | +* Version: 0.5.0 |
| 45 | +* GitHub: https://github.com/ropensci/cffr |
| 46 | +* Source code: https://github.com/cran/cffr |
| 47 | +* Date/Publication: 2023-05-05 12:00:02 UTC |
| 48 | +* Number of recursive dependencies: 71 |
| 49 | +
|
| 50 | +Run `revdepcheck::cloud_details(, "cffr")` for more info |
| 51 | +
|
| 52 | +</details> |
| 53 | +
|
| 54 | +## Newly broken |
| 55 | +
|
| 56 | +* checking tests ... ERROR |
| 57 | + ``` |
| 58 | + Running ‘testthat.R’ |
| 59 | + Running the tests in ‘tests/testthat.R’ failed. |
| 60 | + Last 13 lines of output: |
| 61 | + • On CRAN (110) |
| 62 | + |
| 63 | + ══ Failed tests ════════════════════════════════════════════════════════════════ |
| 64 | + ── Failure ('test-cff_to_bibtex.R:416:3'): Errors ────────────────────────────── |
| 65 | + `b <- cff_to_bibtex("testthat")` produced warnings. |
| 66 | + |
| 67 | + [ FAIL 1 | WARN 10 | SKIP 110 | PASS 311 ] |
| 68 | + Deleting unused snapshots: |
| 69 | + • write_bib/append.bib |
| 70 | + • write_bib/ascii.bib |
| 71 | + • write_bib/noext.bib |
| 72 | + • write_citation/append |
| 73 | + • write_citation/noext |
| 74 | + Error: Test failures |
| 75 | + Execution halted |
| 76 | + ``` |
| 77 | +
|
| 78 | +# exampletestr |
| 79 | +
|
| 80 | +<details> |
| 81 | +
|
| 82 | +* Version: 1.7.0 |
| 83 | +* GitHub: https://github.com/rorynolan/exampletestr |
| 84 | +* Source code: https://github.com/cran/exampletestr |
| 85 | +* Date/Publication: 2022-12-06 19:20:02 UTC |
| 86 | +* Number of recursive dependencies: 97 |
| 87 | +
|
| 88 | +Run `revdepcheck::cloud_details(, "exampletestr")` for more info |
| 89 | +
|
| 90 | +</details> |
| 91 | +
|
| 92 | +## Newly broken |
| 93 | +
|
| 94 | +* checking tests ... ERROR |
| 95 | + ``` |
| 96 | + Running ‘spelling.R’ |
| 97 | + Running ‘testthat.R’ |
| 98 | + Running the tests in ‘tests/testthat.R’ failed. |
| 99 | + Last 13 lines of output: |
| 100 | + 7. │ ├─usethis::ui_path(usethis::proj_path(test_file_name), usethis::proj_path()) |
| 101 | + 8. │ │ └─fs::is_dir(x) |
| 102 | + 9. │ │ └─fs::file_info(path, follow = follow) |
| 103 | + 10. │ │ └─fs::path_expand(path) |
| 104 | + 11. │ └─usethis::proj_path(test_file_name) |
| 105 | + 12. │ └─usethis::ui_stop("Paths must be relative to the active project") |
| 106 | + 13. └─glue (local) `<fn>`("usethis::ui_path(usethis::proj_path(test_file_name),\nusethis::proj_path())") |
| 107 | + 14. ├─.transformer(expr, env) %||% .null |
| 108 | + 15. └─glue (local) .transformer(expr, env) |
| 109 | + 16. └─base::eval(parse(text = text, keep.source = FALSE), envir) |
| 110 | + 17. └─base::eval(parse(text = text, keep.source = FALSE), envir) |
| 111 | + |
| 112 | + [ FAIL 2 | WARN 4 | SKIP 0 | PASS 16 ] |
| 113 | + Error: Test failures |
| 114 | + Execution halted |
| 115 | + ``` |
| 116 | +
|
| 117 | +# fledge |
| 118 | +
|
| 119 | +<details> |
| 120 | +
|
| 121 | +* Version: 0.1.0 |
| 122 | +* GitHub: https://github.com/cynkra/fledge |
| 123 | +* Source code: https://github.com/cran/fledge |
| 124 | +* Date/Publication: 2021-12-07 20:20:02 UTC |
| 125 | +* Number of recursive dependencies: 74 |
| 126 | +
|
| 127 | +Run `revdepcheck::cloud_details(, "fledge")` for more info |
| 128 | +
|
| 129 | +</details> |
| 130 | +
|
| 131 | +## Newly broken |
| 132 | +
|
| 133 | +* checking examples ... ERROR |
| 134 | + ``` |
| 135 | + Running examples in ‘fledge-Ex.R’ failed |
| 136 | + The error most likely occurred in: |
| 137 | + |
| 138 | + > ### Name: bump_version |
| 139 | + > ### Title: Bump package version |
| 140 | + > ### Aliases: bump_version bump_version_impl |
| 141 | + > |
| 142 | + > ### ** Examples |
| 143 | + > |
| 144 | + > # Create mock package in a temporary directory. |
| 145 | + ... |
| 146 | + + fledge::bump_version() |
| 147 | + + }) |
| 148 | + sh: 1: git: not found |
| 149 | + sh: 1: git: not found |
| 150 | + sh: 1: git: not found |
| 151 | + sh: 1: git: not found |
| 152 | + Error in contrib.url(repos, type) : |
| 153 | + trying to use CRAN without setting a mirror |
| 154 | + Calls: with_demo_project ... <Anonymous> -> cran_version -> <Anonymous> -> contrib.url |
| 155 | + Execution halted |
| 156 | + ``` |
| 157 | +
|
| 158 | +* checking tests ... ERROR |
| 159 | + ``` |
| 160 | + Running ‘testthat.R’ |
| 161 | + Running the tests in ‘tests/testthat.R’ failed. |
| 162 | + Last 13 lines of output: |
| 163 | + 6. └─usethis:::cran_version() |
| 164 | + 7. └─utils::available.packages() |
| 165 | + 8. └─utils::contrib.url(repos, type) |
| 166 | + |
| 167 | + [ FAIL 8 | WARN 0 | SKIP 5 | PASS 0 ] |
| 168 | + Deleting unused snapshots: |
| 169 | + • bump_version/NEWS-nondev.md |
| 170 | + • bump_version/NEWS.md |
| 171 | + • finalize-version/NEWS-push-false.md |
| 172 | + • finalize-version/NEWS-push-true.md |
| 173 | + • unbump_version/NEWS.md |
| 174 | + • update-news/NEWS-empty.md |
| 175 | + • update-news/NEWS-new.md |
| 176 | + Error: Test failures |
| 177 | + Execution halted |
| 178 | + ``` |
| 179 | +
|
| 180 | +# fusen |
| 181 | +
|
| 182 | +<details> |
| 183 | +
|
| 184 | +* Version: 0.4.1 |
| 185 | +* GitHub: https://github.com/Thinkr-open/fusen |
| 186 | +* Source code: https://github.com/cran/fusen |
| 187 | +* Date/Publication: 2022-09-29 14:50:06 UTC |
| 188 | +* Number of recursive dependencies: 113 |
| 189 | +
|
| 190 | +Run `revdepcheck::cloud_details(, "fusen")` for more info |
| 191 | +
|
| 192 | +</details> |
| 193 | +
|
| 194 | +## Newly broken |
| 195 | +
|
| 196 | +* checking examples ... ERROR |
| 197 | + ``` |
| 198 | + Running examples in ‘fusen-Ex.R’ failed |
| 199 | + The error most likely occurred in: |
| 200 | + |
| 201 | + > ### Name: inflate |
| 202 | + > ### Title: Inflate Rmd to package |
| 203 | + > ### Aliases: inflate |
| 204 | + > |
| 205 | + > ### ** Examples |
| 206 | + > |
| 207 | + > # Create a new project |
| 208 | + ... |
| 209 | + + ) |
| 210 | + ✔ Setting active project to '/tmp/Rtmpu0fqny/dummypackage1eb4449d5950' |
| 211 | + ℹ Loading dummypackage1eb4449d5950 |
| 212 | + Writing 'NAMESPACE' |
| 213 | + Loading required namespace: testthat |
| 214 | + ✔ Adding 'knitr' to Suggests field in DESCRIPTION |
| 215 | + Error in get(x, envir = ns, inherits = FALSE) : |
| 216 | + object 'use_description_field' not found |
| 217 | + Calls: inflate -> create_vignette -> getFromNamespace -> get |
| 218 | + Execution halted |
| 219 | + ``` |
| 220 | +
|
| 221 | +## In both |
| 222 | +
|
| 223 | +* checking tests ... ERROR |
| 224 | + ``` |
| 225 | + Running ‘testthat.R’ |
| 226 | + Running the tests in ‘tests/testthat.R’ failed. |
| 227 | + Last 13 lines of output: |
| 228 | + Error in `get(x, envir = ns, inherits = FALSE)`: object 'use_description_field' not found |
| 229 | + Backtrace: |
| 230 | + ▆ |
| 231 | + 1. ├─usethis::with_project(...) at test-inflate_utils.R:36:0 |
| 232 | + 2. │ └─base::force(code) |
| 233 | + 3. ├─usethis::with_project(...) at test-inflate_utils.R:48:2 |
| 234 | + 4. │ └─base::force(code) |
| 235 | + 5. └─fusen::inflate(...) at test-inflate_utils.R:49:4 |
| 236 | + 6. └─fusen:::create_vignette(...) |
| 237 | + 7. └─utils::getFromNamespace("use_description_field", "usethis") |
| 238 | + 8. └─base::get(x, envir = ns, inherits = FALSE) |
| 239 | + |
| 240 | + [ FAIL 18 | WARN 6 | SKIP 7 | PASS 212 ] |
| 241 | + Error: Test failures |
| 242 | + Execution halted |
| 243 | + ``` |
| 244 | +
|
0 commit comments