Skip to content

Commit

Permalink
Run revdepcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
dieghernan committed Jul 6, 2024
1 parent 0ce5d08 commit a3f062b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 61 deletions.
6 changes: 0 additions & 6 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,3 @@

# Revdeps

## New problems (1)

|package |version |error |warning |note |
|:--------|:-------|:------|:-------|:----|
|[mapSpain](problems.md#mapspain)|0.9.1 |__+1__ | |1 |

10 changes: 1 addition & 9 deletions revdep/cran.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@

We checked 4 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 1 new problems
* We saw 0 new problems
* We failed to check 0 packages

Issues with CRAN packages are summarised below.

### New problems
(This reports the first line of each new failure)

* mapSpain
checking tests ...

47 changes: 1 addition & 46 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -1,46 +1 @@
# mapSpain

<details>

* Version: 0.9.1
* GitHub: https://github.com/rOpenSpain/mapSpain
* Source code: https://github.com/cran/mapSpain
* Date/Publication: 2024-06-10 18:20:01 UTC
* Number of recursive dependencies: 102

Run `revdepcheck::revdep_details(, "mapSpain")` for more info

</details>

## Newly broken

* checking tests ...
```
Running 'testthat.R'
ERROR
Running the tests in 'tests/testthat.R' failed.
Last 13 lines of output:
4. └─testthat:::test_files_parallel(...)
5. ├─withr::with_dir(...)
6. │ └─base::force(code)
7. ├─testthat::with_reporter(...)
8. │ └─base::tryCatch(...)
9. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
10. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
11. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
12. └─testthat:::parallel_event_loop_chunky(queue, reporters, ".")
13. └─queue$poll(Inf)
14. └─base::lapply(...)
15. └─testthat (local) FUN(X[[i]], ...)
16. └─private$handle_error(msg, i)
17. └─rlang::abort(...)
Execution halted
```

## In both

* checking data for non-ASCII characters ... NOTE
```
Note: found 13138 marked UTF-8 strings
```

*Wow, no problems at all. :)*

0 comments on commit a3f062b

Please sign in to comment.