Skip to content

Commit

Permalink
run revdepchecks
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp85 committed Jan 31, 2024
1 parent 0d7ccbb commit 95da03a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 99 deletions.
3 changes: 2 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Quick release to address the sanitizer issues reported by CRAN
Bigger patch release addressing a range of bugs, as well as removing the
concaveman, Rcpp, and RcppEigen dependency in favor of cpp11
12 changes: 0 additions & 12 deletions revdep/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,2 @@
# Revdeps

## Failed to check (1)

|package |version |error |warning |note |
|:-------|:-------|:-----|:-------|:----|
|NA |? | | | |

## New problems (1)

|package |version |error |warning |note |
|:----------------------------|:-------|:-----|:-------|:----|
|[cubble](problems.md#cubble) |0.1.1 | |__+1__ | |

12 changes: 2 additions & 10 deletions revdep/cran.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
## revdepcheck results

We checked 66 reverse dependencies (65 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
We checked 82 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)

* cubble
checking re-building of vignette outputs ... WARNING

36 changes: 1 addition & 35 deletions revdep/failures.md
Original file line number Diff line number Diff line change
@@ -1,35 +1 @@
# NA

<details>

* Version: NA
* GitHub: NA
* Source code: https://github.com/cran/NA
* Number of recursive dependencies: 0

Run `cloud_details(, "NA")` for more info

</details>

## Error before installation

### Devel

```
```
### CRAN

```
```
*Wow, no problems at all. :)*
42 changes: 1 addition & 41 deletions revdep/problems.md
Original file line number Diff line number Diff line change
@@ -1,41 +1 @@
# cubble

<details>

* Version: 0.1.1
* GitHub: https://github.com/huizezhang-sherry/cubble
* Source code: https://github.com/cran/cubble
* Date/Publication: 2022-06-02 12:30:06 UTC
* Number of recursive dependencies: 136

Run `cloud_details(, "cubble")` for more info

</details>

## Newly broken

* checking re-building of vignette outputs ... WARNING
```
Error(s) in re-building vignettes:
--- re-building ‘aggregation.Rmd’ using rmarkdown
`summarise()` has grouped output by 'id'. You can override using the `.groups`
argument.
`summarise()` has grouped output by 'cluster', 'id'. You can override using the
`.groups` argument.
`geom_smooth()` using method = 'gam' and formula 'y ~ s(x, bs = "cs")'
Adding missing grouping variables: `id`
Quitting from lines 123-131 (aggregation.Rmd)
Error: processing vignette 'aggregation.Rmd' failed with diagnostics:
...
The key variable is named differently in the two datasets. Coerce the key to id
to bind them together.
Only bind the common variables from both datasets.
--- finished re-building ‘matching.Rmd’
SUMMARY: processing the following file failed:
‘aggregation.Rmd’
Error: Vignette re-building failed.
Execution halted
```
*Wow, no problems at all. :)*

0 comments on commit 95da03a

Please sign in to comment.