Skip to content

Commit d6ee0ad

Browse files
Update R/helpers_regression.R
Signed-off-by: Mason Garrison <garrissm@wfu.edu>
1 parent 74f3eef commit d6ee0ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/helpers_regression.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ check_discord_errors <- function(data, id, sex, race, pair_identifiers) {
402402
))
403403
}
404404
if (base::sum(base::grepl(pair_identifiers[1], base::names(data))) == 0 ||
405-
base::sum(base::grepl(pair_identifiers[2], base::names(data))) == 0) {
405+
base::sum(base::grepl(pair_identifiers[2], base::names(data))) == 0) {
406406
stop(paste0(
407407
"Please check that the kinship pair identifiers \"", pair_identifiers[1],
408408
"\" and \"", pair_identifiers[2],

0 commit comments

Comments
 (0)