#' @importFrom dplyr anti_join arrange bind_rows case_when count desc ends_with everything filter full_join group_by left_join mutate mutate_at n n_distinct recode rename select semi_join slice starts_with summarize summarise ungroup vars
#' @importFrom ggplot2 aes facet_grid facet_wrap geom_hline geom_label geom_line geom_point ggplot ggsave guide_legend scale_color_manual scale_colour_manual scale_fill_manual scale_shape_manual
#' @importFrom ggraph facet_nodes geom_edge_link geom_node_point geom_node_text ggraph
#' @importFrom lubridate mdy
#' @importFrom magrittr %>%
#' @importFrom purrr map_int
#' @importFrom readr read_tsv
#' @importFrom stringr str_c str_replace str_replace_all str_split str_split_fixed
#' @importFrom tibble enframe tibble
#' @importFrom tidygraph as_tbl_graph
#' @importFrom tidyr complete gather pivot_longer pivot_wider spread unite
#' @importFrom utils write.table
NULL
# quiets concerns of R CMD check re: the . and other column names
# that appear in dplyr chains
if (getRversion() >= "2.15.1") {
utils::globalVariables(
c(
".",
"1",
"2",
"FDR",
"FDR_1",
"FDR_2",
"FDR_comp",
"FDR_comp1",
"Kid",
"Ma",
"MaxP.Pr.Relat_1",
"MaxP.Pr.Relat_2",
"Pa",
"Pvalue",
"Pvalue_comp",
"Pvalue_comp1",
"SpawnYear",
"allele_int",
"bit_category",
"cano1",
"cano2",
"cluster",
"collection",
"dummy__",
"fract",
"from",
"gc_wtd_fract",
"gene_copy",
"geno",
"guides",
"hatchery",
"height",
"id",
"idx_by_year",
"idx_by_year_and_hatchery",
"idx_years_aggregated",
"indiv",
"indiv1_allele",
"indiv2_allele",
"indiv_1",
"indiv_2",
"kid",
"kid_hatchery",
"kid_id",
"kid_min_year",
"kid_sex",
"kid_spawn_year",
"kid_year",
"locus",
"ma",
"ma_1",
"ma_2",
"ma_hatchery",
"ma_id",
"ma_sex",
"ma_year",
"map_int",
"max_year",
"member",
"min_year",
"name",
"new_id",
"num_discrepant_gene_copies",
"num_good_genos",
"num_non_miss",
"original_id",
"pa",
"pa_1",
"pa_2",
"pa_id",
"pa_sex",
"pa_year",
"parent_compatibility",
"reported_parent_sex_incompatible",
"repunit",
"retained_id",
"sample_type",
"sex",
"sex1",
"sex2",
"sex_clasher",
"spawn_year",
"spawner_group",
"tmp",
"to",
"trio_index",
"trio_type_group",
"type_f",
"value",
"variable",
"year",
"years_list"
))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.