R/imports.R

#' @import ggplot2
#' @import shiny
#' @importFrom DT renderDT DTOutput
#' @importFrom dplyr arrange case_when filter group_by filter if_else mutate
#' @importFrom dplyr select summarise mutate relocate pull bind_rows matches
#' @importFrom dplyr slice across distinct left_join rename
#' @importFrom fs path_ext_remove path_file dir_ls
#' @importFrom glue glue
#' @importFrom here here
#' @importFrom r2dii.plot theme_2dii
#' @importFrom readr read_csv write_csv
#' @importFrom rlang %||% .data .env sym abort set_names
#' @importFrom shinyalert shinyalert
#' @importFrom tibble enframe tibble add_column tribble
#' @importFrom tidyr unnest
#' @importFrom utils head
NULL

globalVariables(c(
  "valid",
  "useful",
  "category",
  "end",
  "id",
  "start",
  "type"
))
2DegreesInvesting/tacApp documentation built on April 26, 2024, 4:39 p.m.