Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Feb 26, 2024
1 parent 887635b commit 039d311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/measure_operations.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ groupdiff_tau = function(x) {
#' @rdname groupdiff_tau
groupdiff_absdiff = function(x) {
assert_numeric(x, min.len = 2L)
if (anyMissing(x))
if (anyMissing(x)) {
return(NA)
}

Expand Down

0 comments on commit 039d311

Please sign in to comment.