Last updated on 2025-09-06 21:50:58 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 60.68 | 917.13 | 977.81 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 47.47 | 670.30 | 717.77 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.2.0 | 1414.30 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 1581.35 | NOTE | |||
r-devel-windows-x86_64 | 0.2.0 | 57.00 | 941.00 | 998.00 | NOTE | |
r-patched-linux-x86_64 | 0.2.0 | 60.97 | 925.12 | 986.09 | NOTE | |
r-release-linux-x86_64 | 0.2.0 | 58.25 | 919.72 | 977.97 | NOTE | |
r-release-macos-arm64 | 0.2.0 | 427.00 | NOTE | |||
r-release-macos-x86_64 | 0.2.0 | 1201.00 | NOTE | |||
r-release-windows-x86_64 | 0.2.0 | 56.00 | 893.00 | 949.00 | NOTE | |
r-oldrel-macos-arm64 | 0.2.0 | 328.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.0 | 884.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.0 | 75.00 | 1102.00 | 1177.00 | OK |
Version: 0.2.0
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.2.0 because package code uses the pipe
placeholder syntax added in R 4.2.0.
File(s) using such syntax:
‘predict.R’ ‘sensitivity.R’ ‘treatment_profile.R’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64
Version: 0.2.0
Check: examples
Result: ERROR
Running examples in ‘multimedia-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: plot_sensitivity
> ### Title: Generic Sensitivity Plot
> ### Aliases: plot_sensitivity
>
> ### ** Examples
>
> sensitivity_curve <- read.csv(url("https://go.wisc.edu/j2kvcj"))
Warning in read.table(file = file, header = header, sep = sep, quote = quote, :
incomplete final line found by readTableHeader on 'https://go.wisc.edu/j2kvcj'
> plot_sensitivity(sensitivity_curve)
<1b>[1m<1b>[33mError<1b>[39m in `geom_line()`:<1b>[22m
<1b>[1m<1b>[22m<1b>[33m!<1b>[39m Problem while computing aesthetics.
<1b>[36mℹ<1b>[39m Error occurred in the 3rd layer.
<1b>[1mCaused by error in `.data[["indirect_effect"]]`:<1b>[22m
<1b>[1m<1b>[22m<1b>[33m!<1b>[39m Column `indirect_effect` not found in `.data`.
Backtrace:
<1b>[90m <1b>[39m▆
<1b>[90m 1. <1b>[39m├─<1b>[1mbase<1b>[22m (local) `<fn>`(x)
<1b>[90m 2. <1b>[39m├─ggplot2:::print.ggplot(x)
<1b>[90m 3. <1b>[39m│ ├─ggplot2::ggplot_build(x)
<1b>[90m 4. <1b>[39m│ └─ggplot2:::ggplot_build.ggplot(x)
<1b>[90m 5. <1b>[39m│ └─ggplot2:::by_layer(...)
<1b>[90m 6. <1b>[39m│ ├─<1b>[1mrlang<1b>[22m::try_fetch(...)
<1b>[90m 7. <1b>[39m│ │ ├─<1b>[1mbase<1b>[22m::tryCatch(...)
<1b>[90m 8. <1b>[39m│ │ │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
<1b>[90m 9. <1b>[39m│ │ │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
<1b>[90m 10. <1b>[39m│ │ │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
<1b>[90m 11. <1b>[39m│ │ └─base::withCallingHandlers(...)
<1b>[90m 12. <1b>[39m│ └─ggplot2 (local) f(l = layers[[i]], d = data[[i]])
<1b>[90m 13. <1b>[39m│ └─l$compute_aesthetics(d, plot)
<1b>[90m 14. <1b>[39m│ └─ggplot2 (local) compute_aesthetics(..., self = self)
<1b>[90m 15. <1b>[39m│ └─<1b>[1mbase<1b>[22m::lapply(aesthetics, eval_tidy, data = data, env = env)
<1b>[90m 16. <1b>[39m│ └─<1b>[1mrlang<1b>[22m (local) FUN(X[[i]], ...)
<1b>[90m 17. <1b>[39m├─indirect_effect
<1b>[90m 18. <1b>[39m├─<1b>[1mrlang<1b>[22m:::`[[.rlang_data_pronoun`(.data, "indirect_effect")
<1b>[90m 19. <1b>[39m│ └─rlang:::data_pronoun_get(...)
<1b>[90m 20. <1b>[39m└─rlang:::abort_data_pronoun(x, call = y)
<1b>[90m 21. <1b>[39m └─rlang::abort(msg, "rlang_error_data_pronoun_not_found", call = call)
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
bootstrap 3.888 0.293 5.715
Flavor: r-devel-linux-x86_64-debian-gcc