Last updated on 2023-02-02 07:53:15 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.0 | 12.44 | 99.69 | 112.13 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.0.0 | 8.98 | 74.23 | 83.21 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.0 | 138.98 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 141.62 | ERROR | |||
r-patched-linux-x86_64 | 1.0.0 | 11.36 | 94.07 | 105.43 | ERROR | |
r-release-linux-x86_64 | 1.0.0 | 9.34 | 106.82 | 116.16 | OK | |
r-release-macos-arm64 | 1.0.0 | 38.00 | OK | |||
r-release-macos-x86_64 | 1.0.0 | 71.00 | OK | |||
r-release-windows-x86_64 | 1.0.0 | 18.00 | 145.00 | 163.00 | OK | |
r-oldrel-macos-arm64 | 1.0.0 | 47.00 | OK | |||
r-oldrel-macos-x86_64 | 1.0.0 | 73.00 | OK | |||
r-oldrel-windows-ix86+x86_64 | 1.0.0 | 27.00 | 118.00 | 145.00 | ERROR |
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘wcep-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: wcep
> ### Title: Analysis of weighted composite endpoints
> ### Aliases: wcep
>
> ### ** Examples
>
> data(toyexample)
> #event weights
> EW <- data.frame(event = c('CHF','DTH','SHK','REMI'), weight = c(0.3,1,0.5,0.2))
> res1 <- wcep(toyexample, EW)
Error in `left_join()`:
! `...` must be empty.
✖ Problematic argument:
• stringsAsFactors = FALSE
Backtrace:
▆
1. └─wcep::wcep(toyexample, EW)
2. └─wcep:::wcep_core(x[, 1:3], EW, alpha)
3. ├─dplyr::left_join(ew_h0, ew1, by = "event", stringsAsFactors = FALSE)
4. └─dplyr:::left_join.data.frame(ew_h0, ew1, by = "event", stringsAsFactors = FALSE)
5. └─rlang::check_dots_empty0(...)
6. └─rlang::check_dots_empty(call = call)
7. └─rlang:::action_dots(...)
8. ├─base (local) try_dots(...)
9. └─rlang (local) action(...)
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in ‘wcep-Ex.R’ failed
The error most likely occurred in:
> ### Name: wcep
> ### Title: Analysis of weighted composite endpoints
> ### Aliases: wcep
>
> ### ** Examples
>
> data(toyexample)
> #event weights
> EW <- data.frame(event = c('CHF','DTH','SHK','REMI'), weight = c(0.3,1,0.5,0.2))
> res1 <- wcep(toyexample, EW)
Error in `left_join()`:
! `...` must be empty.
✖ Problematic argument:
• stringsAsFactors = FALSE
Backtrace:
▆
1. └─wcep::wcep(toyexample, EW)
2. └─wcep:::wcep_core(x[, 1:3], EW, alpha)
3. ├─dplyr::left_join(ew_h0, ew1, by = "event", stringsAsFactors = FALSE)
4. └─dplyr:::left_join.data.frame(ew_h0, ew1, by = "event", stringsAsFactors = FALSE)
5. └─rlang::check_dots_empty0(...)
6. └─rlang::check_dots_empty(call = call)
7. └─rlang:::action_dots(...)
8. ├─base (local) try_dots(...)
9. └─rlang (local) action(...)
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.0.0
Check: examples
Result: ERROR
Running examples in 'wcep-Ex.R' failed
The error most likely occurred in:
> ### Name: wcep
> ### Title: Analysis of weighted composite endpoints
> ### Aliases: wcep
>
> ### ** Examples
>
> data(toyexample)
> #event weights
> EW <- data.frame(event = c('CHF','DTH','SHK','REMI'), weight = c(0.3,1,0.5,0.2))
> res1 <- wcep(toyexample, EW)
Error in `left_join()`:
! `...` must be empty.
x Problematic argument:
* stringsAsFactors = FALSE
Backtrace:
x
1. \-wcep::wcep(toyexample, EW)
2. \-wcep:::wcep_core(x[, 1:3], EW, alpha)
3. +-dplyr::left_join(ew_h0, ew1, by = "event", stringsAsFactors = FALSE)
4. \-dplyr:::left_join.data.frame(ew_h0, ew1, by = "event", stringsAsFactors = FALSE)
5. \-rlang::check_dots_empty0(...)
6. \-rlang::check_dots_empty(call = call)
7. \-rlang:::action_dots(...)
8. +-base (local) try_dots(...)
9. \-rlang (local) action(...)
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64