-
Notifications
You must be signed in to change notification settings - Fork 66
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
1 parent
4b853fe
commit 08f8c99
Showing
5 changed files
with
10 additions
and
150 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,20 +1,15 @@ | ||
## Release Summary | ||
|
||
This is the 11th CRAN release of rsample. This release adds better checking, printing, and argument calling, as well as adding a new `balance` option to grouped v-fold CV. | ||
This is the 11th CRAN release of rsample. This release adds better checking, printing, and argument calling. | ||
|
||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 0 notes | ||
|
||
## revdepcheck results | ||
|
||
We checked 43 reverse dependencies (42 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. | ||
We checked 44 reverse dependencies (43 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 0 new problems | ||
* We failed to check 1 packages | ||
* We failed to check 0 packages | ||
|
||
Issues with CRAN packages are summarised below. | ||
|
||
### Failed to check | ||
|
||
* tidyposterior (NA) |
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,9 +1,8 @@ | ||
# Revdeps | ||
|
||
## Failed to check (2) | ||
## Failed to check (1) | ||
|
||
|package |version |error |warning |note | | ||
|:------------------------------------------|:-------|:------|:-------|:----| | ||
|NA |? | | | | | ||
|[tidyposterior](failures.md#tidyposterior) |0.1.0 |__+1__ | | | | ||
|package |version |error |warning |note | | ||
|:-------|:-------|:-----|:-------|:----| | ||
|NA |? | | | | | ||
|
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,12 +1,7 @@ | ||
## revdepcheck results | ||
|
||
We checked 43 reverse dependencies (42 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. | ||
We checked 44 reverse dependencies (43 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 0 new problems | ||
* We failed to check 1 packages | ||
* We failed to check 0 packages | ||
|
||
Issues with CRAN packages are summarised below. | ||
|
||
### Failed to check | ||
|
||
* tidyposterior (NA) |
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,65 +1 @@ | ||
# tidyposterior | ||
|
||
<details> | ||
|
||
* Version: 0.1.0 | ||
* GitHub: https://github.com/tidymodels/tidyposterior | ||
* Source code: https://github.com/cran/tidyposterior | ||
* Date/Publication: 2021-03-25 13:20:02 UTC | ||
* Number of recursive dependencies: 166 | ||
|
||
Run `cloud_details(, "tidyposterior")` for more info | ||
|
||
</details> | ||
|
||
## Newly broken | ||
|
||
* checking whether package ‘tidyposterior’ can be installed ... ERROR | ||
``` | ||
Installation failed. | ||
See ‘/tmp/workdir/tidyposterior/new/tidyposterior.Rcheck/00install.out’ for details. | ||
``` | ||
|
||
## Installation | ||
|
||
### Devel | ||
|
||
``` | ||
* installing *source* package ‘tidyposterior’ ... | ||
** package ‘tidyposterior’ successfully unpacked and MD5 sums checked | ||
** using staged installation | ||
** R | ||
** data | ||
*** moving datasets to lazyload DB | ||
** inst | ||
** byte-compile and prepare package for lazy loading | ||
Error: object ‘gather.rset’ is not exported by 'namespace:rsample' | ||
Execution halted | ||
ERROR: lazy loading failed for package ‘tidyposterior’ | ||
* removing ‘/tmp/workdir/tidyposterior/new/tidyposterior.Rcheck/tidyposterior’ | ||
``` | ||
### CRAN | ||
|
||
``` | ||
* installing *source* package ‘tidyposterior’ ... | ||
** package ‘tidyposterior’ successfully unpacked and MD5 sums checked | ||
** using staged installation | ||
** R | ||
** data | ||
*** moving datasets to lazyload DB | ||
** inst | ||
** byte-compile and prepare package for lazy loading | ||
** help | ||
*** installing help indices | ||
*** copying figures | ||
** building package indices | ||
** installing vignettes | ||
** testing if installed package can be loaded from temporary location | ||
** testing if installed package can be loaded from final location | ||
** testing if installed package keeps a record of temporary installation path | ||
* DONE (tidyposterior) | ||
``` | ||
*Wow, no problems at all. :)* |