Skip to content
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

Update to WQX ref (ft, in, m) and TADA (mass/mass to mass/volume) ref #522

Open
wants to merge 26 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
9ad1555
Add Pairing Functions
hillarymarler Aug 29, 2024
c59e4bb
Update CriteriaComparison.R
hillarymarler Aug 29, 2024
98fdaf5
Add test
hillarymarler Aug 29, 2024
d358be5
Update test-CriteriaComparison.R
hillarymarler Aug 29, 2024
2bb6264
Update Utilities.R
hillarymarler Aug 29, 2024
896a39b
Update Utilities.R
hillarymarler Aug 29, 2024
6dc03d1
Documentation updates
hillarymarler Aug 30, 2024
9972be6
Documentation and wordlist updates
hillarymarler Aug 30, 2024
883cc57
Documentation and wordlist updates
hillarymarler Aug 30, 2024
087fa06
Update DESCRIPTION
hillarymarler Aug 30, 2024
6656f98
Update TADAPriorityCharUnitRef.csv
hillarymarler Sep 3, 2024
eec2b55
Update to WQX ref (ft, in, m) and TADA (mass/mass to mass/volume) ref
wokenny13 Sep 3, 2024
ff0ee66
Added "UNDER ACTIVE DEVELOPMENT" label
hillarymarler Sep 4, 2024
922ded2
Update CriteriaComparison.R
hillarymarler Sep 5, 2024
3517df7
Update CriteriaComparison.R
hillarymarler Sep 5, 2024
025f304
Merge pull request #519 from USEPA/392-create-function-to-find-paired…
hillarymarler Sep 5, 2024
9cc90e4
fix unit conversions
cristinamullin Sep 6, 2024
c4bd279
Update TADA_FlagResultUnit
cristinamullin Sep 6, 2024
cb21913
Merge remote-tracking branch 'origin/505-unit-conversions-massmass-vs…
cristinamullin Sep 6, 2024
afde8ea
TADA_CreateUnitRef and TADAPriorityCharConvertRef update
wokenny13 Sep 9, 2024
0ffd91c
TADA_CreateUnitRef and TADAPriorityCharConvertRef update
wokenny13 Sep 9, 2024
fae664f
TADAPriorityCharConvertRef
wokenny13 Sep 9, 2024
9e04979
Update UnitConversions.R
wokenny13 Sep 10, 2024
4b31207
Update UnitConversions.R
wokenny13 Sep 16, 2024
01c40fd
Update test-CriteriaComparison.R
wokenny13 Sep 17, 2024
7d032b0
Update test-CriteriaComparison.R
wokenny13 Sep 18, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ Imports:
plotly,
urltools,
geojsonsf,
tibble
tibble,
rlang
Depends:
R (>= 3.5.0)
Suggests:
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export(TADA_ConvertDepthUnits)
export(TADA_ConvertResultUnits)
export(TADA_ConvertSpecialChars)
export(TADA_CreateComparableID)
export(TADA_CreatePairRef)
export(TADA_CreateUnitRef)
export(TADA_DataRetrieval)
export(TADA_DepthProfilePlot)
Expand Down Expand Up @@ -62,6 +63,7 @@ export(TADA_JoinWQPProfiles)
export(TADA_MakeSpatial)
export(TADA_OrderCols)
export(TADA_OverviewMap)
export(TADA_PairForCriteriaCalc)
export(TADA_PairReplicates)
export(TADA_RandomTestingData)
export(TADA_ReadWQPWebServices)
Expand Down
Loading