- using R Under development (unstable) (2024-10-01 r87205 ucrt)
- using platform: x86_64-w64-mingw32
- R was compiled by
gcc.exe (GCC) 13.2.0
GNU Fortran (GCC) 13.2.0
- running under: Windows Server 2022 x64 (build 20348)
- using session charset: UTF-8
- checking for file 'faux/DESCRIPTION' ... OK
- this is package 'faux' version '1.2.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 'faux' can be installed ... OK
See the install log for details.
- checking installed package size ... OK
- 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 ... [1s] OK
- checking whether the package can be loaded with stated dependencies ... [1s] OK
- checking whether the package can be unloaded cleanly ... [1s] OK
- checking whether the namespace can be loaded with stated dependencies ... [1s] OK
- checking whether the namespace can be unloaded cleanly ... [2s] OK
- checking loading without being on the library search path ... [1s] OK
- checking whether startup messages can be suppressed ... [1s] 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 ... [9s] OK
- checking Rd files ... [1s] NOTE
checkRd: (-1) fh_bounds.Rd:14: Lost braces
14 | \item{params1}{Arguments to pass to the r{dist} function for distribution 1}
| ^
checkRd: (-1) fh_bounds.Rd:16: Lost braces
16 | \item{params2}{Arguments to pass to the r{dist} function for distribution 2}
| ^
- 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 ... [5s] 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 ... [44s] OK
- checking for unstated dependencies in 'tests' ... OK
- checking tests ... [95s] ERROR
Running 'testthat.R' [94s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(faux)
************
Welcome to faux. For support and examples visit:
https://debruine.github.io/faux/
- Get and set global package options with: faux_options()
************
>
> expect_equal <- function(...) {
+ testthat::expect_equal(..., check.environment=FALSE)
+ }
>
> test_check("faux")
[ FAIL 1 | WARN 5 | SKIP 14 | PASS 1368 ]
══ Skipped tests (14) ══════════════════════════════════════════════════════════
• On CRAN (12): 'test-distributions.R:59:3', 'test-distributions.R:90:3',
'test-distributions.R:113:3', 'test-distributions.R:136:3',
'test-distributions.R:160:3', 'test-distributions.R:234:3',
'test-distributions.R:292:3', 'test-distributions.R:340:3',
'test-distributions.R:369:3', 'test-distributions.R:569:3',
'test-plot_design.R:51:3', 'test-plot_design.R:341:3'
• Too variable (1): 'test-distributions.R:473:3'
• long checking function (1): 'test-norta.R:55:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-getcols.R:2:3'): error ───────────────────────────────────────
`getcols()` did not throw an error.
[ FAIL 1 | WARN 5 | SKIP 14 | PASS 1368 ]
Error: Test failures
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [71s] OK
- checking PDF version of manual ... [22s] OK
- checking HTML version of manual ... [13s] OK
- DONE
Status: 1 ERROR, 1 NOTE