- using R version 4.2.1 (2022-06-23 ucrt)
- using platform: x86_64-w64-mingw32 (64-bit)
- using session charset: UTF-8
- checking for file 'statsExpressions/DESCRIPTION' ... OK
- checking extension type ... Package
- this is package 'statsExpressions' version '1.3.2'
- 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 'statsExpressions' can be installed ... OK
- 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 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 ... [11s] OK
- checking Rd files ... [1s] 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 ... 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 ... [15s] OK
- checking for unstated dependencies in 'tests' ... OK
- checking tests ... [268s] ERROR
Running 'spelling.R' [0s]
Running 'testthat.R' [267s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(dplyr)
Attaching package: 'dplyr'
The following object is masked from 'package:testthat':
matches
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
> library(statsExpressions)
>
> ## pretty tibble printing
> options(
+ tibble.width = Inf,
+ pillar.bold = TRUE,
+ pillar.neg = TRUE,
+ pillar.subtle_num = TRUE,
+ pillar.min_chars = Inf
+ )
>
> test_check("statsExpressions")
t is large; approximation invoked.
Multiple `BFBayesFactor` models detected - posteriors are extracted from the first numerator model.
See help("get_parameters", package = "insight").
[ FAIL 2 | WARN 2 | SKIP 52 | PASS 33 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (52)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-oneway_anova_nonparametric.R:49:5): within-subjects ─────────────
Error in `UseMethod("ranktransform")`: no applicable method for 'ranktransform' applied to an object of class "character"
Backtrace:
▆
1. ├─statsExpressions::oneway_anova(...) at test-oneway_anova_nonparametric.R:49:4
2. │ ├─... %>% tidy_model_effectsize(.)
3. │ ├─rlang::exec(...)
4. │ └─effectsize (local) `<fn>`(...)
5. │ └─effectsize:::.kendalls_w(data, verbose = verbose)
6. │ └─base::apply(data, 1, .safe_ranktransform, verbose = verbose)
7. │ └─effectsize (local) FUN(newX[, i], ...)
8. │ └─datawizard::ranktransform(x, method = "average", ..., verbose = FALSE)
9. ├─statsExpressions:::tidy_model_effectsize(.)
10. │ ├─dplyr::bind_cols(...)
11. │ │ └─rlang::list2(...)
12. │ └─... %>% select(-contains("term"))
13. ├─dplyr::select(., -contains("term"))
14. ├─insight::standardize_names(., style = "broom")
15. └─dplyr::mutate(., effectsize = stats::na.omit(effectsize::get_effectsize_label(colnames(.))))
── Error (test-oneway_anova_nonparametric.R:115:5): works with subject id ──────
Error in `UseMethod("ranktransform")`: no applicable method for 'ranktransform' applied to an object of class "character"
Backtrace:
▆
1. ├─statsExpressions::oneway_anova(...) at test-oneway_anova_nonparametric.R:115:4
2. │ ├─... %>% tidy_model_effectsize(.)
3. │ ├─rlang::exec(...)
4. │ └─effectsize (local) `<fn>`(...)
5. │ └─effectsize:::.kendalls_w(data, verbose = verbose)
6. │ └─base::apply(data, 1, .safe_ranktransform, verbose = verbose)
7. │ └─effectsize (local) FUN(newX[, i], ...)
8. │ └─datawizard::ranktransform(x, method = "average", ..., verbose = FALSE)
9. ├─statsExpressions:::tidy_model_effectsize(.)
10. │ ├─dplyr::bind_cols(...)
11. │ │ └─rlang::list2(...)
12. │ └─... %>% select(-contains("term"))
13. ├─dplyr::select(., -contains("term"))
14. ├─insight::standardize_names(., style = "broom")
15. └─dplyr::mutate(., effectsize = stats::na.omit(effectsize::get_effectsize_label(colnames(.))))
[ FAIL 2 | WARN 2 | SKIP 52 | PASS 33 ]
Error: Test failures
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes in 'inst/doc' ... OK
- checking re-building of vignette outputs ... [22s] OK
- checking PDF version of manual ... OK
- DONE
Status: 1 ERROR