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.

21 lines
643 B

5 years ago
#' Moar Addins for RStudio
7 years ago
#'
#' @name hrbraddins
#' @docType package
#' @author Bob Rudis (bob@@rud.is)
5 years ago
#' @import rstudioapi magick pdftools rmarkdown knitr utils
#' @importFrom httr GET status_code
#' @importFrom memoise memoise
#' @importFrom gistr gist_create
#' @importFrom twitteR tweet
7 years ago
#' @importFrom utils read.csv
7 years ago
#' @import shiny miniUI stringi
5 years ago
#' @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
6 years ago
#' @importFrom uuid UUIDgenerate
5 years ago
#' @import tinytest rprojroot
5 years ago
"_PACKAGE"