Skip to content

Commit

Permalink
revdepchecks
Browse files Browse the repository at this point in the history
  • Loading branch information
jhollist committed Sep 11, 2023
1 parent 4a89799 commit 2c18f3d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 70 deletions.
34 changes: 17 additions & 17 deletions revdep/README.md
@@ -1,18 +1,18 @@
# Platform

|field |value |
|:--------|:-------------------------------------------------------------------------------------|
|version |R version 4.2.2 (2022-10-31 ucrt) |
|os |Windows 10 x64 (build 22000) |
|system |x86_64, mingw32 |
|ui |RStudio |
|language |(EN) |
|collate |English_United States.utf8 |
|ctype |English_United States.utf8 |
|tz |America/New_York |
|date |2023-09-08 |
|rstudio |2022.12.0+353 Elsbeth Geranium (desktop) |
|pandoc |2.19.2 @ C:/Program Files/RStudio/resources/app/bin/quarto/bin/tools/ (via rmarkdown) |
|field |value |
|:--------|:----------------------------------------|
|version |R version 4.2.2 (2022-10-31 ucrt) |
|os |Windows 10 x64 (build 22000) |
|system |x86_64, mingw32 |
|ui |RStudio |
|language |(EN) |
|collate |English_United States.utf8 |
|ctype |English_United States.utf8 |
|tz |America/New_York |
|date |2023-09-08 |
|rstudio |2022.12.0+353 Elsbeth Geranium (desktop) |
|pandoc |NA |

# Dependencies

Expand All @@ -35,9 +35,9 @@

# Revdeps

## Failed to check (1)
## New problems (1)

|package |version |error |warning |note |
|:---------|:-------|:--------|:-------|:----|
|[shoredate](failures.md#shoredate)|1.1.0 |1 __+1__ | | |
|package |version |error |warning |note |
|:---------|:-------|:------|:-------|:----|
|[shoredate](problems.md#shoredate)|1.1.0 |__+1__ | | |

11 changes: 7 additions & 4 deletions revdep/cran.md
Expand Up @@ -2,11 +2,14 @@

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

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

Issues with CRAN packages are summarised below.

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

* shoredate
checking tests ...

* shoredate (NA)
45 changes: 1 addition & 44 deletions revdep/failures.md
@@ -1,44 +1 @@
# shoredate

<details>

* Version: 1.1.0
* GitHub: https://github.com/isakro/shoredate
* Source code: https://github.com/cran/shoredate
* Date/Publication: 2023-06-02 23:40:02 UTC
* Number of recursive dependencies: 116

Run `revdepcheck::revdep_details(, "shoredate")` 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:
old | new
[3] Output | Output [3]
[4] =============== | =============== [4]
[5] Site: 1 | Site: 1 [5]
[6] Elevation: 59.96235 - Elevation: 59.96506 [6]
[7] | [7]
[8] 95% HDR: | 95% HDR: [8]
[9] 7010 BCE-4880 BCE | 7010 BCE-4880 BCE [9]
* Run `testthat::snapshot_accept('shoreline_date')` to accept the change.
* Run `testthat::snapshot_review('shoreline_date')` to interactively review the change.
[ FAIL 1 | WARN 1 | SKIP 1 | PASS 112 ]
Error: Test failures
Execution halted
```

## In both

* R CMD check timed out


*Wow, no problems at all. :)*
5 changes: 0 additions & 5 deletions revdep/problems.md
Expand Up @@ -37,8 +37,3 @@ Run `revdepcheck::revdep_details(, "shoredate")` for more info
Execution halted
```

## In both

* R CMD check timed out


0 comments on commit 2c18f3d

Please sign in to comment.