R Under development (unstable) (2025-12-11 r89147 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(manureshed) ================================================================= manureshed package loaded successfully! ================================================================= Built-in Data (Downloaded on-demand from OSF): • NuGIS data: 1987 - 2016 (all spatial scales) • WWTP data: 2007 - 2016 (nitrogen and phosphorus) • Spatial boundaries: county, HUC8, HUC2 • Texas supplemental data (automatic for HUC8) Quick Start: check_builtin_data() # Check data availability download_all_data() # Download all datasets quick_analysis() # Complete analysis + visuals ?run_builtin_analysis # Main workflow function Data Management: clear_data_cache() # Clear downloaded data download_osf_data() # Download specific dataset Documentation: vignette('getting-started') # Getting started guide ?manureshed # Package overview ================================================================= Data Summary: OSF Repository: https://osf.io/g39xa/ Available scales: county, huc8, huc2 Years available: 1987 - 2016 WWTP years: 2007 - 2016 (nitrogen, phosphorus) Methodology Paper: Akanbi, O.D., Gupta, A., Mandayam, V., Flynn, K.C., Yarus, J.M., Barcelos, E.I., French, R.H., 2026. Towards circular nutrient economies: An integrated manureshed framework for agricultural and municipal resource management. Resources, Conservation and Recycling, https://doi.org/10.1016/j.resconrec.2025.108697 Cache status: No datasets cached yet Run download_all_data() to download all datasets > > test_check("manureshed") [ FAIL 0 | WARN 0 | SKIP 4 | PASS 6 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (3): 'test-workflows.R:4:3', 'test-workflows.R:38:3', 'test-workflows.R:54:3' • empty test (1): 'test-workflows.R:82:1' [ FAIL 0 | WARN 0 | SKIP 4 | PASS 6 ] > > proc.time() user system elapsed 1.03 0.23 1.23