Last updated on 2025-07-23 03:50:52 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 58.24 | 918.04 | 976.28 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 44.21 | 691.41 | 735.62 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.2.0 | 1612.35 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 1517.36 | NOTE | |||
r-devel-windows-x86_64 | 0.2.0 | 54.00 | 942.00 | 996.00 | ERROR | |
r-patched-linux-x86_64 | 0.2.0 | 60.22 | 920.13 | 980.35 | NOTE | |
r-release-linux-x86_64 | 0.2.0 | 57.54 | 923.00 | 980.54 | 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 | 54.00 | 931.00 | 985.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 | 71.00 | 1080.00 | 1151.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:
> ### 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 connect to server'
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
Flavor: r-devel-windows-x86_64