Skip to content

Commit ded1495

Browse files
committed
Cloud revdeps
1 parent cbb1de5 commit ded1495

File tree

3 files changed

+45
-9
lines changed

3 files changed

+45
-9
lines changed

revdep/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Revdeps
22

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

55
|package |version |error |warning |note |
66
|:-------|:-------|:-----|:-------|:----|
77
|butcher |? | | | |
8+
|NA |? | | | |
89

revdep/cran.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## revdepcheck results
22

3-
We checked 91 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
3+
We checked 120 reverse dependencies (119 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
66
* We failed to check 1 packages

revdep/failures.md

Lines changed: 42 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
<details>
44

5-
* Version: 0.1.2
5+
* Version: 0.1.5
66
* GitHub: https://github.com/tidymodels/butcher
77
* Source code: https://github.com/cran/butcher
8-
* Date/Publication: 2020-01-23 22:40:02 UTC
9-
* Number of recursive dependencies: 190
8+
* Date/Publication: 2021-06-28 07:30:02 UTC
9+
* Number of recursive dependencies: 189
1010

1111
Run `cloud_details(, "butcher")` for more info
1212

@@ -23,7 +23,7 @@ Run `cloud_details(, "butcher")` for more info
2323
* using session charset: UTF-8
2424
* using options ‘--no-manual --no-build-vignettes’
2525
* checking for file ‘butcher/DESCRIPTION’ ... OK
26-
* this is package ‘butcher’ version ‘0.1.2
26+
* this is package ‘butcher’ version ‘0.1.5
2727
* package encoding: UTF-8
2828
* checking package namespace information ... OK
2929
* checking package dependencies ... NOTE
@@ -37,7 +37,7 @@ Run `cloud_details(, "butcher")` for more info
3737
‘butcher.Rmd’ using ‘UTF-8’... OK
3838
* checking re-building of vignette outputs ... SKIPPED
3939
* DONE
40-
Status: 2 NOTEs
40+
Status: 1 NOTE
4141
4242
4343
@@ -53,7 +53,7 @@ Status: 2 NOTEs
5353
* using session charset: UTF-8
5454
* using options ‘--no-manual --no-build-vignettes’
5555
* checking for file ‘butcher/DESCRIPTION’ ... OK
56-
* this is package ‘butcher’ version ‘0.1.2
56+
* this is package ‘butcher’ version ‘0.1.5
5757
* package encoding: UTF-8
5858
* checking package namespace information ... OK
5959
* checking package dependencies ... NOTE
@@ -67,7 +67,42 @@ Status: 2 NOTEs
6767
‘butcher.Rmd’ using ‘UTF-8’... OK
6868
* checking re-building of vignette outputs ... SKIPPED
6969
* DONE
70-
Status: 2 NOTEs
70+
Status: 1 NOTE
71+
72+
73+
74+
75+
76+
```
77+
# NA
78+
79+
<details>
80+
81+
* Version: NA
82+
* GitHub: NA
83+
* Source code: https://github.com/cran/NA
84+
* Number of recursive dependencies: 0
85+
86+
Run `cloud_details(, "NA")` for more info
87+
88+
</details>
89+
90+
## Error before installation
91+
92+
### Devel
93+
94+
```
95+
96+
97+
98+
99+
100+
101+
```
102+
### CRAN
103+
104+
```
105+
71106
72107
73108

0 commit comments

Comments
 (0)