Skip to content

Commit 6e7f62d

Browse files
committed
revdep check
cc @mitchelloharawild not very helpful info
1 parent dce1300 commit 6e7f62d

File tree

3 files changed

+140
-716
lines changed

3 files changed

+140
-716
lines changed

revdep/README.md

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,47 +3,42 @@
33
|field |value |
44
|:--------|:----------------------------|
55
|version |R version 4.0.0 (2020-04-24) |
6-
|os |macOS Catalina 10.15.3 |
6+
|os |macOS Catalina 10.15.4 |
77
|system |x86_64, darwin17.0 |
88
|ui |RStudio |
99
|language |(EN) |
1010
|collate |en_AU.UTF-8 |
1111
|ctype |en_AU.UTF-8 |
1212
|tz |Pacific/Auckland |
13-
|date |2020-05-12 |
13+
|date |2020-05-28 |
1414

1515
# Dependencies
1616

17-
|package |old |new |Δ |
18-
|:----------|:-----|:-----------|:--|
19-
|tsibble |0.8.6 |0.8.9.9000 |* |
20-
|dplyr |NA |0.8.99.9002 |* |
21-
|tidyselect |NA |1.1.0 |* |
17+
|package |old |new |Δ |
18+
|:-------|:-----|:----------|:--|
19+
|tsibble |0.8.6 |0.8.9.9000 |* |
20+
|vctrs |NA |0.3.0.9000 |* |
2221

2322
# Revdeps
2423

25-
## Failed to check (8)
24+
## Failed to check (4)
2625

2726
|package |version |error |warning |note |
2827
|:------------------------------------|:-------|:------|:-------|:----|
29-
|[ezplot](failures.md#ezplot) |0.5.0 |__+1__ | |-1 |
3028
|[fable](failures.md#fable) |0.2.0 |__+1__ | | |
3129
|[fabletools](failures.md#fabletools) |0.1.3 |__+1__ | | |
3230
|[feasts](failures.md#feasts) |0.1.3 |__+1__ | | |
3331
|[fpp3](failures.md#fpp3) |0.2 |__+1__ | |-1 |
34-
|[nullabor](failures.md#nullabor) |0.3.9 |__+1__ | |-1 |
35-
|[pmdplyr](failures.md#pmdplyr) |0.3.1 |__+1__ | | |
36-
|[sugrrants](failures.md#sugrrants) |0.2.7 |__+1__ | | |
3732

3833
## New problems (7)
3934

4035
|package |version |error |warning |note |
4136
|:--------------------------------------|:-------|:------|:-------|:----|
4237
|[gravitas](problems.md#gravitas) |0.1.2 |__+2__ | | |
38+
|[pmdplyr](problems.md#pmdplyr) |0.3.1.1 |__+2__ | | |
4339
|[RTL](problems.md#rtl) |0.1.1 |__+1__ | |2 |
44-
|[tsbox](problems.md#tsbox) |0.2.1 |__+2__ | | |
40+
|[sugrrants](problems.md#sugrrants) |0.2.7 |__+1__ | | |
4541
|[tsibbledata](problems.md#tsibbledata) |0.1.0 |__+1__ | |2 |
46-
|[TSstudio](problems.md#tsstudio) |0.1.6 |__+1__ | |1 |
4742
|[UKgrid](problems.md#ukgrid) |0.1.2 |__+2__ | | |
48-
|[USgrid](problems.md#usgrid) |0.1.0 |__+2__ | |1 |
43+
|[USgrid](problems.md#usgrid) |0.1.0 |__+1__ | |1 |
4944

revdep/failures.md

Lines changed: 9 additions & 286 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,3 @@
1-
# ezplot
2-
3-
<details>
4-
5-
* Version: 0.5.0
6-
* Source code: https://github.com/cran/ezplot
7-
* Date/Publication: 2020-05-09 19:50:02 UTC
8-
* Number of recursive dependencies: 99
9-
10-
Run `revdep_details(,"ezplot")` for more info
11-
12-
</details>
13-
14-
## Newly broken
15-
16-
* checking whether package ‘ezplot’ can be installed ... ERROR
17-
```
18-
Installation failed.
19-
See ‘/Users/earo/Rpkg/tsibble/revdep/checks.noindex/ezplot/new/ezplot.Rcheck/00install.out’ for details.
20-
```
21-
22-
## Newly fixed
23-
24-
* checking dependencies in R code ... NOTE
25-
```
26-
Namespace in Imports field not imported from: ‘tsibble’
27-
All declared Imports should be used.
28-
```
29-
30-
## Installation
31-
32-
### Devel
33-
34-
```
35-
* installing *source* package ‘ezplot’ ...
36-
** package ‘ezplot’ successfully unpacked and MD5 sums checked
37-
** using staged installation
38-
** R
39-
** inst
40-
** byte-compile and prepare package for lazy loading
41-
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
42-
namespace ‘vctrs’ 0.2.4 is being loaded, but >= 0.2.99.9011 is required
43-
Calls: <Anonymous> ... namespaceImport -> loadNamespace -> namespaceImport -> loadNamespace
44-
Execution halted
45-
ERROR: lazy loading failed for package ‘ezplot’
46-
* removing ‘/Users/earo/Rpkg/tsibble/revdep/checks.noindex/ezplot/new/ezplot.Rcheck/ezplot’
47-
48-
```
49-
### CRAN
50-
51-
```
52-
* installing *source* package ‘ezplot’ ...
53-
** package ‘ezplot’ successfully unpacked and MD5 sums checked
54-
** using staged installation
55-
** R
56-
** inst
57-
** byte-compile and prepare package for lazy loading
58-
** help
59-
*** installing help indices
60-
*** copying figures
61-
** building package indices
62-
** installing vignettes
63-
** testing if installed package can be loaded from temporary location
64-
** testing if installed package can be loaded from final location
65-
** testing if installed package keeps a record of temporary installation path
66-
* DONE (ezplot)
67-
68-
```
691
# fable
702

713
<details>
@@ -122,8 +54,8 @@ installing to /Users/earo/Rpkg/tsibble/revdep/checks.noindex/fable/new/fable.Rch
12254
** R
12355
** inst
12456
** byte-compile and prepare package for lazy loading
125-
Error: package or namespace load failed for ‘fabletools’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
126-
namespace ‘vctrs’ 0.2.4 is being loaded, but >= 0.3.0 is required
57+
Error: package or namespace load failed for ‘fabletools’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
58+
namespace ‘dplyr’ 0.8.5 is being loaded, but >= 0.8.99 is required
12759
Error: package ‘fabletools’ could not be loaded
12860
Execution halted
12961
ERROR: lazy loading failed for package ‘fable’
@@ -207,9 +139,9 @@ Run `revdep_details(,"fabletools")` for more info
207139
** R
208140
** inst
209141
** byte-compile and prepare package for lazy loading
210-
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
211-
namespace ‘vctrs’ 0.2.4 is being loaded, but >= 0.3.0 is required
212-
Calls: <Anonymous> ... namespaceImport -> loadNamespace -> namespaceImport -> loadNamespace
142+
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
143+
namespace ‘dplyr’ 0.8.5 is being loaded, but >= 0.8.99 is required
144+
Calls: <Anonymous> ... namespaceImportFrom -> asNamespace -> loadNamespace
213145
Execution halted
214146
ERROR: lazy loading failed for package ‘fabletools’
215147
* removing ‘/Users/earo/Rpkg/tsibble/revdep/checks.noindex/fabletools/new/fabletools.Rcheck/fabletools’
@@ -268,8 +200,8 @@ Run `revdep_details(,"feasts")` for more info
268200
** R
269201
** inst
270202
** byte-compile and prepare package for lazy loading
271-
Error: package or namespace load failed for ‘fabletools’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
272-
namespace ‘vctrs’ 0.2.4 is being loaded, but >= 0.3.0 is required
203+
Error: package or namespace load failed for ‘fabletools’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
204+
namespace ‘dplyr’ 0.8.5 is being loaded, but >= 0.8.99 is required
273205
Error: package ‘fabletools’ could not be loaded
274206
Execution halted
275207
ERROR: lazy loading failed for package ‘feasts’
@@ -348,8 +280,8 @@ Run `revdep_details(,"fpp3")` for more info
348280
Error: package or namespace load failed for ‘fpp3’:
349281
.onAttach failed in attachNamespace() for 'fpp3', details:
350282
call: NULL
351-
error: package or namespace load failed for ‘dplyr’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
352-
namespace ‘vctrs’ 0.2.4 is already loaded, but >= 0.2.99.9011 is required
283+
error: package or namespace load failed for ‘tsibble’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
284+
namespace ‘dplyr’ 0.8.5 is already loaded, but >= 0.8.99 is required
353285
Error: loading failed
354286
Execution halted
355287
ERROR: loading failed
@@ -375,212 +307,3 @@ ERROR: loading failed
375307
* DONE (fpp3)
376308

377309
```
378-
# nullabor
379-
380-
<details>
381-
382-
* Version: 0.3.9
383-
* Source code: https://github.com/cran/nullabor
384-
* URL: http://github.com/dicook/nullabor
385-
* BugReports: http://github.com/dicook/nullabor/issues
386-
* Date/Publication: 2020-02-25 21:50:02 UTC
387-
* Number of recursive dependencies: 94
388-
389-
Run `revdep_details(,"nullabor")` for more info
390-
391-
</details>
392-
393-
## Newly broken
394-
395-
* checking whether package ‘nullabor’ can be installed ... ERROR
396-
```
397-
Installation failed.
398-
See ‘/Users/earo/Rpkg/tsibble/revdep/checks.noindex/nullabor/new/nullabor.Rcheck/00install.out’ for details.
399-
```
400-
401-
## Newly fixed
402-
403-
* checking dependencies in R code ... NOTE
404-
```
405-
Namespaces in Imports field not imported from:
406-
‘forecast’ ‘rlang’ ‘tsibble’ ‘viridis’
407-
All declared Imports should be used.
408-
```
409-
410-
## Installation
411-
412-
### Devel
413-
414-
```
415-
* installing *source* package ‘nullabor’ ...
416-
** package ‘nullabor’ successfully unpacked and MD5 sums checked
417-
** using staged installation
418-
** R
419-
** data
420-
*** moving datasets to lazyload DB
421-
** demo
422-
** inst
423-
** byte-compile and prepare package for lazy loading
424-
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
425-
namespace ‘vctrs’ 0.2.4 is being loaded, but >= 0.2.99.9011 is required
426-
Calls: <Anonymous> ... asNamespace -> loadNamespace -> namespaceImport -> loadNamespace
427-
Execution halted
428-
ERROR: lazy loading failed for package ‘nullabor’
429-
* removing ‘/Users/earo/Rpkg/tsibble/revdep/checks.noindex/nullabor/new/nullabor.Rcheck/nullabor’
430-
431-
```
432-
### CRAN
433-
434-
```
435-
* installing *source* package ‘nullabor’ ...
436-
** package ‘nullabor’ successfully unpacked and MD5 sums checked
437-
** using staged installation
438-
** R
439-
** data
440-
*** moving datasets to lazyload DB
441-
** demo
442-
** inst
443-
** byte-compile and prepare package for lazy loading
444-
** help
445-
*** installing help indices
446-
*** copying figures
447-
** building package indices
448-
** installing vignettes
449-
** testing if installed package can be loaded from temporary location
450-
** testing if installed package can be loaded from final location
451-
** testing if installed package keeps a record of temporary installation path
452-
* DONE (nullabor)
453-
454-
```
455-
# pmdplyr
456-
457-
<details>
458-
459-
* Version: 0.3.1
460-
* Source code: https://github.com/cran/pmdplyr
461-
* URL: https://nickch-k.github.io/pmdplyr, https://github.com/NickCH-K/pmdplyr
462-
* BugReports: https://github.com/NickCH-K/pmdplyr/issues
463-
* Date/Publication: 2020-03-09 19:30:02 UTC
464-
* Number of recursive dependencies: 101
465-
466-
Run `revdep_details(,"pmdplyr")` for more info
467-
468-
</details>
469-
470-
## Newly broken
471-
472-
* checking whether package ‘pmdplyr’ can be installed ... ERROR
473-
```
474-
Installation failed.
475-
See ‘/Users/earo/Rpkg/tsibble/revdep/checks.noindex/pmdplyr/new/pmdplyr.Rcheck/00install.out’ for details.
476-
```
477-
478-
## Installation
479-
480-
### Devel
481-
482-
```
483-
* installing *source* package ‘pmdplyr’ ...
484-
** package ‘pmdplyr’ successfully unpacked and MD5 sums checked
485-
** using staged installation
486-
** R
487-
** data
488-
*** moving datasets to lazyload DB
489-
** inst
490-
** byte-compile and prepare package for lazy loading
491-
Error: package or namespace load failed for ‘dplyr’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
492-
namespace ‘vctrs’ 0.2.4 is being loaded, but >= 0.2.99.9011 is required
493-
Error: package ‘dplyr’ could not be loaded
494-
Execution halted
495-
ERROR: lazy loading failed for package ‘pmdplyr’
496-
* removing ‘/Users/earo/Rpkg/tsibble/revdep/checks.noindex/pmdplyr/new/pmdplyr.Rcheck/pmdplyr’
497-
498-
```
499-
### CRAN
500-
501-
```
502-
* installing *source* package ‘pmdplyr’ ...
503-
** package ‘pmdplyr’ successfully unpacked and MD5 sums checked
504-
** using staged installation
505-
** R
506-
** data
507-
*** moving datasets to lazyload DB
508-
** inst
509-
** byte-compile and prepare package for lazy loading
510-
** help
511-
*** installing help indices
512-
*** copying figures
513-
** building package indices
514-
** installing vignettes
515-
** testing if installed package can be loaded from temporary location
516-
** testing if installed package can be loaded from final location
517-
** testing if installed package keeps a record of temporary installation path
518-
* DONE (pmdplyr)
519-
520-
```
521-
# sugrrants
522-
523-
<details>
524-
525-
* Version: 0.2.7
526-
* Source code: https://github.com/cran/sugrrants
527-
* URL: https://pkg.earo.me/sugrrants
528-
* BugReports: https://github.com/earowang/sugrrants/issues
529-
* Date/Publication: 2020-04-18 05:20:03 UTC
530-
* Number of recursive dependencies: 89
531-
532-
Run `revdep_details(,"sugrrants")` for more info
533-
534-
</details>
535-
536-
## Newly broken
537-
538-
* checking whether package ‘sugrrants’ can be installed ... ERROR
539-
```
540-
Installation failed.
541-
See ‘/Users/earo/Rpkg/tsibble/revdep/checks.noindex/sugrrants/new/sugrrants.Rcheck/00install.out’ for details.
542-
```
543-
544-
## Installation
545-
546-
### Devel
547-
548-
```
549-
* installing *source* package ‘sugrrants’ ...
550-
** package ‘sugrrants’ successfully unpacked and MD5 sums checked
551-
** using staged installation
552-
** R
553-
** data
554-
*** moving datasets to lazyload DB
555-
** inst
556-
** byte-compile and prepare package for lazy loading
557-
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
558-
namespace ‘vctrs’ 0.2.4 is already loaded, but >= 0.2.99.9011 is required
559-
Calls: <Anonymous> ... asNamespace -> loadNamespace -> namespaceImport -> loadNamespace
560-
Execution halted
561-
ERROR: lazy loading failed for package ‘sugrrants’
562-
* removing ‘/Users/earo/Rpkg/tsibble/revdep/checks.noindex/sugrrants/new/sugrrants.Rcheck/sugrrants’
563-
564-
```
565-
### CRAN
566-
567-
```
568-
* installing *source* package ‘sugrrants’ ...
569-
** package ‘sugrrants’ successfully unpacked and MD5 sums checked
570-
** using staged installation
571-
** R
572-
** data
573-
*** moving datasets to lazyload DB
574-
** inst
575-
** byte-compile and prepare package for lazy loading
576-
** help
577-
*** installing help indices
578-
*** copying figures
579-
** building package indices
580-
** installing vignettes
581-
** testing if installed package can be loaded from temporary location
582-
** testing if installed package can be loaded from final location
583-
** testing if installed package keeps a record of temporary installation path
584-
* DONE (sugrrants)
585-
586-
```

0 commit comments

Comments
 (0)