Skip to content

Commit 776237c

Browse files
committed
rev dep check
This was the only attempt on 2021-12-07 that (sort of?) succeeded, the days of the AWS outage. I'm going to re-run as I suspect at least one of these failures is actually due to RSPM download failure, which might have been due to the AWS situation.
1 parent a647d32 commit 776237c

File tree

3 files changed

+179
-29
lines changed

3 files changed

+179
-29
lines changed

revdep/README.md

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

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

5-
|package |version |error |warning |note |
6-
|:-------|:-------|:-----|:-------|:----|
7-
|butcher |? | | | |
8-
|NA |? | | | |
5+
|package |version |error |warning |note |
6+
|:--------------------|:-------|:-----|:-------|:----|
7+
|NA |? | | | |
8+
|CongreveLamsdell2016 |? | | | |
9+
|NA |? | | | |
10+
|NA |? | | | |
11+
|ensembleTax |? | | | |
912

revdep/cran.md

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

3-
We checked 124 reverse dependencies (123 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package.
3+
We checked 134 reverse dependencies (131 from CRAN + 3 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 2 packages
77

88
Issues with CRAN packages are summarised below.
99

1010
### Failed to check
1111

12-
* butcher (NA)
12+
* CongreveLamsdell2016 (NA)
13+
* ensembleTax (NA)

revdep/failures.md

Lines changed: 167 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,49 @@
1-
# butcher
1+
# NA
2+
3+
<details>
4+
5+
* Version: NA
6+
* GitHub: NA
7+
* Source code: https://github.com/cran/NA
8+
* Number of recursive dependencies: 0
9+
10+
Run `cloud_details(, "NA")` for more info
11+
12+
</details>
13+
14+
## Error before installation
15+
16+
### Devel
17+
18+
```
19+
20+
21+
22+
23+
24+
25+
```
26+
### CRAN
27+
28+
```
29+
30+
31+
32+
33+
34+
35+
```
36+
# CongreveLamsdell2016
237

338
<details>
439

5-
* Version: 0.1.5
6-
* GitHub: https://github.com/tidymodels/butcher
7-
* Source code: https://github.com/cran/butcher
8-
* Date/Publication: 2021-06-28 07:30:02 UTC
9-
* Number of recursive dependencies: 189
40+
* Version: 1.0.2
41+
* GitHub: https://github.com/ms609/Quartet
42+
* Source code: https://github.com/cran/CongreveLamsdell2016
43+
* Date/Publication: 2020-01-07 14:30:06 UTC
44+
* Number of recursive dependencies: 97
1045

11-
Run `cloud_details(, "butcher")` for more info
46+
Run `cloud_details(, "CongreveLamsdell2016")` for more info
1247

1348
</details>
1449

@@ -17,24 +52,24 @@ Run `cloud_details(, "butcher")` for more info
1752
### Devel
1853

1954
```
20-
* using log directory ‘/tmp/workdir/butcher/new/butcher.Rcheck’
55+
* using log directory ‘/tmp/workdir/CongreveLamsdell2016/new/CongreveLamsdell2016.Rcheck’
2156
* using R version 4.0.3 (2020-10-10)
2257
* using platform: x86_64-pc-linux-gnu (64-bit)
2358
* using session charset: UTF-8
2459
* using options ‘--no-manual --no-build-vignettes’
25-
* checking for file ‘butcher/DESCRIPTION’ ... OK
26-
* this is package ‘butcher’ version ‘0.1.5
60+
* checking for file ‘CongreveLamsdell2016/DESCRIPTION’ ... OK
61+
* this is package ‘CongreveLamsdell2016’ version ‘1.0.2
2762
* package encoding: UTF-8
2863
* checking package namespace information ... OK
2964
* checking package dependencies ... NOTE
3065
...
31-
Running ‘testthat.R’
66+
* checking examples ... OK
3267
* checking for unstated dependencies in vignettes ... OK
3368
* checking package vignettes in ‘inst/doc’ ... OK
3469
* checking running R code from vignettes ... NONE
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
70+
Compare-methods.Rmd’ using ‘UTF-8’... OK
71+
Compare-node-supports.Rmd’ using ‘UTF-8’... OK
72+
Conduct-analyses.Rmd’ using ‘UTF-8’... OK
3873
* checking re-building of vignette outputs ... SKIPPED
3974
* DONE
4075
Status: 1 NOTE
@@ -47,24 +82,24 @@ Status: 1 NOTE
4782
### CRAN
4883

4984
```
50-
* using log directory ‘/tmp/workdir/butcher/old/butcher.Rcheck’
85+
* using log directory ‘/tmp/workdir/CongreveLamsdell2016/old/CongreveLamsdell2016.Rcheck’
5186
* using R version 4.0.3 (2020-10-10)
5287
* using platform: x86_64-pc-linux-gnu (64-bit)
5388
* using session charset: UTF-8
5489
* using options ‘--no-manual --no-build-vignettes’
55-
* checking for file ‘butcher/DESCRIPTION’ ... OK
56-
* this is package ‘butcher’ version ‘0.1.5
90+
* checking for file ‘CongreveLamsdell2016/DESCRIPTION’ ... OK
91+
* this is package ‘CongreveLamsdell2016’ version ‘1.0.2
5792
* package encoding: UTF-8
5893
* checking package namespace information ... OK
5994
* checking package dependencies ... NOTE
6095
...
61-
Running ‘testthat.R’
96+
* checking examples ... OK
6297
* checking for unstated dependencies in vignettes ... OK
6398
* checking package vignettes in ‘inst/doc’ ... OK
6499
* checking running R code from vignettes ... NONE
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
100+
Compare-methods.Rmd’ using ‘UTF-8’... OK
101+
Compare-node-supports.Rmd’ using ‘UTF-8’... OK
102+
Conduct-analyses.Rmd’ using ‘UTF-8’... OK
68103
* checking re-building of vignette outputs ... SKIPPED
69104
* DONE
70105
Status: 1 NOTE
@@ -108,4 +143,115 @@ Run `cloud_details(, "NA")` for more info
108143
109144
110145
146+
```
147+
# NA
148+
149+
<details>
150+
151+
* Version: NA
152+
* GitHub: NA
153+
* Source code: https://github.com/cran/NA
154+
* Number of recursive dependencies: 0
155+
156+
Run `cloud_details(, "NA")` for more info
157+
158+
</details>
159+
160+
## Error before installation
161+
162+
### Devel
163+
164+
```
165+
166+
167+
168+
169+
170+
171+
```
172+
### CRAN
173+
174+
```
175+
176+
177+
178+
179+
180+
181+
```
182+
# ensembleTax
183+
184+
<details>
185+
186+
* Version: 1.1.1
187+
* GitHub: NA
188+
* Source code: https://github.com/cran/ensembleTax
189+
* Date/Publication: 2021-05-21 16:00:03 UTC
190+
* Number of recursive dependencies: 92
191+
192+
Run `cloud_details(, "ensembleTax")` for more info
193+
194+
</details>
195+
196+
## Error before installation
197+
198+
### Devel
199+
200+
```
201+
* using log directory ‘/tmp/workdir/ensembleTax/new/ensembleTax.Rcheck’
202+
* using R version 4.0.3 (2020-10-10)
203+
* using platform: x86_64-pc-linux-gnu (64-bit)
204+
* using session charset: UTF-8
205+
* using options ‘--no-manual --no-build-vignettes’
206+
* checking for file ‘ensembleTax/DESCRIPTION’ ... OK
207+
* this is package ‘ensembleTax’ version ‘1.1.1’
208+
* package encoding: UTF-8
209+
* checking package namespace information ... OK
210+
* checking package dependencies ... ERROR
211+
...
212+
213+
Packages suggested but not available for checking:
214+
'knitr', 'rmarkdown', 'markdown'
215+
216+
VignetteBuilder package required for checking but not installed: ‘knitr’
217+
218+
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
219+
manual.
220+
* DONE
221+
Status: 1 ERROR
222+
223+
224+
225+
226+
227+
```
228+
### CRAN
229+
230+
```
231+
* using log directory ‘/tmp/workdir/ensembleTax/old/ensembleTax.Rcheck’
232+
* using R version 4.0.3 (2020-10-10)
233+
* using platform: x86_64-pc-linux-gnu (64-bit)
234+
* using session charset: UTF-8
235+
* using options ‘--no-manual --no-build-vignettes’
236+
* checking for file ‘ensembleTax/DESCRIPTION’ ... OK
237+
* this is package ‘ensembleTax’ version ‘1.1.1’
238+
* package encoding: UTF-8
239+
* checking package namespace information ... OK
240+
* checking package dependencies ... ERROR
241+
...
242+
243+
Packages suggested but not available for checking:
244+
'knitr', 'rmarkdown', 'markdown'
245+
246+
VignetteBuilder package required for checking but not installed: ‘knitr’
247+
248+
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’
249+
manual.
250+
* DONE
251+
Status: 1 ERROR
252+
253+
254+
255+
256+
111257
```

0 commit comments

Comments
 (0)