R/aaa.R

# to avoid 'no visible binding for global variable' NOTE
globalVariables(c(".", "un", "directory", "base64_enc", "server", "team", "gitgadget_ui", "status", "name"))

#' gitgadget
#'
#' @name gitgadget
#' @docType package
#' @import shiny miniUI curl dplyr
#' @importFrom jsonlite fromJSON
#' @importFrom rstudioapi isAvailable getActiveProject openProject restartSession
#' @importFrom markdown markdownToHTML
#' @importFrom utils read.csv capture.output
#' @importFrom stats na.omit setNames
#' @importFrom utils packageVersion browseURL head
#' @importFrom usethis edit_r_environ edit_r_profile use_git use_github
#' @importFrom shinyFiles shinyDirButton shinyFilesButton parseDirPath
#'   parseFilePaths shinyFileChoose shinyDirChoose
NULL

Try the gitgadget package in your browser

Any scripts or data that you put into this service are public.

gitgadget documentation built on Aug. 24, 2023, 9:08 a.m.