- using R Under development (unstable) (2025-09-03 r88788)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-15 (Debian 15.2.0-2) 15.2.0
GNU Fortran (Debian 15.2.0-2) 15.2.0
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
- checking for file ‘fuzzyRankTests/DESCRIPTION’ ... OK
- this is package ‘fuzzyRankTests’ version ‘0.4’
- checking CRAN incoming feasibility ... [0s/0s] NOTE
Maintainer: ‘Charles J. Geyer <charlie@stat.umn.edu>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = c("Charles", "J."),
family = "Geyer",
role = c("aut", "cre"),
email = "charlie@stat.umn.edu")
as necessary.
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking serialization versions ... OK
- checking whether package ‘fuzzyRankTests’ can be installed ... OK
See the install log for details.
- used C compiler: ‘gcc-15 (Debian 15.2.0-2) 15.2.0’
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [0s/0s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the package can be unloaded cleanly ... [0s/0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the namespace can be unloaded cleanly ... [0s/0s] OK
- checking loading without being on the library search path ... [0s/0s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [4s/5s] OK
- checking Rd files ... [0s/0s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking line endings in C/C++/Fortran sources/headers ... OK
- checking line endings in Makefiles ... OK
- checking compilation flags in Makevars ... OK
- checking for GNU extensions in Makefiles ... OK
- checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
- checking use of PKG_*FLAGS in Makefiles ... OK
- checking use of SHLIB_OPENMP_*FLAGS in Makefiles ... OK
- checking pragmas in C/C++ headers and code ... OK
- checking compilation flags used ... OK
- checking compiled code ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking examples ... [0s/0s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [2s/3s] NOTE
Running ‘ranksum.R’ [0s/0s]
Comparing ‘ranksum.Rout’ to ‘ranksum.Rout.save’ ...34c34
< Wilcoxon rank sum exact test
---
> Wilcoxon rank sum test with continuity correction
37c37
< W = 8, p-value = 0.0053
---
> W = 8, p-value = 0.0076
39a40,41
> Warning message:
> In wilcox.test.default(x, y) : cannot compute exact p-value with ties
64c66
< Wilcoxon rank sum exact test
---
> Wilcoxon rank sum test with continuity correction
67c69
< W = 8, p-value = 0.0027
---
> W = 8, p-value = 0.0038
69a72,74
> Warning message:
> In wilcox.test.default(x, y, alt = "less") :
> cannot compute exact p-value with ties
91c96
< Wilcoxon rank sum exact test
---
> Wilcoxon rank sum test with continuity correction
94c99
< W = 8, p-value = 0.0053
---
> W = 8, p-value = 0.0076
97c102
< -7 -1
---
> -6.0001 -1.0001
101a107,111
> Warning messages:
> 1: In wilcox.test.default(x, y, conf.int = TRUE) :
> cannot compute exact p-value with ties
> 2: In wilcox.test.default(x, y, conf.int = TRUE) :
> cannot compute exact confidence intervals with ties
121c131
< Wilcoxon rank sum exact test
---
> Wilcoxon rank sum test with continuity correction
124c134
< W = 8, p-value = 0.0027
---
> W = 8, p-value = 0.0038
127c137
< -Inf -1
---
> -Inf -2
131a142,146
> Warning messages:
> 1: In wilcox.test.default(x, y, conf.int = TRUE, alt = "less") :
> cannot compute exact p-value with ties
> 2: In wilcox.test.default(x, y, conf.int = TRUE, alt = "less") :
> cannot compute exact confidence intervals with ties
151c166
< Wilcoxon rank sum exact test
---
> Wilcoxon rank sum test with continuity correction
161a177,181
> Warning messages:
> 1: In wilcox.test.default(x, y, conf.int = TRUE, alt = "great") :
> cannot compute exact p-value with ties
> 2: In wilcox.test.default(x, y, conf.int = TRUE, alt = "great") :
> cannot compute exact confidence intervals with ties
Running ‘sign-ci.R’ [0s/0s]
Comparing ‘sign-ci.Rout’ to ‘sign-ci.Rout.save’ ... OK
Running ‘sign.R’ [0s/0s]
Comparing ‘sign.Rout’ to ‘sign.Rout.save’ ... OK
Running ‘signrank.R’ [0s/0s]
Comparing ‘signrank.Rout’ to ‘signrank.Rout.save’ ...40c40
< Wilcoxon signed rank exact test
---
> Wilcoxon signed rank test with continuity correction
43c43
< V = 102, p-value = 0.037
---
> V = 66.5, p-value = 0.034
45a46,48
> Warning messages:
> 1: In wilcox.test.default(x) : cannot compute exact p-value with ties
> 2: In wilcox.test.default(x) : cannot compute exact p-value with zeroes
77c80
< Wilcoxon signed rank exact test
---
> Wilcoxon signed rank test with continuity correction
80c83
< V = 102, p-value = 0.98
---
> V = 66.5, p-value = 0.99
82a86,90
> Warning messages:
> 1: In wilcox.test.default(x, alt = "less") :
> cannot compute exact p-value with ties
> 2: In wilcox.test.default(x, alt = "less") :
> cannot compute exact p-value with zeroes
114c122
< Wilcoxon signed rank exact test
---
> Wilcoxon signed rank test with continuity correction
117c125
< V = 102, p-value = 0.019
---
> V = 66.5, p-value = 0.017
119a128,132
> Warning messages:
> 1: In wilcox.test.default(x, alt = "great") :
> cannot compute exact p-value with ties
> 2: In wilcox.test.default(x, alt = "great") :
> cannot compute exact p-value with zeroes
141c154
< Wilcoxon signed rank exact test
---
> Wilcoxon signed rank test with continuity correction
144c157
< V = 102, p-value = 0.037
---
> V = 66.5, p-value = 0.034
147c160
< 0 4
---
> 0.49999 4.50000
150c163
< 2
---
> 2.5
151a165,173
> Warning messages:
> 1: In wilcox.test.default(x, conf.int = TRUE) :
> cannot compute exact p-value with ties
> 2: In wilcox.test.default(x, conf.int = TRUE) :
> cannot compute exact confidence interval with ties
> 3: In wilcox.test.default(x, conf.int = TRUE) :
> cannot compute exact p-value with zeroes
> 4: In wilcox.test.default(x, conf.int = TRUE) :
> cannot compute exact confidence interval with zeroes
173c195
< Wilcoxon signed rank exact test
---
> Wilcoxon signed rank test with continuity correction
176c198
< V = 102, p-value = 0.98
---
> V = 66.5, p-value = 0.99
179c201
< -Inf 4
---
> -Inf 4.4999
182c204
< 2
---
> 2.5
183a206,214
> Warning messages:
> 1: In wilcox.test.default(x, conf.int = TRUE, alt = "less") :
> cannot compute exact p-value with ties
> 2: In wilcox.test.default(x, conf.int = TRUE, alt = "less") :
> cannot compute exact confidence interval with ties
> 3: In wilcox.test.default(x, conf.int = TRUE, alt = "less") :
> cannot compute exact p-value with zeroes
> 4: In wilcox.test.default(x, conf.int = TRUE, alt = "less") :
> cannot compute exact confidence interval with zeroes
203c234
< Wilcoxon signed rank exact test
---
> Wilcoxon signed rank test with continuity correction
206c237
< V = 102, p-value = 0.019
---
> V = 66.5, p-value = 0.017
209c240
< 0.5 Inf
---
> 0.50001 Inf
212c243
< 2
---
> 2.5
213a245,253
> Warning messages:
> 1: In wilcox.test.default(x, conf.int = TRUE, alt = "great") :
> cannot compute exact p-value with ties
> 2: In wilcox.test.default(x, conf.int = TRUE, alt = "great") :
> cannot compute exact confidence interval with ties
> 3: In wilcox.test.default(x, conf.int = TRUE, alt = "great") :
> cannot compute exact p-value with zeroes
> 4: In wilcox.test.default(x, conf.int = TRUE, alt = "great") :
> cannot compute exact confidence interval with zeroes
Running ‘testc.R’ [0s/0s]
Comparing ‘testc.Rout’ to ‘testc.Rout.save’ ... OK
Running ‘testd.R’ [0s/1s]
Comparing ‘testd.Rout’ to ‘testd.Rout.save’ ... OK
Running ‘teste.R’ [0s/0s]
Comparing ‘teste.Rout’ to ‘teste.Rout.save’ ... OK
- checking PDF version of manual ... [4s/6s] OK
- checking HTML version of manual ... [1s/1s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 2 NOTEs