Last updated on 2025-07-23 12:54:44 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
miniLNM | 13 | ||
multimedia | 1 | 9 | 3 |
Current CRAN status: NOTE: 13
Version: 0.1.0
Check: DESCRIPTION meta-information
Result: NOTE
Missing dependency on R >= 4.1.0 because package code uses the pipe
|> or function shorthand \(...) syntax added in R 4.1.0.
File(s) using such syntax:
‘estimate.R’ ‘formula.R’ ‘toy_data.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.1.0
Check: installed package size
Result: NOTE
installed size is 42.4Mb
sub-directories of 1Mb or more:
libs 41.9Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 0.1.0
Check: for GNU extensions in Makefiles
Result: NOTE
GNU make is a SystemRequirements.
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: ERROR: 1, NOTE: 9, OK: 3
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