You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alternative to all(depths == cummax(depths)), could use is.unsorted to check. Big question here really is do we want to sort it for the user, or just throw an error?
for
rLakeAnalyzer/R/center.buoyancy.R
Line 32 in 2253bd9
So this will make it through the test:
we can use
to test for this if we need depths to be monotonically increasing (or
cummin(depths)
for decreasing)The text was updated successfully, but these errors were encountered: