Last updated on 2023-11-14 09:09:42 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1 | 24.06 | 31.94 | 56.00 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.1 | 15.64 | 24.94 | 40.58 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.1 | 75.04 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.1 | 60.96 | ERROR | |||
r-devel-windows-x86_64 | 1.1 | 17.00 | 76.00 | 93.00 | ERROR | |
r-patched-linux-x86_64 | 1.1 | 19.86 | 33.83 | 53.69 | OK | |
r-release-linux-x86_64 | 1.1 | 20.89 | 33.61 | 54.50 | OK | |
r-release-macos-arm64 | 1.1 | 28.00 | OK | |||
r-release-macos-x86_64 | 1.1 | 41.00 | OK | |||
r-release-windows-x86_64 | 1.1 | 23.00 | 77.00 | 100.00 | OK | |
r-oldrel-macos-arm64 | 1.1 | 29.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1 | 33.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1 | 24.00 | 74.00 | 98.00 | OK |
Version: 1.1
Check: examples
Result: ERROR
Running examples in ‘SIRmcmc-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: household.transmission
> ### Title: Estimate parameters from SIR model
> ### Aliases: household.transmission
>
> ### ** Examples
>
>
> ##A trivial example-------------------------------------------------------
> library(graphics)
> onset<-sample(c(seq(1,10),rep(Inf,20)),size=500,replace=TRUE)
> hh<-sample(seq(1,300),size=500,replace=TRUE)
> chain<-household.transmission(onset.date = onset, household.index = hh,
+ followup.time = 10, iterations = 100)
Error in title(...) : conversion failure on 'α' in 'mbcsToSbcs': for α
Calls: household.transmission ... plot -> plot.chain -> plot.default -> localTitle -> title
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.1
Check: examples
Result: ERROR
Running examples in ‘SIRmcmc-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: household.transmission
> ### Title: Estimate parameters from SIR model
> ### Aliases: household.transmission
>
> ### ** Examples
>
>
> ##A trivial example-------------------------------------------------------
> library(graphics)
> onset<-sample(c(seq(1,10),rep(Inf,20)),size=500,replace=TRUE)
> hh<-sample(seq(1,300),size=500,replace=TRUE)
> chain<-household.transmission(onset.date = onset, household.index = hh,
+ followup.time = 10, iterations = 100)
Error in title(...) :
conversion failure on 'α' in 'mbcsToSbcs': for α (U+03B1)
Calls: household.transmission ... plot -> plot.chain -> plot.default -> localTitle -> title
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1
Check: examples
Result: ERROR
Running examples in ‘SIRmcmc-Ex.R’ failed
The error most likely occurred in:
> ### Name: household.transmission
> ### Title: Estimate parameters from SIR model
> ### Aliases: household.transmission
>
> ### ** Examples
>
>
> ##A trivial example-------------------------------------------------------
> library(graphics)
> onset<-sample(c(seq(1,10),rep(Inf,20)),size=500,replace=TRUE)
> hh<-sample(seq(1,300),size=500,replace=TRUE)
> chain<-household.transmission(onset.date = onset, household.index = hh,
+ followup.time = 10, iterations = 100)
Error in title(...) :
conversion failure on 'α' in 'mbcsToSbcs': for α (U+03B1)
Calls: household.transmission ... plot -> plot.chain -> plot.default -> localTitle -> title
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64