Last updated on 2026-08-05 21:53:08 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.0 | 55.40 | 944.45 | 999.85 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.2.0 | 45.81 | 717.43 | 763.24 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.0 | 45.00 | 614.38 | 659.38 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 44.00 | 616.38 | 660.38 | NOTE | |
| r-devel-windows-x86_64 | 0.2.0 | 53.00 | 974.00 | 1027.00 | NOTE | |
| r-patched-linux-x86_64 | 0.2.0 | 58.73 | 917.75 | 976.48 | NOTE | |
| r-release-linux-x86_64 | 0.2.0 | 54.71 | 925.26 | 979.97 | NOTE | |
| r-release-macos-arm64 | 0.2.0 | 14.00 | 210.00 | 224.00 | NOTE | |
| r-release-macos-x86_64 | 0.2.0 | 37.00 | 954.00 | 991.00 | NOTE | |
| r-release-windows-x86_64 | 0.2.0 | 56.00 | 1031.00 | 1087.00 | NOTE | |
| r-oldrel-macos-arm64 | 0.2.0 | NOTE | ||||
| r-oldrel-macos-x86_64 | 0.2.0 | 33.00 | 1168.00 | 1201.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.2.0 | 77.00 | 1358.00 | 1435.00 | NOTE |
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, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-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 open.connection(file, "rt") :
URL 'https://go.wisc.edu/j2kvcj': status was 'Could not resolve hostname'
Error in open.connection(file, "rt") :
cannot open the connection to 'https://go.wisc.edu/j2kvcj'
Calls: read.csv -> read.table -> open -> open.connection
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
contrast_samples 4.275 0.356 6.412
Flavor: r-devel-linux-x86_64-debian-gcc