R Under development (unstable) (2025-01-30 r87669 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > library("testthat") > test_check("mvp") Loading required package: mvp Attaching package: 'mvp' The following object is masked from 'package:base': trunc A disord object with hash 0a18705a74695a5cd514f72551f0ce494d209057 and elements [1] 4 6 5 6 2 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 11727c0e85a8c13f376c641442a1ef066889adc8 and elements [1] 14 1 3 4 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 55051fdc4f042ecc534454c57a92ceadec64fb95 and elements [1] 7 1 3 6 6 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 570a218057010339025d937e45966e3d34a166b5 and elements [1] 7 3 1 3 1 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 dd08f867ca5761e5f37e7f658d81d136a6954ee1 and elements [1] 8 1 6 3 1 2 (in some order) ca + cb ca - cb ca * cb ca/cb ca^cb ca%%cb ca == cb ca != cb [ FAIL 0 | WARN 0 | SKIP 0 | PASS 534 ] > > proc.time() user system elapsed 32.01 2.29 34.40