Skip to content

Commit

Permalink
New revdeps, update CRAN comments
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasilge committed Jun 24, 2022
1 parent 4b853fe commit 08f8c99
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 150 deletions.
11 changes: 3 additions & 8 deletions cran-comments.md
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)
9 changes: 4 additions & 5 deletions revdep/README.md
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 |? | | | |

9 changes: 2 additions & 7 deletions revdep/cran.md
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)
65 changes: 0 additions & 65 deletions revdep/failures.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,69 +32,4 @@ Run `cloud_details(, "NA")` for more info
```
# 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)
```
66 changes: 1 addition & 65 deletions revdep/problems.md
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. :)*

0 comments on commit 08f8c99

Please sign in to comment.