Skip to content

Commit

Permalink
revdepcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 26, 2023
1 parent 10dc260 commit e9d73d5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 74 deletions.
31 changes: 12 additions & 19 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
# Platform

|field |value |
|:--------|:--------------------------------------|
|version |R version 4.3.0 (2023-04-21 ucrt) |
|os |Windows 11 x64 (build 22621) |
|system |x86_64, mingw32 |
|ui |RStudio |
|language |(EN) |
|collate |Spanish_Spain.utf8 |
|ctype |Spanish_Spain.utf8 |
|tz |Europe/Madrid |
|date |2023-05-25 |
|rstudio |2023.03.1+446 Cherry Blossom (desktop) |
|pandoc |2.19.2 @ C:\PROGRA~1\Pandoc\pandoc.exe |
|field |value |
|:--------|:------------------------------|
|version |R version 4.3.0 (2023-04-21) |
|os |macOS Monterey 12.6.5 |
|system |x86_64, darwin20 |
|ui |X11 |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |UTC |
|date |2023-05-26 |
|pandoc |2.19.2 @ /usr/local/bin/pandoc |

# Dependencies

Expand All @@ -39,9 +38,3 @@

# Revdeps

## New problems (1)

|package |version |error |warning |note |
|:--------|:-------|:------|:-------|:----|
|[mapSpain](problems.md#mapspain)|0.7.0 |__+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 2 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.7.0
* GitHub: https://github.com/rOpenSpain/mapSpain
* Source code: https://github.com/cran/mapSpain
* Date/Publication: 2022-12-22 21:40:02 UTC
* Number of recursive dependencies: 105

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:
[ FAIL 1 | WARN 0 | SKIP 29 | PASS 140 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (29)
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-esp_cache.R:17:3'): Test cache online ────────────────────────
dir.exists(testdir) is not FALSE
`actual`: TRUE
`expected`: FALSE
[ FAIL 1 | WARN 0 | SKIP 29 | PASS 140 ]
Error: Test failures
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 e9d73d5

Please sign in to comment.