Skip to content
Draft
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
0ac4ba1
Update DepthProfile.R
hillarymarler Apr 27, 2026
d1128d8
dontrun service calls in examples
cristinamullin Apr 27, 2026
08c1c33
Address issues in DepthProfile.R
cristinamullin Apr 27, 2026
7a02690
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 27, 2026
011217f
Address bugs
cristinamullin Apr 28, 2026
85c001b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 28, 2026
9c01a2b
make min and max behavior the same
cristinamullin Apr 28, 2026
6bc342c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 28, 2026
f2bc2cf
unique depth count issue
cristinamullin Apr 28, 2026
0d44ab1
Address bugs and make robust
cristinamullin Apr 28, 2026
4650624
Merge branch 'depth_profile_secchi_bug' of https://github.com/USEPA/E…
cristinamullin Apr 28, 2026
7820a17
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 28, 2026
36a3fb3
Update DepthProfile.R
cristinamullin Apr 28, 2026
cf51709
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 28, 2026
1d00565
TADA_IDDepthProfiles bug
cristinamullin Apr 28, 2026
6e666ae
TADA_DepthProfilePlot unit conversion bug
cristinamullin Apr 28, 2026
d87e968
Merge branch 'depth_profile_secchi_bug' of https://github.com/USEPA/E…
cristinamullin Apr 28, 2026
188391a
TADA_DepthProfilePlot column check
cristinamullin Apr 28, 2026
0d5b14b
TADA_DepthProfilePlot fix
cristinamullin Apr 28, 2026
f0673ba
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 28, 2026
9c58432
Update TADA_DepthProfilePlot
cristinamullin Apr 28, 2026
c9cbcd5
Update depth functions
cristinamullin Apr 28, 2026
8267739
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 28, 2026
8c08570
refactor
cristinamullin Apr 30, 2026
6737da5
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 30, 2026
d717c3e
Merge branch 'develop' into depth_profile_secchi_bug
cristinamullin May 5, 2026
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
2 changes: 1 addition & 1 deletion R/DepthProfile.R
Original file line number Diff line number Diff line change
Expand Up @@ -1668,7 +1668,7 @@ TADA_DepthProfilePlot <- function(
paste0(
param1$TADA.ResultMeasureValue,
" ",
param3$TADA.ResultMeasure.MeasureUnitCode
param1$TADA.ResultMeasure.MeasureUnitCode
),
"<br>",
"Activity Start Date:",
Expand Down
Loading