R Under development (unstable) (2025-12-05 r89107 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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 109 | PASS 8 ] ══ Skipped tests (109) ═════════════════════════════════════════════════════════ • On CRAN (104): 'test_add_chronology.R:6:3', 'test_c.R:6:3', 'test_c.R:14:3', 'test_chroncontrols.R:7:3', 'test_chronologies.R:6:3', 'test_cite_data.R:8:3', 'test_cite_data.R:15:3', 'test_clean.R:9:3', 'test_collunits.R:5:3', 'test_coordinates.R:6:3', 'test_datasets.R:5:3', 'test_doi.R:6:3', 'test_filter.R:7:3', 'test_filter.R:18:3', 'test_filter.R:36:3', 'test_filter.R:52:13', 'test_filter.R:62:3', 'test_filter.R:74:3', 'test_filter.R:86:3', 'test_filter.R:97:14', 'test_filter.R:107:3', 'test_get_contacts.R:6:3', 'test_get_contacts.R:21:3', 'test_get_datasets.R:7:3', 'test_get_datasets.R:16:3', 'test_get_datasets.R:29:3', 'test_get_datasets.R:57:3', 'test_get_datasets.R:84:3', 'test_get_documentation.R:6:3', 'test_get_documentation.R:11:3', 'test_get_downloads.R:7:3', 'test_get_downloads.R:19:13', 'test_get_downloads.R:38:3', 'test_get_downloads.R:59:3', 'test_get_downloads.R:77:3', 'test_get_manual.R:6:3', 'test_get_manual.R:11:3', 'test_get_publications.R:6:3', 'test_get_publications.R:17:3', 'test_get_publications.R:24:3', 'test_get_sites.R:6:3', 'test_get_sites.R:15:3', 'test_get_sites.R:28:3', 'test_get_sites.R:51:3', 'test_get_sites.R:76:13', 'test_get_stats.R:6:3', 'test_get_stats.R:14:3', 'test_get_stats.R:23:3', 'test_get_table.R:11:3', 'test_get_table.R:20:13', 'test_get_table.R:28:3', 'test_get_taxa.R:6:3', 'test_get_taxon.R:5:3', 'test_getids.R:7:3', 'test_getids.R:14:3', 'test_getids.R:21:3', 'test_length.R:7:3', 'test_length.R:14:3', 'test_length.R:27:3', 'test_parse_location.R:2:3', 'test_plot.R:6:3', 'test_plot.R:12:3', 'test_plotLeaflet.r:7:3', 'test_plotLeaflet.r:14:3', 'test_samples.R:6:3', 'test_samples.R:21:3', 'test_samples.R:28:3', 'test_samples.R:52:22', 'test_samples.R:52:22', 'test_samples.R:52:22', 'test_samples.R:52:22', 'test_samples.R:52:22', 'test_samples.R:52:22', 'test_samples.R:52:22', 'test_samples.R:52:22', 'test_samples.R:52:22', 'test_samples.R:52:22', 'test_samples.R:52:22', 'test_samples.R:52:22', 'test_samples.R:52:22', 'test_samples.R:80:3', 'test_set_chronology.R:6:3', 'test_set_collunit.R:6:3', 'test_set_collunit.R:24:3', 'test_set_contact.R:6:3', 'test_set_dataset.R:6:3', 'test_set_dataset.R:22:3', 'test_set_default.R:5:3', 'test_set_publication.R:6:3', 'test_set_publication.R:17:3', 'test_set_sample.R:6:3', 'test_set_sample.R:19:3', 'test_set_site.R:6:3', 'test_set_site.R:21:3', 'test_sites.R:7:3', 'test_sites.R:13:3', 'test_sites.R:23:3', 'test_sites.R:29:3', 'test_sites.R:65:3', 'test_summary.R:5:3', 'test_taxa.R:6:3', 'test_toWide.R:7:3', 'test_toWide.R:24:3', 'test_toWide.R:40:3' • Skipping all tests in this file (5): 'test_examples.R:1:1', 'test_get_speleothems.R:1:1', 'test_set_speleothem.R:1:1', 'test_specimens.R:1:1', 'test_speleothems.R:1:1' [ FAIL 0 | WARN 0 | SKIP 109 | PASS 8 ] > > proc.time() user system elapsed 4.73 0.70 8.60