Package check result: NOTE Check: CRAN incoming feasibility, Result: NOTE Maintainer: ‘Andri Signorell ’ Suggests or Enhances not in mainstream repositories: RDCOMClient Availability using Additional_repositories specification: RDCOMClient yes http://www.omegahat.net/R Found the following (possibly) invalid URLs: URL: https://ch.mathworks.com/matlabcentral/fileexchange/25760-mybarnard From: man/BarnardTest.Rd Status: 403 Message: Forbidden URL: https://circos.ca/presentations/articles/vis_tables1/ From: man/PlotCirc.Rd Status: Error Message: server verification failed: certificate has expired. (CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none) URL: https://www.mathworks.com/ From: man/BarnardTest.Rd Status: 403 Message: Forbidden Changes to worse in reverse depends: Package: bullseye Check: examples New result: ERROR Running examples in ‘bullseye-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: pair_tauW > ### Title: Kendall's W for association between ordinal factors. > ### Aliases: pair_tauW > > ### ** Examples > > d <- data.frame(x=rnorm(20), + y=factor(sample(3,20, replace=TRUE)), + z=factor(sample(2,20, replace=TRUE))) > pair_tauW(d) Error in fn(d[c(x, y)], correct = TRUE, na.rm = handle.na, ...) : unused argument (na.rm = handle.na) Calls: pair_tauW -> pair_tau -> mapply -> Execution halted Package: bullseye Check: tests New result: ERROR Running ‘testthat.R’ [5s/5s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(bullseye) > > test_check("bullseye") [ FAIL 1 | WARN 0 | SKIP 0 | PASS 42 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-pair_methods.R:66:3'): pair tau ──────────────────────────────── Error in `fn(d[c(x, y)], correct = TRUE, na.rm = handle.na, ...)`: unused argument (na.rm = handle.na) Backtrace: ▆ 1. └─bullseye::pair_tauW(iris1) at test-pair_methods.R:66:3 2. └─bullseye:::pair_tau(d, method = "W") 3. └─base::mapply(fnlocal, a$x, a$y, USE.NAMES = FALSE) 4. └─bullseye (local) ``(dots[[1L]][[1L]], dots[[2L]][[1L]]) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 42 ] Error: Test failures Execution halted Package: rcompanion Check: examples New result: ERROR Running examples in ‘rcompanion-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: kendallW > ### Title: Kendall's W with bootstrapped confidence interval > ### Aliases: kendallW > > ### ** Examples > > data(BobBelcher) > Table = xtabs(Likert ~ Instructor + Rater, data = BobBelcher) > kendallW(Table) Error in KendallW(x, correct = correct, na.rm = na.rm, ...) : unused argument (na.rm = na.rm) Calls: kendallW Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed groupwisePercentile 5.563 0.028 5.654 Package: rcompanion Check: R code for possible problems New result: NOTE kendallW: possible error in KendallW(x, correct = correct, na.rm = na.rm, ...): unused argument (na.rm = na.rm) kendallW : Function: possible error in KendallW(t(Input), correct = correct, na.rm = na.rm, ...): unused argument (na.rm = na.rm)