Last updated on 2018-06-17 19:49:32 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags | 
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.3 | 0.97 | 17.31 | 18.28 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.3 | 0.89 | 14.23 | 15.12 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.3 | 21.65 | NOTE | |||
| r-devel-linux-x86_64-fedora-gcc | 1.3 | 20.17 | NOTE | |||
| r-devel-windows-ix86+x86_64 | 1.3 | 3.00 | 27.00 | 30.00 | OK | |
| r-patched-linux-x86_64 | 1.3 | 1.04 | 16.17 | 17.21 | ERROR | |
| r-patched-solaris-x86 | 1.3 | 31.20 | NOTE | |||
| r-release-linux-x86_64 | 1.3 | 1.12 | 16.02 | 17.14 | ERROR | |
| r-release-windows-ix86+x86_64 | 1.3 | 5.00 | 29.00 | 34.00 | OK | |
| r-release-osx-x86_64 | 1.3 | OK | ||||
| r-oldrel-windows-ix86+x86_64 | 1.3 | 2.00 | 25.00 | 27.00 | OK | |
| r-oldrel-osx-x86_64 | 1.3 | OK | 
Version: 1.3
Check: S3 generic/method consistency
Result: NOTE
    Found the following apparent S3 methods exported but not registered:
      bride.default print.bride summary.bride
    See section ‘Registering S3 methods’ in the ‘Writing R Extensions’
    manual.
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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64
Version: 1.3
Check: examples
Result: ERROR
    Running examples in ‘bride-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: bride
    > ### Title: Brier Score Decomposition
    > ### Aliases: bride bride.default print.bride summary.bride
    > ### Keywords: forecast verification
    > 
    > ### ** Examples
    > 
    > ## number of forecasts and verifications
    > N <- 100
    > ## produce some forecasts
    > p <- runif(n=N)
    > ## produce events y[i] that occur with probability p[i]
    > y <- rbinom(n=N, size=1, prob=p)
    > ## perform brier score decomposition
    > b <- bride(p=p,y=y)
    Error in UseMethod("bride") : 
      no applicable method for 'bride' applied to an object of class "c('double', 'numeric')"
    Calls: bride
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64