CRAN resubmission with vignette build fix:
print.myrror() (#CRAN-6)name_dfx <- x$name_dfx, name_dfy <- x$name_dfy) to ensure variables are in scope when used in cli::cli_text() callsprint.myrror() functionCRAN resubmission with requested fixes:
\value documentation to print.myrror() (#CRAN-1)create_myrror_object() function; pair_columns() remains internal (not exported) (#CRAN-2)\dontrun{} with \donttest{} in examples and regenerated documentation with devtools::document() (#CRAN-3).Rd files after source edits using roxygen2Initial release of myrror, a package for comparing data frames in R.
myrror() - Comprehensive comparison of two data frames with interactive reportingcompare_type() - Compare the types of shared columns between data framescompare_values() - Compare the values of shared columns with tolerance supportextract_diff_values() - Extract differing values, returning a list of data frames (one per variable)extract_diff_table() - Extract differing values, returning a single consolidated data frameextract_diff_rows() - Extract rows that exist in only one of the two data frames