Justin Bousquin
Justin Bousquin
Attempt to implement doc changes for #204. First commit was the link update, concerns over the rest: - I wasn't able to test the build locally (or easily on my...
harmonize-wq
Submitting Author: Justin Bousquin (@jbousquin) All current maintainers: (@jbousquin) Package Name: harmonize-wq One-Line Description of Package: Standardize, clean, and wrangle Water Quality Portal data into more analytic-ready formats Repository Link:...
It would be helpful to have quick-access link to the docs on the repo outside the readme. Repo owner should have a gear to the right of the about section:...
requirements.txt != setup.py != environment.yml You link to https://github.com/USEPA/sensortoolkit/network/dependencies which aggregates everything but that makes installation using the normal methods suspect to 'it works on my machine' type errors.
Setting up draft PR to compare tests
Shortened comment - this isn't meant to be merged, just testing formatting checks
This seemed like a good one to start with given planned work on #636
Added maintain.yml and all other file changes are done by bot commits. See issue #657 for links to specific workflow runs and options. Note: By design this may have merge...
R-CMD-check will often pass on all matrix runs except one and then pass on re-run (e.g., [Run1](https://github.com/USEPA/EPATADA/actions/runs/18601598553/attempts/1) vs [Run2](https://github.com/USEPA/EPATADA/actions/runs/18601598553/attempts/2)) with the failure: ``` ── Failure ('test-CensoredDataSuite.R:45:3'): TADA_IDCensoredData copies det lim...
The following functions appear to expect the .data input to have certain columns but don't explicitly check for them: - TADA_RetainRequired() in Required.R: Because it didn't check for columns, it...