- using R version 4.4.3 (2025-02-28 ucrt)
- using platform: x86_64-w64-mingw32
- R was compiled by
gcc.exe (GCC) 13.3.0
GNU Fortran (GCC) 13.3.0
- running under: Windows Server 2022 x64 (build 20348)
- using session charset: UTF-8
- checking for file 'ffaframework/DESCRIPTION' ... OK
- this is package 'ffaframework' version '0.1.1'
- package encoding: UTF-8
- 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 hidden files and directories ... OK
- checking for portable file names ... OK
- checking whether package 'ffaframework' can be installed ... OK
See the install log for details.
- checking installed package size ... NOTE
installed size is 5.2Mb
sub-directories of 1Mb or more:
doc 2.3Mb
help 2.5Mb
- checking package directory ... OK
- checking 'build' directory ... 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 ... [2s] OK
- checking whether the package can be loaded with stated dependencies ... [2s] OK
- checking whether the package can be unloaded cleanly ... [2s] OK
- checking whether the namespace can be loaded with stated dependencies ... [2s] OK
- checking whether the namespace can be unloaded cleanly ... [3s] OK
- checking loading without being on the library search path ... [2s] 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 ... [15s] OK
- checking Rd files ... [2s] OK
- checking Rd metadata ... 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 contents of 'data' directory ... OK
- checking data for non-ASCII characters ... [0s] OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking installed files from 'inst/doc' ... OK
- checking files in 'vignettes' ... OK
- checking examples ... [39s] OK
- checking for unstated dependencies in 'tests' ... OK
- checking tests ... [446s] ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [446s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # tests/testthat.R
>
> library(testthat)
> library(ffaframework)
> test_check("ffaframework")
[ FAIL 1 | WARN 0 | SKIP 24 | PASS 985 ]
══ Skipped tests (24) ══════════════════════════════════════════════════════════
• On CRAN (9): 'test-select-zstatistic.R:36:2',
'test-select-zstatistic.R:69:2', 'test-select-zstatistic.R:102:2',
'test-select-zstatistic.R:135:2', 'test-select-zstatistic.R:168:2',
'test-uncertainty-bootstrap.R:24:2', 'test-uncertainty-bootstrap.R:104:2',
'test-uncertainty-rfgpl.R:47:2', 'test-uncertainty-rfpl.R:113:2'
• Skip on R CMD check (15): 'test-plots.R:3:2', 'test-plots.R:30:2',
'test-plots.R:50:2', 'test-plots.R:77:2', 'test-plots.R:104:2',
'test-plots.R:124:2', 'test-plots.R:142:2', 'test-plots.R:161:2',
'test-plots.R:175:2', 'test-plots.R:190:2', 'test-plots.R:209:2',
'test-plots.R:241:2', 'test-plots.R:262:2', 'test-plots.R:318:2',
'test-plots.R:337:2'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-data-loading.R:16:2'): data-local.R and data-geomet.R work properly and produce same results ──
nrow(geomet_df) not equal to 102.
1/1 mismatches
[1] 103 - 102 == 1
[ FAIL 1 | WARN 0 | SKIP 24 | PASS 985 ]
Error: Test failures
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [64s] OK
- checking PDF version of manual ... [21s] OK
- checking HTML version of manual ... [15s] OK
- DONE
Status: 1 ERROR, 1 NOTE