Skip to content

Commit

Permalink
add warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dramanica committed Dec 7, 2024
1 parent dd142d8 commit 748d617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/indiv_inbreeding.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ indiv_inbreeding.grouped_df <- function(.x, method = c("WG17"), allele_sharing_m
if (!is.null(allele_sharing_mat)){
stop("allele_sharing_mat can not be provided for grouped_df objects")
}

message("the grouped version of this function has not been fully tested yet")
group_map(.x, .f=~indiv_inbreeding.(.x, method = method, allele_sharing_mat=NULL, ...))
}

0 comments on commit 748d617

Please sign in to comment.