- using R version 4.4.2 (2024-10-31)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-14 (Debian 14.2.0-8) 14.2.0
GNU Fortran (Debian 14.2.0-8) 14.2.0
- running under: Debian GNU/Linux trixie/sid
- using session charset: UTF-8
- checking for file ‘ParamHelpers/DESCRIPTION’ ... OK
- this is package ‘ParamHelpers’ version ‘1.14.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 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 ‘ParamHelpers’ can be installed ... OK
See the install log for details.
- used C compiler: ‘gcc-14 (Debian 14.2.0-8) 14.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/1s] 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/1s] OK
- checking whether the namespace can be unloaded cleanly ... [0s/0s] OK
- checking loading without being on the library search path ... [0s/1s] OK
- checking whether startup messages can be suppressed ... [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 ... [13s/17s] OK
- checking Rd files ... [1s/1s] NOTE
checkRd: (-1) getParamNr.Rd:15: Lost braces
15 | Default is code{FALSE}.}
| ^
checkRd: (-1) getRequirements.Rd:16: Lost braces
16 | code{TRUE}.}
| ^
checkRd: (-1) sampleValue.Rd:15: Lost braces; missing escapes or markup?
15 | Default is code {FALSE}.}
| ^
checkRd: (-1) sampleValues.Rd:18: Lost braces; missing escapes or markup?
18 | Default is code {FALSE}.}
| ^
- 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 pragmas in C/C++ headers and code ... OK
- checking compilation flags used ... OK
- checking compiled code ... OK
- checking examples ... [1s/1s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [22s/28s] ERROR
Running ‘run-all.R’ [22s/28s]
Running the tests in ‘tests/run-all.R’ failed.
Complete output:
> library(testthat)
> library(BBmisc)
Attaching package: 'BBmisc'
The following object is masked from 'package:base':
isFALSE
> library(ParamHelpers)
>
> test_check("ParamHelpers")
[ FAIL 2 | WARN 3 | SKIP 1 | PASS 1047 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• On CRAN (1): 'test_convertParamSetToIrace.R:4:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_convertParamSetToIrace.R:71:3'): convertParamSetToIrace uses correct boundaries ──
Error in `params$boundary <- `*vtmp*``: cannot add bindings to a locked environment
Backtrace:
▆
1. └─ParamHelpers::convertParamSetToIrace(ps) at test_convertParamSetToIrace.R:71:3
── Error ('test_convertParamSetToIrace.R:85:3'): convertParamSetToIrace work with vecparam ──
Error in `params$boundary <- `*vtmp*``: cannot add bindings to a locked environment
Backtrace:
▆
1. └─ParamHelpers::convertParamSetToIrace(ps) at test_convertParamSetToIrace.R:85:3
[ FAIL 2 | WARN 3 | SKIP 1 | PASS 1047 ]
Error: Test failures
Execution halted
- checking PDF version of manual ... [7s/9s] OK
- checking HTML version of manual ... [3s/6s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR, 1 NOTE