Last updated on 2021-01-18 06:46:27 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.9 | 10.84 | 118.66 | 129.50 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.9 | 8.06 | 88.27 | 96.33 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.9 | 159.57 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.9 | 144.28 | ERROR | |||
r-devel-windows-ix86+x86_64 | 0.1.9 | 17.00 | 108.00 | 125.00 | ERROR | |
r-patched-linux-x86_64 | 0.1.9 | 10.40 | 109.22 | 119.62 | ERROR | |
r-patched-solaris-x86 | 0.1.9 | 216.60 | ERROR | |||
r-release-linux-x86_64 | 0.1.9 | 10.44 | 110.65 | 121.09 | ERROR | |
r-release-macos-x86_64 | 0.1.9 | OK | ||||
r-release-windows-ix86+x86_64 | 0.1.9 | 23.00 | 109.00 | 132.00 | ERROR | |
r-oldrel-macos-x86_64 | 0.1.9 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.1.9 | 20.00 | 130.00 | 150.00 | ERROR |
Version: 0.1.9
Check: examples
Result: ERROR
Running examples in 'allestimates-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: all_speedglm
> ### Title: Effect estimates from all possible models using 'speedglm'
> ### Aliases: all_speedglm
>
> ### ** Examples
>
> vlist <- c("Age", "Sex", "Married", "Cancer", "CVD", "Education", "Income")
> results <- all_speedglm(crude = "Endpoint ~ Diabetes", xlist = vlist, data = diab_df)
Error: Assigned data `as.numeric(levels(ret$p.value))[ret$p.value]` must be compatible with existing data.
x Existing data has 2 rows.
x Assigned data has 0 rows.
i Only vectors of size 1 are recycled.
Backtrace:
x
1. +-allestimates::all_speedglm(...)
2. | +-generics::tidy(mod_0)
3. | \-broom:::tidy.speedglm(mod_0)
4. | +-base::`$<-`(`*tmp*`, "p.value", value = numeric(0))
5. | \-tibble:::`$<-.tbl_df`(`*tmp*`, "p.value", value = numeric(0))
6. | \-tibble:::tbl_subassign(...)
7. | \-tibble:::vectbl_recycle_rhs(...)
8. | +-base::withCallingHandlers(...)
9. | \-vctrs::vec_recycle(value[[j]], nrow)
10. +-vctrs:::stop_recycle_incompatible_size(...)
11. | \-vctrs:::stop_vctrs(...)
12. | \-rlang::abort(message, class = c(class, "vctrs_error"), ...)
13. | \-rlang:::signal_abort(cnd)
14. | \-base::signalCondition(cnd)
15. \-(function (cnd) ...
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.1.9
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
...
--- re-building 'allestimates-vignette.Rmd' using rmarkdown
Quitting from lines 69-73 (allestimates-vignette.Rmd)
Error: processing vignette 'allestimates-vignette.Rmd' failed with diagnostics:
Assigned data `as.numeric(levels(ret$p.value))[ret$p.value]` must be compatible with existing data.
x Existing data has 2 rows.
x Assigned data has 0 rows.
i Only vectors of size 1 are recycled.
--- failed re-building 'allestimates-vignette.Rmd'
SUMMARY: processing the following file failed:
'allestimates-vignette.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.1.9
Check: examples
Result: ERROR
Running examples in ‘allestimates-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: all_speedglm
> ### Title: Effect estimates from all possible models using 'speedglm'
> ### Aliases: all_speedglm
>
> ### ** Examples
>
> vlist <- c("Age", "Sex", "Married", "Cancer", "CVD", "Education", "Income")
> results <- all_speedglm(crude = "Endpoint ~ Diabetes", xlist = vlist, data = diab_df)
Error: Assigned data `as.numeric(levels(ret$p.value))[ret$p.value]` must be compatible with existing data.
✖ Existing data has 2 rows.
✖ Assigned data has 0 rows.
ℹ Only vectors of size 1 are recycled.
Backtrace:
█
1. ├─allestimates::all_speedglm(...)
2. │ ├─generics::tidy(mod_0)
3. │ └─broom:::tidy.speedglm(mod_0)
4. │ ├─base::`$<-`(`*tmp*`, "p.value", value = numeric(0))
5. │ └─tibble:::`$<-.tbl_df`(`*tmp*`, "p.value", value = numeric(0))
6. │ └─tibble:::tbl_subassign(...)
7. │ └─tibble:::vectbl_recycle_rhs(...)
8. │ ├─base::withCallingHandlers(...)
9. │ └─vctrs::vec_recycle(value[[j]], nrow)
10. ├─vctrs:::stop_recycle_incompatible_size(...)
11. │ └─vctrs:::stop_vctrs(...)
12. │ └─rlang::abort(message, class = c(class, "vctrs_error"), ...)
13. │ └─rlang:::signal_abort(cnd)
14. │ └─base::signalCondition(cnd)
15. └─(function (cnd) ...
Execution halted
Flavors: r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.1.9
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
...
--- re-building ‘allestimates-vignette.Rmd’ using rmarkdown
Quitting from lines 69-73 (allestimates-vignette.Rmd)
Error: processing vignette 'allestimates-vignette.Rmd' failed with diagnostics:
Assigned data `as.numeric(levels(ret$p.value))[ret$p.value]` must be compatible with existing data.
✖ Existing data has 2 rows.
✖ Assigned data has 0 rows.
ℹ Only vectors of size 1 are recycled.
--- failed re-building ‘allestimates-vignette.Rmd’
SUMMARY: processing the following file failed:
‘allestimates-vignette.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.1.9
Check: examples
Result: ERROR
Running examples in ‘allestimates-Ex.R’ failed
The error most likely occurred in:
> ### Name: all_speedglm
> ### Title: Effect estimates from all possible models using 'speedglm'
> ### Aliases: all_speedglm
>
> ### ** Examples
>
> vlist <- c("Age", "Sex", "Married", "Cancer", "CVD", "Education", "Income")
> results <- all_speedglm(crude = "Endpoint ~ Diabetes", xlist = vlist, data = diab_df)
Error: Assigned data `as.numeric(levels(ret$p.value))[ret$p.value]` must be compatible with existing data.
✖ Existing data has 2 rows.
✖ Assigned data has 0 rows.
ℹ Only vectors of size 1 are recycled.
Backtrace:
█
1. ├─allestimates::all_speedglm(...)
2. │ ├─generics::tidy(mod_0)
3. │ └─broom:::tidy.speedglm(mod_0)
4. │ ├─base::`$<-`(`*tmp*`, "p.value", value = numeric(0))
5. │ └─tibble:::`$<-.tbl_df`(`*tmp*`, "p.value", value = numeric(0))
6. │ └─tibble:::tbl_subassign(...)
7. │ └─tibble:::vectbl_recycle_rhs(...)
8. │ ├─base::withCallingHandlers(...)
9. │ └─vctrs::vec_recycle(value[[j]], nrow)
10. ├─vctrs:::stop_recycle_incompatible_size(...)
11. │ └─vctrs:::stop_vctrs(...)
12. │ └─rlang::abort(message, class = c(class, "vctrs_error"), ...)
13. │ └─rlang:::signal_abort(cnd)
14. │ └─base::signalCondition(cnd)
15. └─(function (cnd) ...
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86
Version: 0.1.9
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
--- re-building ‘allestimates-vignette.Rmd’ using rmarkdown
Quitting from lines 69-73 (allestimates-vignette.Rmd)
Error: processing vignette 'allestimates-vignette.Rmd' failed with diagnostics:
Assigned data `as.numeric(levels(ret$p.value))[ret$p.value]` must be compatible with existing data.
✖ Existing data has 2 rows.
✖ Assigned data has 0 rows.
ℹ Only vectors of size 1 are recycled.
--- failed re-building ‘allestimates-vignette.Rmd’
SUMMARY: processing the following file failed:
‘allestimates-vignette.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1.9
Check: examples
Result: ERROR
Running examples in 'allestimates-Ex.R' failed
The error most likely occurred in:
> ### Name: all_speedglm
> ### Title: Effect estimates from all possible models using 'speedglm'
> ### Aliases: all_speedglm
>
> ### ** Examples
>
> vlist <- c("Age", "Sex", "Married", "Cancer", "CVD", "Education", "Income")
> results <- all_speedglm(crude = "Endpoint ~ Diabetes", xlist = vlist, data = diab_df)
Error: Assigned data `as.numeric(levels(ret$p.value))[ret$p.value]` must be compatible with existing data.
x Existing data has 2 rows.
x Assigned data has 0 rows.
i Only vectors of size 1 are recycled.
Backtrace:
x
1. +-allestimates::all_speedglm(...)
2. | +-generics::tidy(mod_0)
3. | \-broom:::tidy.speedglm(mod_0)
4. | +-base::`$<-`(`*tmp*`, "p.value", value = numeric(0))
5. | \-tibble:::`$<-.tbl_df`(`*tmp*`, "p.value", value = numeric(0))
6. | \-tibble:::tbl_subassign(...)
7. | \-tibble:::vectbl_recycle_rhs(...)
8. | +-base::withCallingHandlers(...)
9. | \-vctrs::vec_recycle(value[[j]], nrow)
10. +-vctrs:::stop_recycle_incompatible_size(...)
11. | \-vctrs:::stop_vctrs(...)
12. | \-rlang::abort(message, class = c(class, "vctrs_error"), ...)
13. | \-rlang:::signal_abort(cnd)
14. | \-base::signalCondition(cnd)
15. \-(function (cnd) ...
Execution halted
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.1.9
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
--- re-building 'allestimates-vignette.Rmd' using rmarkdown
Quitting from lines 69-73 (allestimates-vignette.Rmd)
Error: processing vignette 'allestimates-vignette.Rmd' failed with diagnostics:
Assigned data `as.numeric(levels(ret$p.value))[ret$p.value]` must be compatible with existing data.
x Existing data has 2 rows.
x Assigned data has 0 rows.
i Only vectors of size 1 are recycled.
--- failed re-building 'allestimates-vignette.Rmd'
SUMMARY: processing the following file failed:
'allestimates-vignette.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 0.1.9
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
...
--- re-building ‘allestimates-vignette.Rmd’ using rmarkdown
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
Quitting from lines 69-73 (allestimates-vignette.Rmd)
Error: processing vignette 'allestimates-vignette.Rmd' failed with diagnostics:
Assigned data `as.numeric(levels(ret$p.value))[ret$p.value]` must be compatible with existing data.
✖ Existing data has 2 rows.
✖ Assigned data has 0 rows.
ℹ Only vectors of size 1 are recycled.
--- failed re-building ‘allestimates-vignette.Rmd’
SUMMARY: processing the following file failed:
‘allestimates-vignette.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-patched-solaris-x86