R Under development (unstable) (2023-10-17 r85341 ucrt) -- "Unsuffered Consequences" Copyright (C) 2023 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(neonUtilities) > > test_check("neonUtilities") Unpacking zip files using 1 cores. Downloaded data formats do not match expected formats. neonUtilities version is more recent than data publication dates. Stacking will proceed based on neonUtilities expectations. Check results carefully, and consider re-downloading data. Stacking table mga_batchResults Stacking table mga_labSummary Stacking operation across a single core. Stacking table mga_soilGroupAbundances Copied the most recent publication of validation file to /stackedFiles Copied the most recent publication of variable definition file to /stackedFiles Finished: Stacked 3 data tables and 3 metadata tables! Stacking took 1.060146 secs [ FAIL 0 | WARN 0 | SKIP 0 | PASS 2 ] > > proc.time() user system elapsed 1.06 0.25 2.40