* using log directory 'd:/Rcompile/CRANpkg/local/4.4/mvp.Rcheck' * using R version 4.4.3 (2025-02-28 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 13.3.0 GNU Fortran (GCC) 13.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'mvp/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'mvp' version '1.0-18' * 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 'mvp' can be installed ... OK * used C compiler: 'gcc.exe (GCC) 13.3.0' * used C++ compiler: 'g++.exe (GCC) 13.3.0' * 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 ... [5s] OK * checking whether the package can be loaded with stated dependencies ... [5s] OK * checking whether the package can be unloaded cleanly ... [5s] OK * checking whether the namespace can be loaded with stated dependencies ... [4s] OK * checking whether the namespace can be unloaded cleanly ... [5s] OK * checking loading without being on the library search path ... [6s] 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] 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 ... [0s] OK * checking data for ASCII and uncompressed saves ... OK * checking line endings in C/C++/Fortran sources/headers ... OK * checking pragmas in C/C++ headers and code ... OK * checking compiled code ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... [46s] OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... [48s] ERROR Running 'testthat.R' [48s] Running the tests in 'tests/testthat.R' failed. Complete output: > library("testthat") > test_check("mvp") Loading required package: mvp Attaching package: 'mvp' The following object is masked from 'package:base': trunc Saving _problems/test_aaa-69.R A disord object with hash fa022c1ccca438de7ae882d4319edccd8666b00a and elements [1] 6 5 5 2 6 5 (in some order) ca + cb ca - cb ca * cb ca/cb ca^cb ca%%cb ca == cb ca != cb A disord object with hash 1b2f0c95f8936a187ad378b7b3f023fa41654fc1 and elements [1] 4 3 6 6 3 5 3 (in some order) ca + cb ca - cb ca * cb ca/cb ca^cb ca%%cb ca == cb ca != cb A disord object with hash 91899bd333d3c56cd9d8aad2b8e63e8b605bf22d and elements [1] 4 6 5 5 4 4 2 (in some order) ca + cb ca - cb ca * cb ca/cb ca^cb ca%%cb ca == cb ca != cb A disord object with hash 9adfa3e5f0f556d79a6728bc7bb7304e3ac2337b and elements [1] 9 1 2 2 5 5 (in some order) ca + cb ca - cb ca * cb ca/cb ca^cb ca%%cb ca == cb ca != cb A disord object with hash 0772aa1a1fbfd9929bb6442b736c78f3647a8203 and elements [1] 12 4 3 5 4 (in some order) ca + cb ca - cb ca * cb ca/cb ca^cb ca%%cb ca == cb ca != cb [ FAIL 1 | WARN 0 | SKIP 0 | PASS 523 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test_aaa.R:69:9'): Test suite aaa.R ───────────────────────────────── Error in `Ops.mvp(LHS, RHS)`: Generic '==' only compares two mvp objects with one another Backtrace: ▆ 1. └─mvp (local) checker1(x) at test_aaa.R:180:5 2. ├─testthat::expect_true(LHS == RHS, info = dput(x)) at test_aaa.R:69:9 3. │ └─testthat::quasi_label(enquo(object), label) 4. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 5. └─mvp::Ops.mvp(LHS, RHS) [ FAIL 1 | WARN 0 | SKIP 0 | PASS 523 ] Error: ! Test failures. Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [16s] OK * checking PDF version of manual ... [21s] OK * checking HTML version of manual ... [6s] OK * DONE Status: 1 ERROR