-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
68 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` | ||