Skip to content

Commit 08f8c99

Browse files
committed
New revdeps, update CRAN comments
1 parent 4b853fe commit 08f8c99

File tree

5 files changed

+10
-150
lines changed

5 files changed

+10
-150
lines changed

cran-comments.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
## Release Summary
22

3-
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.
3+
This is the 11th CRAN release of rsample. This release adds better checking, printing, and argument calling.
44

55
## R CMD check results
66

77
0 errors | 0 warnings | 0 notes
88

99
## revdepcheck results
1010

11-
We checked 43 reverse dependencies (42 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
11+
We checked 44 reverse dependencies (43 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
1212

1313
* We saw 0 new problems
14-
* We failed to check 1 packages
14+
* We failed to check 0 packages
1515

16-
Issues with CRAN packages are summarised below.
17-
18-
### Failed to check
19-
20-
* tidyposterior (NA)

revdep/README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Revdeps
22

3-
## Failed to check (2)
3+
## Failed to check (1)
44

5-
|package |version |error |warning |note |
6-
|:------------------------------------------|:-------|:------|:-------|:----|
7-
|NA |? | | | |
8-
|[tidyposterior](failures.md#tidyposterior) |0.1.0 |__+1__ | | |
5+
|package |version |error |warning |note |
6+
|:-------|:-------|:-----|:-------|:----|
7+
|NA |? | | | |
98

revdep/cran.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
## revdepcheck results
22

3-
We checked 43 reverse dependencies (42 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
3+
We checked 44 reverse dependencies (43 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
44

55
* We saw 0 new problems
6-
* We failed to check 1 packages
6+
* We failed to check 0 packages
77

8-
Issues with CRAN packages are summarised below.
9-
10-
### Failed to check
11-
12-
* tidyposterior (NA)

revdep/failures.md

-65
Original file line numberDiff line numberDiff line change
@@ -32,69 +32,4 @@ Run `cloud_details(, "NA")` for more info
3232
3333
3434
35-
```
36-
# tidyposterior
37-
38-
<details>
39-
40-
* Version: 0.1.0
41-
* GitHub: https://github.com/tidymodels/tidyposterior
42-
* Source code: https://github.com/cran/tidyposterior
43-
* Date/Publication: 2021-03-25 13:20:02 UTC
44-
* Number of recursive dependencies: 166
45-
46-
Run `cloud_details(, "tidyposterior")` for more info
47-
48-
</details>
49-
50-
## Newly broken
51-
52-
* checking whether package ‘tidyposterior’ can be installed ... ERROR
53-
```
54-
Installation failed.
55-
See ‘/tmp/workdir/tidyposterior/new/tidyposterior.Rcheck/00install.out’ for details.
56-
```
57-
58-
## Installation
59-
60-
### Devel
61-
62-
```
63-
* installing *source* package ‘tidyposterior’ ...
64-
** package ‘tidyposterior’ successfully unpacked and MD5 sums checked
65-
** using staged installation
66-
** R
67-
** data
68-
*** moving datasets to lazyload DB
69-
** inst
70-
** byte-compile and prepare package for lazy loading
71-
Error: object ‘gather.rset’ is not exported by 'namespace:rsample'
72-
Execution halted
73-
ERROR: lazy loading failed for package ‘tidyposterior’
74-
* removing ‘/tmp/workdir/tidyposterior/new/tidyposterior.Rcheck/tidyposterior’
75-
76-
77-
```
78-
### CRAN
79-
80-
```
81-
* installing *source* package ‘tidyposterior’ ...
82-
** package ‘tidyposterior’ successfully unpacked and MD5 sums checked
83-
** using staged installation
84-
** R
85-
** data
86-
*** moving datasets to lazyload DB
87-
** inst
88-
** byte-compile and prepare package for lazy loading
89-
** help
90-
*** installing help indices
91-
*** copying figures
92-
** building package indices
93-
** installing vignettes
94-
** testing if installed package can be loaded from temporary location
95-
** testing if installed package can be loaded from final location
96-
** testing if installed package keeps a record of temporary installation path
97-
* DONE (tidyposterior)
98-
99-
10035
```

revdep/problems.md

+1-65
Original file line numberDiff line numberDiff line change
@@ -1,65 +1 @@
1-
# tidyposterior
2-
3-
<details>
4-
5-
* Version: 0.1.0
6-
* GitHub: https://github.com/tidymodels/tidyposterior
7-
* Source code: https://github.com/cran/tidyposterior
8-
* Date/Publication: 2021-03-25 13:20:02 UTC
9-
* Number of recursive dependencies: 166
10-
11-
Run `cloud_details(, "tidyposterior")` for more info
12-
13-
</details>
14-
15-
## Newly broken
16-
17-
* checking whether package ‘tidyposterior’ can be installed ... ERROR
18-
```
19-
Installation failed.
20-
See ‘/tmp/workdir/tidyposterior/new/tidyposterior.Rcheck/00install.out’ for details.
21-
```
22-
23-
## Installation
24-
25-
### Devel
26-
27-
```
28-
* installing *source* package ‘tidyposterior’ ...
29-
** package ‘tidyposterior’ successfully unpacked and MD5 sums checked
30-
** using staged installation
31-
** R
32-
** data
33-
*** moving datasets to lazyload DB
34-
** inst
35-
** byte-compile and prepare package for lazy loading
36-
Error: object ‘gather.rset’ is not exported by 'namespace:rsample'
37-
Execution halted
38-
ERROR: lazy loading failed for package ‘tidyposterior’
39-
* removing ‘/tmp/workdir/tidyposterior/new/tidyposterior.Rcheck/tidyposterior’
40-
41-
42-
```
43-
### CRAN
44-
45-
```
46-
* installing *source* package ‘tidyposterior’ ...
47-
** package ‘tidyposterior’ successfully unpacked and MD5 sums checked
48-
** using staged installation
49-
** R
50-
** data
51-
*** moving datasets to lazyload DB
52-
** inst
53-
** byte-compile and prepare package for lazy loading
54-
** help
55-
*** installing help indices
56-
*** copying figures
57-
** building package indices
58-
** installing vignettes
59-
** testing if installed package can be loaded from temporary location
60-
** testing if installed package can be loaded from final location
61-
** testing if installed package keeps a record of temporary installation path
62-
* DONE (tidyposterior)
63-
64-
65-
```
1+
*Wow, no problems at all. :)*

0 commit comments

Comments
 (0)