Skip to content

Commit

Permalink
revdep
Browse files Browse the repository at this point in the history
  • Loading branch information
jhollist committed Sep 8, 2023
1 parent 5eb2be1 commit 9c28cf4
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 15 deletions.
16 changes: 10 additions & 6 deletions revdep/README.md
Expand Up @@ -10,15 +10,17 @@
|collate |English_United States.utf8 |
|ctype |English_United States.utf8 |
|tz |America/New_York |
|date |2023-08-17 |
|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) |

# Dependencies

|package |old |new |Δ |
|:---------|:-----|:------|:--|
|elevatr |0.4.5 |1.0.0 |* |
|elevatr |0.4.5 |0.99.0 |* |
|askpass |NA |1.2.0 |* |
|classInt |NA |0.4-10 |* |
|curl |NA |5.0.2 |* |
|digest |NA |0.6.33 |* |
|httr |NA |1.4.7 |* |
Expand All @@ -27,13 +29,15 @@
|raster |NA |3.6-23 |* |
|Rcpp |NA |1.0.11 |* |
|sf |NA |1.0-14 |* |
|terra |NA |1.7-46 |* |
|units |NA |0.8-3 |* |
|wk |NA |0.8.0 |* |

# Revdeps

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

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

13 changes: 5 additions & 8 deletions revdep/cran.md
@@ -1,15 +1,12 @@
## revdepcheck results

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

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

Issues with CRAN packages are summarised below.

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

* shoredate
checking tests ...
### Failed to check

* shoredate (NA)
45 changes: 44 additions & 1 deletion revdep/failures.md
@@ -1 +1,44 @@
*Wow, no problems at all. :)*
# 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


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

## In both

* R CMD check timed out


0 comments on commit 9c28cf4

Please sign in to comment.