CRAN Package Check Results for Package REffectivePred

Last updated on 2026-01-22 20:48:55 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.1 2.68 39.85 42.53 OK
r-devel-linux-x86_64-debian-gcc 1.0.1 2.09 29.11 31.20 OK
r-devel-linux-x86_64-fedora-clang 1.0.1 61.35 OK
r-devel-linux-x86_64-fedora-gcc 1.0.1 58.69 OK
r-devel-windows-x86_64 1.0.1 5.00 0.00 5.00 FAIL
r-patched-linux-x86_64 1.0.1 3.48 35.68 39.16 OK
r-release-linux-x86_64 1.0.1 2.90 36.39 39.29 OK
r-release-macos-arm64 1.0.1 OK
r-release-macos-x86_64 1.0.1 2.00 41.00 43.00 OK
r-release-windows-x86_64 1.0.1 4.00 56109.00 56113.00 OK
r-oldrel-macos-arm64 1.0.1 OK
r-oldrel-macos-x86_64 1.0.1 2.00 202.00 204.00 OK
r-oldrel-windows-x86_64 1.0.1 6.00 75.00 81.00 OK

Check Details

Version: 1.0.1
Check: examples
Result: FAIL Check process probably crashed or hung up for 20 minutes ... killed Most likely this happened in the example checks (?), if not, ignore the following last lines of example output: > base::assign(".old_wd", base::getwd(), pos = 'CheckExEnv') > cleanEx() > nameEx("ci.curve") > ### * ci.curve > > flush(stderr()); flush(stdout()) > > ### Name: ci.curve > ### Title: Confidence bands > ### Aliases: ci.curve > > ### ** Examples > > library(REffectivePred) > ## Read in the data > path_to_data <- system.file("extdata/NY_OCT_4_2022.csv", package = "REffectivePred") > data <- read.csv(path_to_data) > head(data) date state cases deaths 1 01-03-2020 New York 1 0 2 02-03-2020 New York 1 0 3 03-03-2020 New York 2 0 4 04-03-2020 New York 11 0 5 05-03-2020 New York 22 0 6 06-03-2020 New York 44 0 > cases <- diff(c(0, data$cases)) # Convert cumulative cases into daily cases > lt <- length(cases) # Length of cases > Time <- as.Date(data$date, tryFormats = c("%d-%m-%Y", "%d/%m/%Y")) > > navigate_to_config() # Open the config file, make any necessary changes here. ======== End of example output (where/before crash/hang up occured ?) ======== Flavor: r-devel-windows-x86_64