R Under development (unstable) (2024-08-29 r87078 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(rfishbase) > #options(is_test = TRUE) # set user-agent to distinguish automated tests > #Sys.setenv(R_USER_DATA_DIR=tempdir()) > > > test_check("rfishbase") [ FAIL 0 | WARN 0 | SKIP 18 | PASS 1 ] ══ Skipped tests (18) ══════════════════════════════════════════════════════════ • On CRAN (18): 'test_commonnames.R:5:3', 'test_commonnames.R:24:3', 'test_distribution.R:4:3', 'test_ecology.R:3:3', 'test_ecology.R:13:3', 'test_endpoint.R:9:3', 'test_load_taxa.R:5:3', 'test_maturity.R:5:13', 'test_morpho_physio.R:5:3', 'test_population_dynamics.R:5:3', 'test_species.R:4:3', 'test_species.R:12:3', 'test_species.R:21:3', 'test_synonyms.R:6:3', 'test_synonyms.R:15:3', 'test_synonyms.R:24:3', 'test_synonyms.R:32:3', 'test_trophic_ecology.R:3:3' [ FAIL 0 | WARN 0 | SKIP 18 | PASS 1 ] > > proc.time() user system elapsed 0.93 0.21 1.14