R Under development (unstable) (2024-03-11 r86098 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. > # setting R_TESTS to empty string because of > # https://github.com/hadley/testthat/issues/144 > # revert this when that issue in R is fixed. > Sys.setenv("R_TESTS" = "", NOT_CRAN = "false") > library(testthat) > library(goldfish) > > test_check("goldfish") DATA GATHERING! processed events: 0, total events: 12 [ FAIL 0 | WARN 0 | SKIP 6 | PASS 665 ] ══ Skipped tests (6) ═══════════════════════════════════════════════════════════ • On CRAN (6): 'test-functions_estimation_engine_c.R:4:5', 'test-functions_estimation_engine_c.R:47:5', 'test-functions_estimation_engine_c.R:80:5', 'test-functions_estimation_engine_c.R:114:5', 'test-functions_estimation_engine_c.R:144:5', 'test-functions_estimation_engine_c.R:174:5' [ FAIL 0 | WARN 0 | SKIP 6 | PASS 665 ] > > proc.time() user system elapsed 10.04 1.53 11.57