- using R Under development (unstable) (2023-01-29 r83721)
- using platform: x86_64-pc-linux-gnu (64-bit)
- R was compiled by
clang version 15.0.7
GNU Fortran (GCC) 12.2.1 20221121 (Red Hat 12.2.1-4)
- running under: Fedora Linux 36 (Workstation Edition)
- using session charset: UTF-8
- using option ‘--no-stop-on-test-error’
- checking for file ‘stevemisc/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘stevemisc’ version ‘1.4.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 whether package ‘stevemisc’ can be installed ... [22s/31s] OK
- checking installed package size ... OK
- checking package 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 R files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... OK
- checking whether the package can be loaded with stated dependencies ... OK
- checking whether the package can be unloaded cleanly ... OK
- checking whether the namespace can be loaded with stated dependencies ... OK
- checking whether the namespace can be unloaded cleanly ... OK
- checking loading without being on the library search path ... 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 ... [31s/39s] OK
- checking Rd files ... 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 ... OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking examples ... [7s/12s] ERROR
Running examples in ‘stevemisc-Ex.R’ failed
The error most likely occurred in:
> ### Name: fct_reorg
> ### Title: Reorganize a factor after "re-leveling" it
> ### Aliases: fct_reorg
>
> ### ** Examples
>
>
> x<-factor(c("a","b","c"))
> fct_reorg(x, B="b", C="c")
Error in `fct_relevel()`:
! Arguments in `...` must be passed by position, not name.
✖ Problematic arguments:
• B = "b"
• C = "c"
Backtrace:
▆
1. └─stevemisc::fct_reorg(x, B = "b", C = "c")
2. ├─forcats::fct_recode(fct_relevel(fac, ...), ...)
3. │ └─forcats:::check_factor(.f)
4. └─forcats::fct_relevel(fac, ...)
5. └─rlang::check_dots_unnamed()
6. └─rlang:::action_dots(...)
7. ├─base (local) try_dots(...)
8. └─rlang (local) action(...)
Execution halted
- checking PDF version of manual ... [11s/13s] OK
- checking HTML version of manual ... OK
- checking for non-standard things in the check directory ... OK
- checking for detritus in the temp directory ... OK
- DONE
Status: 1 ERROR