R Under development (unstable) (2023-10-09 r85295 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(iNZightTools) Attaching package: 'iNZightTools' The following object is masked from 'package:stats': filter > > test_check("iNZightTools") Loading required package: grid Loading required package: Matrix Loading required package: survival Attaching package: 'survey' The following object is masked from 'package:graphics': dotchart Attaching package: 'magrittr' The following objects are masked from 'package:testthat': equals, is_less_than, not [ FAIL 0 | WARN 0 | SKIP 4 | PASS 373 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test_smart_read.R:29:5', 'test_smart_read.R:259:5' • URL not available. (1): 'test_smart_read.R:209:5' • surveyspec cannot be loaded (1): 'test_survey_design.R:6:1' [ FAIL 0 | WARN 0 | SKIP 4 | PASS 373 ] > > proc.time() user system elapsed 23.40 3.04 27.28