R Under development (unstable) (2024-11-18 r87347 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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. > # ==================================================================== # > # TITLE # > # cleaner: Fast and Easy Data Cleaning # > # # > # SOURCE # > # https://github.com/msberends/cleaner # > # # > # LICENCE # > # 2019-2024 Berends MS (m.s.berends@umcg.nl) # > # # > # This R package is free software; you can freely use and distribute # > # it for both personal and commercial purposes under the terms of the # > # GNU General Public License version 2.0 (GNU GPL-2), as published by # > # the Free Software Foundation. # > # # > # This R package was publicly released in the hope that it will be # > # useful, but it comes WITHOUT ANY WARRANTY OR LIABILITY. # > # ==================================================================== # > > library(testthat) > library(cleaner) > > test_check("cleaner") [ FAIL 0 | WARN 0 | SKIP 2 | PASS 19 ] ══ Skipped tests (2) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-clean.R:23:3', 'test-percentage.R:23:3' [ FAIL 0 | WARN 0 | SKIP 2 | PASS 19 ] > > proc.time() user system elapsed 1.15 0.28 1.42