R Under development (unstable) (2024-06-03 r86679 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. > # This file is part of the standard setup for testthat. > # It is recommended that you do not modify it. > # > # Where should you do additional test configuration? > # Learn more about the roles of various files in: > # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview > # * https://testthat.r-lib.org/articles/special-files.html > > library(testthat) > library(camtrapdp) > > test_check("camtrapdp") [ FAIL 0 | WARN 0 | SKIP 56 | PASS 12 ] ══ Skipped tests (56) ══════════════════════════════════════════════════════════ • On CRAN (56): 'test-build_taxonomy.R:2:3', 'test-build_taxonomy.R:8:3', 'test-build_taxonomy.R:15:3', 'test-build_taxonomy.R:26:3', 'test-build_taxonomy.R:39:3', 'test-build_taxonomy.R:80:3', 'test-build_taxonomy.R:118:3', 'test-build_taxonomy.R:163:3', 'test-build_taxonomy.R:177:3', 'test-build_taxonomy.R:191:3', 'test-check_camtrapdp.R:2:3', 'test-check_camtrapdp.R:9:3', 'test-check_camtrapdp.R:22:3', 'test-deployments.R:2:3', 'test-deployments.R:8:3', 'test-deployments.R:14:3', 'test-deployments.R:23:3', 'test-events.R:2:3', 'test-events.R:8:3', 'test-events.R:20:3', 'test-example_dataset.R:2:3', 'test-example_dataset.R:12:3', 'test-filter_deployments.R:2:3', 'test-filter_deployments.R:10:3', 'test-filter_deployments.R:20:3', 'test-filter_deployments.R:44:3', 'test-filter_media.R:2:3', 'test-filter_media.R:10:3', 'test-filter_media.R:20:3', 'test-filter_media.R:44:3', 'test-filter_observations.R:2:3', 'test-filter_observations.R:10:3', 'test-filter_observations.R:20:3', 'test-filter_observations.R:44:3', 'test-locations.R:2:3', 'test-locations.R:8:3', 'test-locations.R:21:3', 'test-media.R:2:3', 'test-media.R:8:3', 'test-media.R:14:3', 'test-media.R:23:3', 'test-observations.R:2:3', 'test-observations.R:8:3', 'test-observations.R:14:3', 'test-observations.R:23:3', 'test-read_camtrapdp.R:2:3', 'test-read_camtrapdp.R:10:3', 'test-read_camtrapdp.R:29:3', 'test-read_camtrapdp.R:37:3', 'test-taxa.R:2:3', 'test-taxa.R:8:3', 'test-taxa.R:21:3', 'test-write_dwc.R:3:3', 'test-write_dwc.R:19:3', 'test-write_dwc.R:90:3', 'test-write_dwc.R:102:3' [ FAIL 0 | WARN 0 | SKIP 56 | PASS 12 ] Deleting unused snapshots: • write_dwc/meta.xml • write_dwc/multimedia.csv • write_dwc/occurrence.csv > > proc.time() user system elapsed 2.67 0.54 3.15