R Under development (unstable) (2025-06-27 r88363 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. > # 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(PFW) > > test_check("PFW") Filters applied to this dataset: - Filter type: species Values: american robin - Filter type: region Values: Washington - Filter type: date year : 2022, 2023 month : 11, 12, 1, 2 - Filter type: rollup Values: TRUE Date filtering complete. Date filtering complete. Date filtering complete. Date filtering complete. Taxonomic rollup complete. 0 ambiguous records removed. 1 species successfully filtered. Filtering complete. 2 records remaining. 1 regions successfully filtered. Taxonomic rollup complete. 0 ambiguous records removed. Filtering complete. 1 records remaining. 1 regions successfully filtered. Taxonomic rollup complete. 0 ambiguous records removed. 1 species successfully filtered. Filtering complete. 1 records remaining. Date filtering complete. Taxonomic rollup complete. 0 ambiguous records removed. Filtering complete. 4 records remaining. Taxonomic rollup complete. 0 ambiguous records removed. Filtering complete. 5 records remaining. Filtering complete. 3 records remaining. 0 regions successfully filtered. Taxonomic rollup complete. 0 ambiguous records removed. Species selected in filter but absent from input data: Song Sparrow 0 species successfully filtered. Filtering complete. 0 records remaining. 1 regions successfully filtered. Date filtering complete. Taxonomic rollup complete. 0 ambiguous records removed. 1 species successfully filtered. Filtering complete. 1 records remaining. Reading: D:\temp\2025_06_28_07_50_17_11651\RtmpUDkJgk\file125243b2864b1/test1.csv Reading: D:\temp\2025_06_28_07_50_17_11651\RtmpUDkJgk\file125243b2864b1/test2.csv 2 PFW files successfully imported. Reading: D:\temp\2025_06_28_07_50_17_11651\RtmpUDkJgk\file12524402d4d0e/invalid.csv Skipping file (incorrect data structure): D:\temp\2025_06_28_07_50_17_11651\RtmpUDkJgk\file12524402d4d0e/invalid.csv Reading: D:\temp\2025_06_28_07_50_17_11651\RtmpUDkJgk\file12524402d4d0e/valid.csv 1 PFW files successfully imported. Reading: D:\temp\2025_06_28_07_50_17_11651\RtmpUDkJgk\file125242ee947cb/pfw_test.csv 1 PFW files successfully imported. 1 regions successfully filtered. Date filtering complete. 1 species successfully filtered. Filtering complete. 1 records remaining. 1 regions successfully filtered. 2 regions successfully filtered. 3 regions successfully filtered. 2 regions successfully filtered. 2 regions successfully filtered. Taxonomic rollup complete. 0 ambiguous records removed. Taxonomic rollup complete. 1 ambiguous records removed. Taxonomic rollup complete. 2 ambiguous records removed. Taxonomic rollup complete. 0 ambiguous records removed. Site metadata successfully merged. Site metadata not found at provided path. Downloading from FeederWatch... Species selected in filter but absent from input data: American Robin (nigrideus), American Robin (migratorius Group) 1 species successfully filtered. Species selected in filter but absent from input data: American Robin (nigrideus), American Robin (migratorius Group) 1 species successfully filtered. Species selected in filter but absent from input data: American Robin (nigrideus), American Robin (migratorius Group) 2 species successfully filtered. Species selected in filter but absent from input data: Northern Cardinal (Common) 1 species successfully filtered. Species selected in filter but absent from input data: Northern Cardinal (Common) 1 species successfully filtered. Species selected in filter but absent from input data: American Robin (nigrideus), American Robin (migratorius Group) 2 species successfully filtered. Data filtered to standard PFW season window. Zerofilling complete. Zerofilling complete. A new species translation table version is available. Updating... Species translation table updated successfully! You may need to restart your R session to use the updated version. [ FAIL 0 | WARN 0 | SKIP 7 | PASS 111 ] ══ Skipped tests (7) ═══════════════════════════════════════════════════════════ • On CRAN (7): 'test-pfw_download.R:18:3', 'test-pfw_download.R:29:3', 'test-pfw_download.R:40:3', 'test-pfw_download.R:55:3', 'test-pfw_download.R:71:3', 'test-pfw_example.R:2:3', 'test-update_taxonomy.R:2:3' [ FAIL 0 | WARN 0 | SKIP 7 | PASS 111 ] > > proc.time() user system elapsed 5.32 6.12 16.07