Skip to content

Commit efc8b96

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

File tree

4 files changed

+180
-22
lines changed

4 files changed

+180
-22
lines changed

revdep/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@
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: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
22

33
We checked 87 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
44

5-
* We saw 0 new problems
5+
* We saw 1 new problems
66
* We failed to check 1 packages
77

88
Issues with CRAN packages are summarised below.
99

10+
### New problems
11+
(This reports the first line of each new failure)
12+
13+
* portalr
14+
checking tests ... ERROR
15+
1016
### Failed to check
1117

1218
* butcher (NA)

revdep/failures.md

Lines changed: 116 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,65 @@ Run `cloud_details(, "butcher")` for more info
2626
* this is package 'butcher' version '0.1.2'
2727
* package encoding: UTF-8
2828
* 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.
29+
* 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'
79+
* checking for unstated dependencies in vignettes ... OK
80+
* checking package vignettes in 'inst/doc' ... OK
81+
* 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
85+
* checking re-building of vignette outputs ... SKIPPED
3886
* DONE
39-
Status: 1 ERROR
87+
Status: 2 WARNINGs, 2 NOTEs
4088
4189
4290
@@ -56,17 +104,65 @@ Status: 1 ERROR
56104
* this is package 'butcher' version '0.1.2'
57105
* package encoding: UTF-8
58106
* 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.
107+
* 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'
157+
* checking for unstated dependencies in vignettes ... OK
158+
* checking package vignettes in 'inst/doc' ... OK
159+
* 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
163+
* checking re-building of vignette outputs ... SKIPPED
68164
* DONE
69-
Status: 1 ERROR
165+
Status: 2 WARNINGs, 2 NOTEs
70166
71167
72168

revdep/problems.md

Lines changed: 51 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,51 @@
1-
*Wow, no problems at all. :)*
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+

0 commit comments

Comments
 (0)