- using R version 4.6.0 Patched (2026-05-26 r90078)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-15 (Debian 15.2.0-17) 15.2.0
GNU Fortran (Debian 15.2.0-17) 15.2.0
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
* current time: 2026-05-27 15:47:17 UTC
- 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 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 ‘mvp’ can be installed ... OK
See the install log for details.
- used C compiler: ‘gcc-15 (Debian 15.2.0-17) 15.2.0’
- used C++ compiler: ‘g++-15 (Debian 15.2.0-17) 15.2.0’
- checking package directory ... OK
- checking for future file timestamps ... 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 ... [4s/5s] OK
- checking whether the package can be loaded with stated dependencies ... [4s/6s] OK
- checking whether the package can be unloaded cleanly ... [4s/5s] OK
- checking whether the namespace can be loaded with stated dependencies ... [3s/4s] OK
- checking whether the namespace can be unloaded cleanly ... [4s/6s] OK
- checking loading without being on the library search path ... [4s/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 ... [19s/23s] OK
- checking Rd files ... [0s/1s] 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 ... [0s/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 compilation flags used ... OK
- checking compiled code ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [24s/32s] OK
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
knight 6.435 0.086 9.776
kahle 3.481 0.146 5.358
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [28s/39s] ERROR
Running ‘testthat.R’ [28s/38s]
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 4852f5761e4632d3dd525c03ac1efe1ed59c3eab and elements
[1] 5 3 1 5 2 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 fcdb39776b9df841c25d909ee002cc5cbee4e2a5 and elements
[1] 4 6 6 4 3 1 1
(in some order)
ca + cb
ca - cb
ca * cb
ca/cb
ca^cb
ca%%cb
ca == cb
ca != cb
A disord object with hash ee71cf8c01f2410f718babe388c30703d7a9c0b5 and elements
[1] 8 2 1 1 5 6
(in some order)
ca + cb
ca - cb
ca * cb
ca/cb
ca^cb
ca%%cb
ca == cb
ca != cb
A disord object with hash 0dd22a0d37e0ffdeff73a71d4c5b057335825d44 and elements
[1] 10 3 1 1 4
(in some order)
ca + cb
ca - cb
ca * cb
ca/cb
ca^cb
ca%%cb
ca == cb
ca != cb
A disord object with hash affcd718fe56419ac7ed2ff721b9ef3755ef425e and elements
[1] 9 6 3 2 3
(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 486 ]
══ 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 486 ]
Error:
! Test failures.
Execution halted
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [10s/15s] OK
- checking PDF version of manual ... [5s/8s] OK
- checking HTML version of manual ... [3s/5s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR