R Under development (unstable) (2026-02-18 r89435 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 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) > library(mde) Welcome to mde. This is mde version 0.3.3. Please file issues and feedback at https://www.github.com/Nelson-Gon/mde/issues Turn this message off using 'suppressPackageStartupMessages(library(mde))' Happy Exploration :) > > test_check("mde") Dropped 2 rows. Dropped 2 rows. Dropped 2 rows. [ FAIL 0 | WARN 4 | SKIP 17 | PASS 115 ] ══ Skipped tests (17) ══════════════════════════════════════════════════════════ • On CRAN (17): 'test_custom_na_recode.R:1:1', 'test_dict_recode.R:1:1', 'test_drop_all_na.R:1:1', 'test_drop_na_at.R:1:1', 'test_drop_na_if.R:1:1', 'test_drop_row_if.R:1:1', 'test_get_na_counts.R:1:1', 'test_na_summary.R:1:1', 'test_percent_missing.R:1:1', 'test_recode_as_na.R:1:1', 'test_recode_as_na_for.R:1:1', 'test_recode_as_na_if.R:1:1', 'test_recode_as_na_str.R:21:1', 'test_recode_as_value.R:1:1', 'test_recode_na_as.R:1:1', 'test_recode_na_if.R:2:1', 'test_sorting_missingness.R:1:1' [ FAIL 0 | WARN 4 | SKIP 17 | PASS 115 ] > > proc.time() user system elapsed 4.34 0.57 4.95