You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
643 B

#' Moar Addins for RStudio
#'
#' @name hrbraddins
#' @docType package
#' @author Bob Rudis (bob@@rud.is)
#' @import rstudioapi magick pdftools rmarkdown knitr utils
#' @importFrom httr GET status_code
#' @importFrom memoise memoise
#' @importFrom gistr gist_create
#' @importFrom twitteR tweet
#' @importFrom utils read.csv
#' @import shiny miniUI stringi
#' @importFrom dplyr bind_cols bind_rows left_join filter full_join progress_estimated
#' @importFrom dplyr distinct mutate
#' @importFrom tibble as_tibble
#' @importFrom purrr map_dbl
#' @importFrom tidyr gather
#' @importFrom uuid UUIDgenerate
#' @import tinytest rprojroot
"_PACKAGE"