R Under development (unstable) (2024-07-24 r86924 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(cvasi) Attaching package: 'cvasi' The following object is masked from 'package:stats': simulate The following object is masked from 'package:base': sequence > > test_check("cvasi") Attaching package: 'purrr' The following object is masked from 'package:testthat': is_null [ FAIL 0 | WARN 0 | SKIP 8 | PASS 722 ] ══ Skipped tests (8) ═══════════════════════════════════════════════════════════ • On CRAN (2): 'test-GUTS_ring_test.R:24:3', 'test-GUTS_ring_test.R:82:3' • morse cannot be loaded (6): 'test-GUTS_ring_test.R:161:3', 'test-GUTS_ring_test.R:196:3', 'test-survival.R:24:3', 'test-survival.R:92:3', 'test-survival.R:149:3', 'test-survival.R:276:3' [ FAIL 0 | WARN 0 | SKIP 8 | PASS 722 ] > > proc.time() user system elapsed 9.37 0.65 10.01