Last updated on 2026-02-06 01:50:47 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.1 | 2.80 | 39.82 | 42.62 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.1 | OK | ||||
| r-devel-linux-x86_64-fedora-clang | 1.0.1 | 5.00 | 60.36 | 65.36 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.1 | 59.14 | OK | |||
| r-devel-windows-x86_64 | 1.0.1 | 5.00 | 0.00 | 5.00 | FAIL | |
| r-patched-linux-x86_64 | 1.0.1 | 2.89 | 37.24 | 40.13 | OK | |
| r-release-linux-x86_64 | 1.0.1 | 2.70 | 37.23 | 39.93 | 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 | 72236.00 | 72240.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 | 5.00 | 74.00 | 79.00 | OK |
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
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.