- using R Under development (unstable) (2025-08-24 r88696)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
Debian clang version 19.1.7 (3+b2)
Debian flang-new version 19.1.7 (3+b2)
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
- checking for file ‘ffaframework/DESCRIPTION’ ... OK
- this is package ‘ffaframework’ version ‘0.1.0’
- package encoding: UTF-8
- checking CRAN incoming feasibility ... [1s/2s] OK
- 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 whether package ‘ffaframework’ can be installed ... OK
See the install log for details.
- checking package directory ... OK
- checking for future file timestamps ... 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/2s] OK
- checking whether the package can be loaded with stated dependencies ... [1s/1s] OK
- checking whether the package can be unloaded cleanly ... [1s/2s] OK
- checking whether the namespace can be loaded with stated dependencies ... [1s/1s] OK
- checking whether the namespace can be unloaded cleanly ... [2s/2s] OK
- checking loading without being on the library search path ... [1s/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 ... [19s/25s] OK
- checking Rd files ... [1s/1s] 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 contents of ‘data’ directory ... OK
- checking data for non-ASCII characters ... [0s/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 ... [22s/26s] OK
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
plot_lmom_diagram 4.456 0.086 5.237
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [370s/481s] ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [369s/480s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # tests/testthat.R
>
> library(testthat)
> library(ffaframework)
> test_check("ffaframework")
[ FAIL 6 | WARN 6 | SKIP 24 | PASS 950 ]
══ 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:235:2', 'test-plots.R:256:2', 'test-plots.R:295:2',
'test-plots.R:313:2'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-framework-eda.R:5:2'): framework-eda.R works on KOOTENAI RIVER (08NH021) with no splits ──
Error in `file(con, "w")`: cannot open the connection
Backtrace:
▆
1. └─ffaframework::framework_eda(df$max, df$year) at test-framework-eda.R:5:9
2. └─ffaframework:::framework_report(...)
3. └─rmarkdown::render(...)
4. └─knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet)
5. └─xfun::write_utf8(res, output)
6. └─base::writeLines(enc2utf8(text), con, ..., useBytes = TRUE)
7. └─base::file(con, "w")
── Error ('test-framework-eda.R:20:2'): framework-eda.R works on KOOTENAI RIVER (08NH021) with splits ──
Error in `file(con, "w")`: cannot open the connection
Backtrace:
▆
1. └─ffaframework::framework_eda(df$max, df$year, ns_splits = 1972) at test-framework-eda.R:20:9
2. └─ffaframework:::framework_report(...)
3. └─rmarkdown::render(...)
4. └─knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet)
5. └─xfun::write_utf8(res, output)
6. └─base::writeLines(enc2utf8(text), con, ..., useBytes = TRUE)
7. └─base::file(con, "w")
── Error ('test-framework-ffa.R:5:2'): framework-ffa works on KOOTENAI RIVER (08NH021) with no splits/structures ──
Error in `file(con, "w")`: cannot open the connection
Backtrace:
▆
1. └─ffaframework::framework_ffa(df$max, df$year) at test-framework-ffa.R:5:9
2. └─ffaframework:::framework_report(...)
3. └─rmarkdown::render(...)
4. └─knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet)
5. └─xfun::write_utf8(res, output)
6. └─base::writeLines(enc2utf8(text), con, ..., useBytes = TRUE)
7. └─base::file(con, "w")
── Error ('test-framework-ffa.R:20:2'): framework-ffa works on KOOTENAI RIVER (08NH021) with splits/structures ──
Error in `file(con, "w")`: cannot open the connection
Backtrace:
▆
1. └─ffaframework::framework_ffa(...) at test-framework-ffa.R:20:9
2. └─ffaframework:::framework_report(...)
3. └─rmarkdown::render(...)
4. └─knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet)
5. └─xfun::write_utf8(res, output)
6. └─base::writeLines(enc2utf8(text), con, ..., useBytes = TRUE)
7. └─base::file(con, "w")
── Error ('test-framework-full.R:4:2'): framework-full works on KOOTENAI RIVER (08NH021) with no splits/structures ──
Error in `file(con, "w")`: cannot open the connection
Backtrace:
▆
1. └─ffaframework::framework_full(df$max, df$year) at test-framework-full.R:4:9
2. └─ffaframework:::framework_report(...)
3. └─rmarkdown::render(...)
4. └─knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet)
5. └─xfun::write_utf8(res, output)
6. └─base::writeLines(enc2utf8(text), con, ..., useBytes = TRUE)
7. └─base::file(con, "w")
── Error ('test-framework-full.R:24:2'): framework-full works on KOOTENAI RIVER (08NH021) with splits/structures ──
Error in `file(con, "w")`: cannot open the connection
Backtrace:
▆
1. └─ffaframework::framework_full(...) at test-framework-full.R:24:9
2. └─ffaframework:::framework_report(...)
3. └─rmarkdown::render(...)
4. └─knitr::knit(knit_input, knit_output, envir = envir, quiet = quiet)
5. └─xfun::write_utf8(res, output)
6. └─base::writeLines(enc2utf8(text), con, ..., useBytes = TRUE)
7. └─base::file(con, "w")
[ FAIL 6 | WARN 6 | SKIP 24 | PASS 950 ]
Error: Test failures
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [72s/101s] OK
- checking PDF version of manual ... [9s/11s] OK
- checking HTML version of manual ... [4s/5s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR