Skip to content

Commit

Permalink
run revdepcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp85 committed Sep 28, 2022
1 parent 7b5a6e9 commit d9b9f76
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 4 deletions.
14 changes: 12 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
Small release with a lot of upkeep and a few new features and bug fixes
Big minor release with a lot of bug fixes and a small selection of minor
features. We detected a single reverse dependency failure. The maintainer of the
package has been notified and a fix is expected on CRAN this week.

## 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 saw 0 new problems
* We saw 1 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
6 changes: 6 additions & 0 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@
|:-------|:-------|:-----|:-------|:----|
|NA |? | | | |

## New problems (1)

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

10 changes: 9 additions & 1 deletion revdep/cran.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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 saw 0 new problems
* We saw 1 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

42 changes: 41 additions & 1 deletion revdep/problems.md
Original file line number Diff line number Diff line change
@@ -1 +1,41 @@
*Wow, no problems at all. :)*
# 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
```

0 comments on commit d9b9f76

Please sign in to comment.