Skip to content

Commit 8713fd0

Browse files
committed
Run-revdeps
1 parent ed222c3 commit 8713fd0

File tree

5 files changed

+40
-180
lines changed

5 files changed

+40
-180
lines changed

cran-comments.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,13 @@
1212

1313
## revdepcheck results
1414

15-
We checked 87 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
15+
We checked 91 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
1616

1717
* We saw 0 new problems
18+
* We failed to check 1 packages
1819

20+
Issues with CRAN packages are summarised below.
1921

22+
### Failed to check
23+
24+
* butcher (NA)

revdep/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,3 @@
66
|:-------|:-------|:-----|:-------|:----|
77
|butcher |? | | | |
88

9-
## New problems (1)
10-
11-
|package |version |error |warning |note |
12-
|:------------------------------|:-------|:------|:-------|:----|
13-
|[portalr](problems.md#portalr) |0.3.6 |__+1__ |2 | |
14-

revdep/cran.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## revdepcheck results
22

3-
We checked 87 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
3+
We checked 91 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 1 packages
7+
8+
Issues with CRAN packages are summarised below.
9+
10+
### Failed to check
11+
12+
* butcher (NA)

revdep/failures.md

Lines changed: 25 additions & 121 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* GitHub: https://github.com/tidymodels/butcher
77
* Source code: https://github.com/cran/butcher
88
* Date/Publication: 2020-01-23 22:40:02 UTC
9-
* Number of recursive dependencies: 186
9+
* Number of recursive dependencies: 190
1010

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

@@ -17,75 +17,27 @@ Run `cloud_details(, "butcher")` for more info
1717
### Devel
1818

1919
```
20-
* using log directory '/tmp/workdir/butcher/new/butcher.Rcheck'
20+
* using log directory /tmp/workdir/butcher/new/butcher.Rcheck
2121
* using R version 4.0.3 (2020-10-10)
2222
* 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'
23+
* using session charset: UTF-8
24+
* using options --no-manual --no-build-vignettes
25+
* checking for file butcher/DESCRIPTION ... OK
26+
* this is package butcher version 0.1.2
2727
* package encoding: UTF-8
2828
* checking package namespace information ... OK
2929
* checking package dependencies ... NOTE
30-
Package suggested but not available for checking: 'NMF'
31-
* checking if this is a source package ... OK
32-
* checking if there is a namespace ... OK
33-
* checking for executable files ... OK
34-
* checking for hidden files and directories ... OK
35-
* checking for portable file names ... OK
36-
* checking for sufficient/correct file permissions ... OK
37-
* checking whether package 'butcher' can be installed ... OK
38-
* checking installed package size ... OK
39-
* checking package directory ... OK
40-
* checking 'build' directory ... OK
41-
* checking DESCRIPTION meta-information ... OK
42-
* checking top-level files ... OK
43-
* checking for left-over files ... OK
44-
* checking index information ... OK
45-
* checking package subdirectories ... OK
46-
* checking R files for non-ASCII characters ... OK
47-
* checking R files for syntax errors ... WARNING
48-
Warning in Sys.setlocale("LC_CTYPE", "en_US.UTF-8") :
49-
OS reports request to set locale to "en_US.UTF-8" cannot be honored
50-
* checking whether the package can be loaded ... OK
51-
* checking whether the package can be loaded with stated dependencies ... OK
52-
* checking whether the package can be unloaded cleanly ... OK
53-
* checking whether the namespace can be loaded with stated dependencies ... OK
54-
* checking whether the namespace can be unloaded cleanly ... OK
55-
* checking loading without being on the library search path ... OK
56-
* checking dependencies in R code ... NOTE
57-
Namespace in Imports field not imported from: 'modeldata'
58-
All declared Imports should be used.
59-
* checking S3 generic/method consistency ... OK
60-
* checking replacement functions ... OK
61-
* checking foreign function calls ... OK
62-
* checking R code for possible problems ... OK
63-
* checking Rd files ... OK
64-
* checking Rd metadata ... OK
65-
* checking Rd cross-references ... OK
66-
* checking for missing documentation entries ... OK
67-
* checking for code/documentation mismatches ... OK
68-
* checking Rd \usage sections ... OK
69-
* checking Rd contents ... OK
70-
* checking for unstated dependencies in examples ... OK
71-
* checking installed files from 'inst/doc' ... OK
72-
* checking files in 'vignettes' ... OK
73-
* checking examples ... WARNING
74-
checking a package with encoding 'UTF-8' in an ASCII locale
75-
76-
* checking for unstated dependencies in 'tests' ... OK
77-
* checking tests ... OK
78-
Running 'testthat.R'
30+
...
31+
Running ‘testthat.R’
7932
* checking for unstated dependencies in vignettes ... OK
80-
* checking package vignettes in 'inst/doc' ... OK
33+
* checking package vignettes in inst/doc ... OK
8134
* checking running R code from vignettes ... NONE
82-
'adding-models-to-butcher.Rmd' using 'UTF-8'... OK
83-
'available-axe-methods.Rmd' using 'UTF-8'... OK
84-
'butcher.Rmd' using 'UTF-8'... OK
35+
adding-models-to-butcher.Rmd using UTF-8... OK
36+
available-axe-methods.Rmd using UTF-8... OK
37+
butcher.Rmd using UTF-8... OK
8538
* checking re-building of vignette outputs ... SKIPPED
8639
* DONE
87-
Status: 2 WARNINGs, 2 NOTEs
88-
40+
Status: 2 NOTEs
8941
9042
9143
@@ -95,75 +47,27 @@ Status: 2 WARNINGs, 2 NOTEs
9547
### CRAN
9648

9749
```
98-
* using log directory '/tmp/workdir/butcher/old/butcher.Rcheck'
50+
* using log directory /tmp/workdir/butcher/old/butcher.Rcheck
9951
* using R version 4.0.3 (2020-10-10)
10052
* using platform: x86_64-pc-linux-gnu (64-bit)
101-
* using session charset: ASCII
102-
* using options '--no-manual --no-build-vignettes'
103-
* checking for file 'butcher/DESCRIPTION' ... OK
104-
* this is package 'butcher' version '0.1.2'
53+
* using session charset: UTF-8
54+
* using options --no-manual --no-build-vignettes
55+
* checking for file butcher/DESCRIPTION ... OK
56+
* this is package butcher version 0.1.2
10557
* package encoding: UTF-8
10658
* checking package namespace information ... OK
10759
* checking package dependencies ... NOTE
108-
Package suggested but not available for checking: 'NMF'
109-
* checking if this is a source package ... OK
110-
* checking if there is a namespace ... OK
111-
* checking for executable files ... OK
112-
* checking for hidden files and directories ... OK
113-
* checking for portable file names ... OK
114-
* checking for sufficient/correct file permissions ... OK
115-
* checking whether package 'butcher' can be installed ... OK
116-
* checking installed package size ... OK
117-
* checking package directory ... OK
118-
* checking 'build' directory ... OK
119-
* checking DESCRIPTION meta-information ... OK
120-
* checking top-level files ... OK
121-
* checking for left-over files ... OK
122-
* checking index information ... OK
123-
* checking package subdirectories ... OK
124-
* checking R files for non-ASCII characters ... OK
125-
* checking R files for syntax errors ... WARNING
126-
Warning in Sys.setlocale("LC_CTYPE", "en_US.UTF-8") :
127-
OS reports request to set locale to "en_US.UTF-8" cannot be honored
128-
* checking whether the package can be loaded ... OK
129-
* checking whether the package can be loaded with stated dependencies ... OK
130-
* checking whether the package can be unloaded cleanly ... OK
131-
* checking whether the namespace can be loaded with stated dependencies ... OK
132-
* checking whether the namespace can be unloaded cleanly ... OK
133-
* checking loading without being on the library search path ... OK
134-
* checking dependencies in R code ... NOTE
135-
Namespace in Imports field not imported from: 'modeldata'
136-
All declared Imports should be used.
137-
* checking S3 generic/method consistency ... OK
138-
* checking replacement functions ... OK
139-
* checking foreign function calls ... OK
140-
* checking R code for possible problems ... OK
141-
* checking Rd files ... OK
142-
* checking Rd metadata ... OK
143-
* checking Rd cross-references ... OK
144-
* checking for missing documentation entries ... OK
145-
* checking for code/documentation mismatches ... OK
146-
* checking Rd \usage sections ... OK
147-
* checking Rd contents ... OK
148-
* checking for unstated dependencies in examples ... OK
149-
* checking installed files from 'inst/doc' ... OK
150-
* checking files in 'vignettes' ... OK
151-
* checking examples ... WARNING
152-
checking a package with encoding 'UTF-8' in an ASCII locale
153-
154-
* checking for unstated dependencies in 'tests' ... OK
155-
* checking tests ... OK
156-
Running 'testthat.R'
60+
...
61+
Running ‘testthat.R’
15762
* checking for unstated dependencies in vignettes ... OK
158-
* checking package vignettes in 'inst/doc' ... OK
63+
* checking package vignettes in inst/doc ... OK
15964
* checking running R code from vignettes ... NONE
160-
'adding-models-to-butcher.Rmd' using 'UTF-8'... OK
161-
'available-axe-methods.Rmd' using 'UTF-8'... OK
162-
'butcher.Rmd' using 'UTF-8'... OK
65+
adding-models-to-butcher.Rmd using UTF-8... OK
66+
available-axe-methods.Rmd using UTF-8... OK
67+
butcher.Rmd using UTF-8... OK
16368
* checking re-building of vignette outputs ... SKIPPED
16469
* DONE
165-
Status: 2 WARNINGs, 2 NOTEs
166-
70+
Status: 2 NOTEs
16771
16872
16973

revdep/problems.md

Lines changed: 1 addition & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1 @@
1-
# portalr
2-
3-
<details>
4-
5-
* Version: 0.3.6
6-
* GitHub: https://github.com/weecology/portalr
7-
* Source code: https://github.com/cran/portalr
8-
* Date/Publication: 2020-11-23 19:00:02 UTC
9-
* Number of recursive dependencies: 109
10-
11-
Run `cloud_details(, "portalr")` for more info
12-
13-
</details>
14-
15-
## Newly broken
16-
17-
* checking tests ... ERROR
18-
```
19-
Running 'testthat.R'
20-
Running the tests in 'tests/testthat.R' failed.
21-
Last 13 lines of output:
22-
ERROR (test-10-summarize_ants.R:6:3): colony_presence_absence returns expected results
23-
Warning (test-10-summarize_ants.R:21:3): bait_presence_absence returns expected results
24-
Warning (test-10-summarize_ants.R:21:3): bait_presence_absence returns expected results
25-
ERROR (test-10-summarize_ants.R:21:3): bait_presence_absence returns expected results
26-
Warning (test-10-summarize_ants.R:34:3): colony_presence_absence returns expected results
27-
Warning (test-10-summarize_ants.R:34:3): colony_presence_absence returns expected results
28-
ERROR (test-10-summarize_ants.R:34:3): colony_presence_absence returns expected results
29-
Warning (test-10-summarize_ants.R:49:3): bait_presence_absence returns expected results
30-
ERROR (test-10-summarize_ants.R:49:3): bait_presence_absence returns expected results
31-
Warning (test-11-phenocam.R:6:1): (code run outside of `test_that()`)
32-
ERROR (test-11-phenocam.R:6:1): (code run outside of `test_that()`)
33-
34-
[ FAIL 13 | WARN 46 | SKIP 39 | PASS 15 ]
35-
Error: Test failures
36-
Execution halted
37-
```
38-
39-
## In both
40-
41-
* checking R files for syntax errors ... WARNING
42-
```
43-
Warning in Sys.setlocale("LC_CTYPE", "en_US.UTF-8") :
44-
OS reports request to set locale to "en_US.UTF-8" cannot be honored
45-
```
46-
47-
* checking examples ... WARNING
48-
```
49-
checking a package with encoding 'UTF-8' in an ASCII locale
50-
```
51-
1+
*Wow, no problems at all. :)*

0 commit comments

Comments
 (0)