Skip to content

Commit

Permalink
Revdepcheck updates, nothing broken
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed May 18, 2024
1 parent 5eaba6c commit 92686a6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 71 deletions.
40 changes: 17 additions & 23 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
# Platform

|field |value |
|:--------|:-----------------------------------|
|version |R version 4.3.2 (2023-10-31) |
|os |macOS Sonoma 14.3 |
|system |aarch64, darwin20 |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |Australia/Perth |
|date |2024-02-01 |
|rstudio |2023.12.1+402 Ocean Storm (desktop) |
|pandoc |3.1.11.1 @ /opt/homebrew/bin/pandoc |
|field |value |
|:--------|:----------------------------------------|
|version |R version 4.4.0 (2024-04-24) |
|os |macOS Sonoma 14.5 |
|system |aarch64, darwin20 |
|ui |RStudio |
|language |(EN) |
|collate |en_US.UTF-8 |
|ctype |en_US.UTF-8 |
|tz |Australia/Perth |
|date |2024-05-18 |
|rstudio |2024.04.1+748 Chocolate Cosmos (desktop) |
|pandoc |3.2 @ /opt/homebrew/bin/ (via rmarkdown) |

# Dependencies

|package |old |new |Δ |
|:-----------|:------|:------|:--|
|nasapower |4.1.0 |4.2.0 |* |
|nasapower |4.2.0 |4.2.1 |* |
|bit |4.0.5 |4.0.5 | |
|bit64 |4.0.5 |4.0.5 | |
|cli |3.6.2 |3.6.2 | |
|clipr |0.8.0 |0.8.0 | |
|cpp11 |0.4.7 |0.4.7 | |
|crayon |1.5.2 |1.5.2 | |
|crul |1.4.0 |1.4.0 | |
|curl |5.2.0 |5.2.0 | |
|crul |1.4.2 |1.4.2 | |
|curl |5.2.1 |5.2.1 | |
|fansi |1.0.6 |1.0.6 | |
|generics |0.1.3 |0.1.3 | |
|glue |1.7.0 |1.7.0 | |
Expand All @@ -46,7 +46,7 @@
|readr |2.1.5 |2.1.5 | |
|rlang |1.1.3 |1.1.3 | |
|tibble |3.2.1 |3.2.1 | |
|tidyselect |1.2.0 |1.2.0 | |
|tidyselect |1.2.1 |1.2.1 | |
|timechange |0.3.0 |0.3.0 | |
|triebeard |0.4.1 |0.4.1 | |
|tzdb |0.4.0 |0.4.0 | |
Expand All @@ -58,9 +58,3 @@

# Revdeps

## New problems (1)

|package |version |error |warning |note |
|:--------|:-------|:------|:-------|:----|
|[PowerSDI](problems.md#powersdi)|1.0.0 |__+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)

* PowerSDI
checking tests ...

40 changes: 1 addition & 39 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -1,39 +1 @@
# PowerSDI

<details>

* Version: 1.0.0
* GitHub: https://github.com/gabrielblain/PowerSDI
* Source code: https://github.com/cran/PowerSDI
* Date/Publication: 2024-01-15 11:20:02 UTC
* Number of recursive dependencies: 83

Run `revdepcheck::revdep_details(, "PowerSDI")` 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:
7. └─nasapower::get_power(...)
8. └─nasapower:::.send_query(.query_list = query_list, .url = power_url)
9. └─client$get(query = .query_list, retry = 6L, timeout = 30L)
10. └─private$make_request(rr)
11. └─adap$handle_request(opts)
12. └─private$request_handler(req)$handle()
13. └─eval(parse(text = req_type_fun))(self$request)
14. └─err$run()
15. └─self$construct_message()
[ FAIL 9 | WARN 0 | SKIP 0 | PASS 89 ]
Deleting unused snapshots:
• PlotData/disp-plotdata-a.svg
Error: Test failures
Execution halted
```

*Wow, no problems at all. :)*

0 comments on commit 92686a6

Please sign in to comment.