R Under development (unstable) (2024-03-14 r86117 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. > library(testthat) > library(visR) > library(vdiffr) > library(survival) > > test_check("visR") [ FAIL 0 | WARN 28 | SKIP 28 | PASS 1002 ] ══ Skipped tests (28) ══════════════════════════════════════════════════════════ • On CRAN (27): 'test-add_CI.R:30:3', 'test-add_CI.R:45:3', 'test-add_CI.R:65:3', 'test-add_CI.R:95:3', 'test-add_CI.R:124:3', 'test-add_CI.R:144:3', 'test-add_CNSR.R:34:3', 'test-add_CNSR.R:47:3', 'test-add_CNSR.R:60:3', 'test-add_CNSR.R:78:3', 'test-add_CNSR.R:95:3', 'test-add_CNSR.R:112:3', 'test-add_highlight.R:107:3', 'test-add_highlight.R:151:3', 'test-add_highlight.R:281:3', 'test-add_risktable.R:81:3', 'test-add_risktable.R:93:3', 'test-add_risktable.R:204:3', 'test-add_risktable.R:214:3', 'test-stat_stepribbon.R:32:3', 'test-stat_stepribbon.R:60:3', 'test-stat_stepribbon.R:94:3', 'test-stat_stepribbon.R:117:3', 'test-utils_visR.R:139:3', 'test-utils_visR.R:150:3', 'test-visr_survfit.R:528:3', 'test-watchdog_testfiles.R:14:1' • utils::packageVersion("ggplot2") >= "3.5.0" is TRUE (1): 'test-utils_visR.R:97:3' [ FAIL 0 | WARN 28 | SKIP 28 | PASS 1002 ] Warning message: closing unused connection 4 (https://raw.githubusercontent.com/vntkumar8/covid-survival/main/data/final.csv) > > proc.time() user system elapsed 56.14 1.35 57.81