-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Progress file functionality #130
Conversation
I ran devtools::check() locally and found and addressed a few notes: ❯ checking top-level files ... NOTE Removed flagged.csv ❯ checking R code for possible problems ... [41s] NOTE added utils::zip Undefined global functions or variables: added these to utilities.R **Three comments remain (below). We can ignore these for now but at some point we should look into addressing these as well. ── R CMD check results ────────────────────────────────── TADAShiny 0.0.0.9000 ──── ❯ checking package dependencies ... NOTE ❯ checking for hidden files and directories ... NOTE ❯ checking installed package size ... NOTE 0 errors ✔ | 0 warnings ✔ | 3 notes ✖ |
Using the Utah Nutrients dataset, run though the flag page and then hit "compose synonym table" on the Harmonize and Calculate tab. @triphook can you review the edits I made to make sure they look OK, and also look into this warning? [1] "Warning: This dataframe is missing TADA QC flagging columns, indicating that you have not yet run the TADA_FlagResultUnit, TADA_FlagFraction, or TADA_FlagSpeciation functions. It is highly recommended you run these flagging functions and remove Invalid combinations before proceeding to this step." |
Folding in the progress file functionality to make future merges less complicated