-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
95 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
#' @keywords internal | ||
"_PACKAGE" | ||
|
||
## usethis namespace: start | ||
#' @importFrom cli cli_alert | ||
#' @importFrom cli cli_alert_danger | ||
#' @importFrom cli cli_alert_info | ||
#' @importFrom cli cli_alert_success | ||
#' @importFrom cli cli_alert_warning | ||
#' @importFrom cli col_br_blue | ||
#' @importFrom cli col_br_magenta | ||
#' @importFrom cli col_br_red | ||
#' @importFrom cli col_green | ||
#' @importFrom cli col_red | ||
#' @importFrom dplyr %>% | ||
#' @importFrom dplyr across | ||
#' @importFrom dplyr all_of | ||
#' @importFrom dplyr any_of | ||
#' @importFrom dplyr arrange | ||
#' @importFrom dplyr between | ||
#' @importFrom dplyr bind_cols | ||
#' @importFrom dplyr bind_rows | ||
#' @importFrom dplyr case_when | ||
#' @importFrom dplyr collect | ||
#' @importFrom dplyr contains | ||
#' @importFrom dplyr count | ||
#' @importFrom dplyr distinct | ||
#' @importFrom dplyr filter | ||
#' @importFrom dplyr group_by | ||
#' @importFrom dplyr group_by_at | ||
#' @importFrom dplyr group_data | ||
#' @importFrom dplyr group_keys | ||
#' @importFrom dplyr group_split | ||
#' @importFrom dplyr left_join | ||
#' @importFrom dplyr mutate | ||
#' @importFrom dplyr mutate_if | ||
#' @importFrom dplyr n | ||
#' @importFrom dplyr pull | ||
#' @importFrom dplyr rename | ||
#' @importFrom dplyr row_number | ||
#' @importFrom dplyr select | ||
#' @importFrom dplyr summarize | ||
#' @importFrom dplyr ungroup | ||
#' @importFrom ggplot2 aes | ||
#' @importFrom ggplot2 coord_fixed | ||
#' @importFrom ggplot2 coord_flip | ||
#' @importFrom ggplot2 element_blank | ||
#' @importFrom ggplot2 element_rect | ||
#' @importFrom ggplot2 element_text | ||
#' @importFrom ggplot2 expansion | ||
#' @importFrom ggplot2 facet_grid | ||
#' @importFrom ggplot2 geom_col | ||
#' @importFrom ggplot2 geom_point | ||
#' @importFrom ggplot2 geom_text | ||
#' @importFrom ggplot2 ggplot | ||
#' @importFrom ggplot2 ggplot_build | ||
#' @importFrom ggplot2 ggplot_gtable | ||
#' @importFrom ggplot2 labs | ||
#' @importFrom ggplot2 position_dodge | ||
#' @importFrom ggplot2 scale_color_gradientn | ||
#' @importFrom ggplot2 scale_color_manual | ||
#' @importFrom ggplot2 scale_x_log10 | ||
#' @importFrom ggplot2 scale_y_continuous | ||
#' @importFrom ggplot2 scale_y_log10 | ||
#' @importFrom ggplot2 sym | ||
#' @importFrom ggplot2 theme | ||
#' @importFrom ggplot2 theme_light | ||
#' @importFrom ggplot2 theme_minimal | ||
#' @importFrom ggplot2 theme_void | ||
#' @importFrom ggraph geom_edge_link | ||
#' @importFrom ggraph geom_node_point | ||
#' @importFrom ggraph ggraph | ||
#' @importFrom glue glue | ||
#' @importFrom igraph edge_attr_names | ||
#' @importFrom igraph gsize | ||
#' @importFrom igraph layout_with_drl | ||
#' @importFrom igraph layout_with_fr | ||
#' @importFrom igraph layout_with_kk | ||
#' @importFrom igraph vertex_attr_names | ||
#' @importFrom patchwork plot_annotation | ||
#' @importFrom patchwork plot_spacer | ||
#' @importFrom patchwork wrap_elements | ||
#' @importFrom patchwork wrap_plots | ||
#' @importFrom tibble as_tibble | ||
#' @importFrom tibble column_to_rownames | ||
#' @importFrom tibble tibble | ||
#' @importFrom tidygraph %E>% | ||
#' @importFrom tidygraph %N>% | ||
#' @importFrom tidygraph as_tbl_graph | ||
#' @importFrom tidygraph bind_edges | ||
#' @importFrom tidygraph to_components | ||
#' @importFrom tidyr pivot_wider | ||
#' @importFrom tidyr unite | ||
## usethis namespace: end | ||
NULL |