Last updated on 2023-09-22 08:55:58 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.9-83-2 | 18.54 | 132.91 | 151.45 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.9-83-2 | 17.23 | 94.61 | 111.84 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.9-83-2 | 197.36 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.9-83-2 | 182.64 | ERROR | |||
r-devel-windows-x86_64 | 0.9-83-2 | 20.00 | 197.00 | 217.00 | ERROR | |
r-patched-linux-x86_64 | 0.9-83-2 | 29.40 | 137.56 | 166.96 | NOTE | |
r-release-linux-x86_64 | 0.9-83-2 | 14.94 | 138.39 | 153.33 | NOTE | |
r-release-macos-arm64 | 0.9-83-2 | 51.00 | NOTE | |||
r-release-macos-x86_64 | 0.9-83-2 | 142.00 | NOTE | |||
r-release-windows-x86_64 | 0.9-83-2 | 26.00 | 180.00 | 206.00 | NOTE | |
r-oldrel-macos-arm64 | 0.9-83-2 | 52.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.9-83-2 | 68.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.9-83-2 | 26.00 | 177.00 | 203.00 | NOTE |
Version: 0.9-83-2
Check: package dependencies
Result: NOTE
Package which this enhances but not available for checking: ‘glmmADMB’
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-x86_64
Version: 0.9-83-2
Check: examples
Result: ERROR
Running examples in ‘RVAideMemoire-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: pairwise.perm.t.test
> ### Title: Pairwise permutation t tests
> ### Aliases: pairwise.perm.t.test
>
> ### ** Examples
>
> set.seed(1203)
> response <- c(rnorm(5),rpois(5,0.5),rnorm(5,2,1))
> fact <- gl(3,5,labels=LETTERS[1:3])
>
> # Not enough permutations here but it runs faster
>
> # permutation ANOVA
> perm.anova(response~fact,nperm=49)
|
| | 0%
|
|= | 2%
|
|=== | 4%
|
|==== | 6%
|
|====== | 8%
|
|======= | 10%
|
|======== | 12%
|
|========== | 14%
|
|=========== | 16%
|
|============= | 18%
|
|============== | 20%
|
|=============== | 22%
|
|================= | 24%
|
|=================== | 27%
|
|==================== | 29%
|
|====================== | 31%
|
|======================= | 33%
|
|======================== | 35%
|
|========================== | 37%
|
|=========================== | 39%
|
|============================= | 41%
|
|============================== | 43%
|
|================================ | 45%
|
|================================= | 47%
|
|================================== | 49%
|
|==================================== | 51%
|
|===================================== | 53%
|
|====================================== | 55%
|
|======================================== | 57%
|
|========================================= | 59%
|
|=========================================== | 61%
|
|============================================ | 63%
|
|============================================== | 65%
|
|=============================================== | 67%
|
|================================================ | 69%
|
|================================================== | 71%
|
|=================================================== | 73%
|
|===================================================== | 76%
|
|======================================================= | 78%
|
|======================================================== | 80%
|
|========================================================= | 82%
|
|=========================================================== | 84%
|
|============================================================ | 86%
|
|============================================================== | 88%
|
|=============================================================== | 90%
|
|================================================================ | 92%
|
|================================================================== | 94%
|
|=================================================================== | 96%
|
|===================================================================== | 98%
|
|======================================================================| 100%
Permutation Analysis of Variance Table
Response: response
49 permutations
Sum Sq Df Mean Sq F value Pr(>F)
fact 24.2456 2 12.1228 24.523 0.02 *
Residuals 5.9321 12 0.4943
---
Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1
>
> # Pairwise comparisons
> pairwise.perm.t.test(response,fact,nperm=49)
Error in t.test.formula(resp ~ fact, var.equal = TRUE, alternative = alternative, :
cannot use 'paired' in formula method
Calls: pairwise.perm.t.test ... perm.t.test -> perm.t.test.formula -> t.test -> t.test.formula
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.9-83-2
Check: examples
Result: ERROR
Running examples in ‘RVAideMemoire-Ex.R’ failed
The error most likely occurred in:
> ### Name: pairwise.perm.t.test
> ### Title: Pairwise permutation t tests
> ### Aliases: pairwise.perm.t.test
>
> ### ** Examples
>
> set.seed(1203)
> response <- c(rnorm(5),rpois(5,0.5),rnorm(5,2,1))
> fact <- gl(3,5,labels=LETTERS[1:3])
>
> # Not enough permutations here but it runs faster
>
> # permutation ANOVA
> perm.anova(response~fact,nperm=49)
|
| | 0%
|
|= | 2%
|
|=== | 4%
|
|==== | 6%
|
|====== | 8%
|
|======= | 10%
|
|======== | 12%
|
|========== | 14%
|
|=========== | 16%
|
|============= | 18%
|
|============== | 20%
|
|=============== | 22%
|
|================= | 24%
|
|=================== | 27%
|
|==================== | 29%
|
|====================== | 31%
|
|======================= | 33%
|
|======================== | 35%
|
|========================== | 37%
|
|=========================== | 39%
|
|============================= | 41%
|
|============================== | 43%
|
|================================ | 45%
|
|================================= | 47%
|
|================================== | 49%
|
|==================================== | 51%
|
|===================================== | 53%
|
|====================================== | 55%
|
|======================================== | 57%
|
|========================================= | 59%
|
|=========================================== | 61%
|
|============================================ | 63%
|
|============================================== | 65%
|
|=============================================== | 67%
|
|================================================ | 69%
|
|================================================== | 71%
|
|=================================================== | 73%
|
|===================================================== | 76%
|
|======================================================= | 78%
|
|======================================================== | 80%
|
|========================================================= | 82%
|
|=========================================================== | 84%
|
|============================================================ | 86%
|
|============================================================== | 88%
|
|=============================================================== | 90%
|
|================================================================ | 92%
|
|================================================================== | 94%
|
|=================================================================== | 96%
|
|===================================================================== | 98%
|
|======================================================================| 100%
Permutation Analysis of Variance Table
Response: response
49 permutations
Sum Sq Df Mean Sq F value Pr(>F)
fact 24.2456 2 12.1228 24.523 0.02 *
Residuals 5.9321 12 0.4943
---
Signif. codes: 0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1
>
> # Pairwise comparisons
> pairwise.perm.t.test(response,fact,nperm=49)
Error in t.test.formula(resp ~ fact, var.equal = TRUE, alternative = alternative, :
cannot use 'paired' in formula method
Calls: pairwise.perm.t.test ... perm.t.test -> perm.t.test.formula -> t.test -> t.test.formula
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64