Last updated on 2022-04-27 12:55:14 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0.0 | 40.23 | 258.22 | 298.45 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.0.0 | 34.27 | 183.95 | 218.22 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.0.0 | 255.90 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 2.0.0 | 219.74 | ERROR | |||
r-devel-windows-x86_64 | 2.0.0 | 248.00 | 281.00 | 529.00 | NOTE | |
r-patched-linux-x86_64 | 2.0.0 | 44.45 | 241.92 | 286.37 | NOTE | |
r-release-linux-x86_64 | 2.0.0 | 35.86 | 242.97 | 278.83 | NOTE | |
r-release-macos-arm64 | 2.0.0 | 72.00 | NOTE | |||
r-release-macos-x86_64 | 2.0.0 | 141.00 | NOTE | |||
r-release-windows-x86_64 | 2.0.0 | 269.00 | 274.00 | 543.00 | NOTE | |
r-oldrel-macos-arm64 | 2.0.0 | 96.00 | NOTE | |||
r-oldrel-macos-x86_64 | 2.0.0 | 142.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 2.0.0 | 64.00 | 281.00 | 345.00 | NOTE |
Version: 2.0.0
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
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, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64
Version: 2.0.0
Check: Rd cross-references
Result: NOTE
Undeclared packages ‘binom’, ‘PropCIs’, ‘BlakerCI’, ‘prevalence’ in Rd xrefs
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 2.0.0
Check: examples
Result: ERROR
Running examples in ‘proportion-Ex.R’ failed
The error most likely occurred in:
> ### Name: PlotciEXx
> ### Title: Plots the CI estimation of the exact method
> ### Aliases: PlotciEXx
>
> ### ** Examples
>
> x=5; n=5; alp=0.05;e=0.5
> PlotciEXx(x,n,alp,e) #Mid-p
Warning: Ignoring unknown aesthetics: x
> x=5; n=5; alp=0.05;e=1 #Clopper Pearson
> PlotciEXx(x,n,alp,e)
Warning: Ignoring unknown aesthetics: x
> x=5; n=5; alp=0.05;e=c(0.1,0.5,0.95,1) #Range including Mid-p and Clopper-Pearson
> PlotciEXx(x,n,alp,e)
Error in e > 1 || e < 0 : 'length = 4' in coercion to 'logical(1)'
Calls: PlotciEXx
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 2.0.0
Check: Rd cross-references
Result: NOTE
Package unavailable to check Rd xrefs: ‘prevalence’
Flavors: r-release-macos-x86_64, r-oldrel-macos-arm64