Last updated on 2022-04-27 12:55:19 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags | 
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.2 | 1.52 | 31.77 | 33.29 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 1.2 | 1.57 | 24.45 | 26.02 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 1.2 | 39.87 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 1.2 | 38.34 | ERROR | |||
| r-devel-windows-x86_64 | 1.2 | 13.00 | 47.00 | 60.00 | NOTE | |
| r-patched-linux-x86_64 | 1.2 | 2.17 | 30.32 | 32.49 | NOTE | |
| r-release-linux-x86_64 | 1.2 | 2.01 | 30.33 | 32.34 | NOTE | |
| r-release-macos-arm64 | 1.2 | 14.00 | NOTE | |||
| r-release-macos-x86_64 | 1.2 | 26.00 | NOTE | |||
| r-release-windows-x86_64 | 1.2 | 4.00 | 47.00 | 51.00 | NOTE | |
| r-oldrel-macos-arm64 | 1.2 | 16.00 | NOTE | |||
| r-oldrel-macos-x86_64 | 1.2 | 26.00 | NOTE | |||
| r-oldrel-windows-ix86+x86_64 | 1.2 | 4.00 | 25.00 | 29.00 | NOTE | 
Version: 1.2
Check: R code for possible problems
Result: NOTE
    getAlpha: no visible global function definition for 'pbinom'
    kfweOrd: no visible global function definition for 'qnbinom'
    Undefined global functions or variables:
      pbinom qnbinom
    Consider adding
      importFrom("stats", "pbinom", "qnbinom")
    to your NAMESPACE file.
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: 1.2
Check: examples
Result: ERROR
    Running examples in ‘someKfwer-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: someKFWER-package
    > ### Title: Controlling the k-FWER (Generalized Familywise Error Rate)
    > ### Aliases: someKfwer-package
    > ### Keywords: package htest
    > 
    > ### ** Examples
    > 
    > set.seed(13)
    > y=matrix(rnorm(3000),3,1000)+2                      #create toy data
    > p=apply(y,2,function(y) t.test(y)$p.value)          #compute p-values
    > M2=apply(y^2,2,mean)                                #compute ordering criterion
    > 
    > kord=kfweOrd(p,k=5,ord=M2)                          #ordinal procedure
    Ordered k-FWER procedure
     1000 tests, k=5, alpha=0.01, individual alpha threshold=0.01
     125 jumps allowed
     32 rejections
    
    > kgr=kfweGR(p,k=5)                                   #Guo and Romano
    Guo and Romano k-FWER Step Down procedure
     1000 tests, k=5, alpha=0.01
     0.0013057 individual alpha threshold
     23 rejections
    
    > 
    > kord=kfweOrd(p,k=5,ord=M2,GD=TRUE)                  #ordinal procedure (any dependence)
    Error in (h == 0) && (ps <= alpha1) : 
      'length = 1000' in coercion to 'logical(1)'
    Calls: kfweOrd
    Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc