R Under development (unstable) (2024-07-22 r86913 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(neotoma2) Attaching package: 'neotoma2' The following object is masked from 'package:stats': filter > > test_check("neotoma2") .[ FAIL 0 | WARN 0 | SKIP 48 | PASS 23 ] ══ Skipped tests (48) ══════════════════════════════════════════════════════════ • On CRAN (48): 'test-toJSON.R:2:3', 'test_c.R:10:3', 'test_check_contacts.R:10:3', 'test_chroncontrols.R:5:3', 'test_chroncontrols.R:22:3', 'test_chroncontrols.R:36:3', 'test_clean.R:5:3', 'test_datasets.R:3:3', 'test_datasets.R:19:3', 'test_datasets.R:39:3', 'test_datasets.R:86:3', 'test_datasets.R:109:3', 'test_download.R:3:3', 'test_download.R:32:3', 'test_examples.R:3:3', 'test_filter.R:4:3', 'test_filter.R:27:3', 'test_filter.R:50:3', 'test_filter.R:74:3', 'test_filter.R:111:3', 'test_filter.R:138:3', 'test_filter.R:166:3', 'test_filter.R:192:3', 'test_filter.R:208:3', 'test_filter.R:223:3', 'test_generaltests.R:6:3', 'test_generaltests.R:17:3', 'test_generaltests.R:22:3', 'test_generaltests.R:40:3', 'test_generaltests.R:70:3', 'test_generaltests.R:78:5', 'test_generaltests.R:99:3', 'test_methods.R:3:3', 'test_plotLeaflet.r:6:3', 'test_plotLeaflet.r:18:3', 'test_samples.R:11:3', 'test_setsample.R:8:3', 'test_setsite.r:8:3', 'test_sites.R:9:3', 'test_sites.R:21:3', 'test_sites.R:37:3', 'test_sites.R:49:3', 'test_sites.R:62:3', 'test_sites.R:90:3', 'test_specimens.R:3:3', 'test_specimens.R:11:3', 'test_specimens.R:18:3', 'test_toWide.R:10:3' [ FAIL 0 | WARN 0 | SKIP 48 | PASS 23 ] > > proc.time() user system elapsed 2.62 0.37 14.78