Skip to content

Commit 45af640

Browse files
committed
Another cloud revdepcheck run
1 parent 2a6ed21 commit 45af640

File tree

3 files changed

+88
-63
lines changed

3 files changed

+88
-63
lines changed

revdep/README.md

Lines changed: 5 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,8 @@
1-
# Platform
2-
3-
|field |value |
4-
|:--------|:----------------------------|
5-
|version |R version 4.0.2 (2020-06-22) |
6-
|os |macOS Catalina 10.15.6 |
7-
|system |x86_64, darwin17.0 |
8-
|ui |RStudio |
9-
|language |(EN) |
10-
|collate |en_CA.UTF-8 |
11-
|ctype |en_CA.UTF-8 |
12-
|tz |America/Vancouver |
13-
|date |2020-12-07 |
14-
15-
# Dependencies
1+
# Revdeps
162

17-
|package |old |new |Δ |
18-
|:-----------|:------|:----------|:--|
19-
|usethis |1.6.3 |1.9.0.9000 |* |
20-
|askpass |1.1 |1.1 | |
21-
|assertthat |0.2.1 |0.2.1 | |
22-
|cli |2.2.0 |2.2.0 | |
23-
|clipr |0.7.1 |0.7.1 | |
24-
|crayon |1.3.4 |1.3.4 | |
25-
|credentials |NA |1.3.0 |* |
26-
|curl |4.3 |4.3 | |
27-
|desc |1.2.0 |1.2.0 | |
28-
|digest |0.6.27 |NA |* |
29-
|ellipsis |0.3.1 |NA |* |
30-
|fansi |0.4.1 |0.4.1 | |
31-
|fs |1.5.0 |1.5.0 | |
32-
|gert |NA |1.0.2 |* |
33-
|gh |1.2.0 |1.2.0 | |
34-
|git2r |0.27.1 |NA |* |
35-
|gitcreds |0.1.1 |0.1.1 | |
36-
|glue |1.4.2 |1.4.2 | |
37-
|httr |1.4.2 |1.4.2 | |
38-
|ini |0.3.1 |0.3.1 | |
39-
|jsonlite |1.7.1 |1.7.1 | |
40-
|lifecycle |0.2.0 |0.2.0 | |
41-
|magrittr |2.0.1 |2.0.1 | |
42-
|mime |0.9 |0.9 | |
43-
|openssl |1.4.3 |1.4.3 | |
44-
|pillar |1.4.7 |NA |* |
45-
|pkgconfig |2.0.3 |NA |* |
46-
|purrr |0.3.4 |0.3.4 | |
47-
|R6 |2.5.0 |2.5.0 | |
48-
|rappdirs |NA |0.3.1 |* |
49-
|rematch2 |2.1.2 |NA |* |
50-
|rlang |0.4.9 |0.4.9 | |
51-
|rprojroot |2.0.2 |2.0.2 | |
52-
|rstudioapi |0.13 |0.13 | |
53-
|sys |3.4 |3.4 | |
54-
|tibble |3.0.4 |NA |* |
55-
|utf8 |1.1.4 |NA |* |
56-
|vctrs |0.3.5 |NA |* |
57-
|whisker |0.4 |0.4 | |
58-
|withr |2.3.0 |2.3.0 | |
59-
|yaml |2.2.1 |2.2.1 | |
60-
|zip |NA |2.1.1 |* |
3+
## Failed to check (1)
614

62-
# Revdeps
5+
|package |version |error |warning |note |
6+
|:-------|:-------|:-----|:-------|:----|
7+
|butcher |? | | | |
638

revdep/cran.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
## revdepcheck results
22

3-
We checked 4 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
3+
We checked 87 reverse dependencies, 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 0 packages
6+
* We failed to check 1 packages
77

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

revdep/failures.md

Lines changed: 76 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,76 @@
1-
*Wow, no problems at all. :)*
1+
# butcher
2+
3+
<details>
4+
5+
* Version: 0.1.2
6+
* GitHub: https://github.com/tidymodels/butcher
7+
* Source code: https://github.com/cran/butcher
8+
* Date/Publication: 2020-01-23 22:40:02 UTC
9+
* Number of recursive dependencies: 186
10+
11+
Run `cloud_details(, "butcher")` for more info
12+
13+
</details>
14+
15+
## Error before installation
16+
17+
### Devel
18+
19+
```
20+
* using log directory '/tmp/workdir/butcher/new/butcher.Rcheck'
21+
* using R version 4.0.3 (2020-10-10)
22+
* using platform: x86_64-pc-linux-gnu (64-bit)
23+
* using session charset: ASCII
24+
* using options '--no-manual --no-build-vignettes'
25+
* checking for file 'butcher/DESCRIPTION' ... OK
26+
* this is package 'butcher' version '0.1.2'
27+
* package encoding: UTF-8
28+
* checking package namespace information ... OK
29+
* checking package dependencies ... ERROR
30+
Package suggested but not available: 'NMF'
31+
32+
The suggested packages are required for a complete check.
33+
Checking can be attempted without them by setting the environment
34+
variable _R_CHECK_FORCE_SUGGESTS_ to a false value.
35+
36+
See section 'The DESCRIPTION file' in the 'Writing R Extensions'
37+
manual.
38+
* DONE
39+
Status: 1 ERROR
40+
41+
42+
43+
44+
45+
46+
```
47+
### CRAN
48+
49+
```
50+
* using log directory '/tmp/workdir/butcher/old/butcher.Rcheck'
51+
* using R version 4.0.3 (2020-10-10)
52+
* using platform: x86_64-pc-linux-gnu (64-bit)
53+
* using session charset: ASCII
54+
* using options '--no-manual --no-build-vignettes'
55+
* checking for file 'butcher/DESCRIPTION' ... OK
56+
* this is package 'butcher' version '0.1.2'
57+
* package encoding: UTF-8
58+
* checking package namespace information ... OK
59+
* checking package dependencies ... ERROR
60+
Package suggested but not available: 'NMF'
61+
62+
The suggested packages are required for a complete check.
63+
Checking can be attempted without them by setting the environment
64+
variable _R_CHECK_FORCE_SUGGESTS_ to a false value.
65+
66+
See section 'The DESCRIPTION file' in the 'Writing R Extensions'
67+
manual.
68+
* DONE
69+
Status: 1 ERROR
70+
71+
72+
73+
74+
75+
76+
```

0 commit comments

Comments
 (0)