-
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
5 changed files
with
6 additions
and
99 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 +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 |
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,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__ | | | ||
|
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,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 | ||
|
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,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. :)* |
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,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. :)* |