Skip to content

Commit

Permalink
Merge pull request #519 from USEPA/392-create-function-to-find-paired…
Browse files Browse the repository at this point in the history
…-data-t-ph-hardness-dependent-criteria

392 create function to find paired data t ph hardness dependent criteria
  • Loading branch information
hillarymarler committed Sep 5, 2024
2 parents d6b3bb6 + 3517df7 commit 025f304
Show file tree
Hide file tree
Showing 15 changed files with 547 additions and 14 deletions.
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

0 comments on commit 025f304

Please sign in to comment.