R/evidentiaRy.R

Defines functions release_questions

#' @keywords internal
"_PACKAGE"

# Suppress R CMD check note
#' @importFrom broom tidy
#' @importFrom forcats fct_c
#' @importFrom ggplot2 ggplot
#' @importFrom haven read_sas
#' @importFrom hms hms
#' @importFrom httr GET
#' @importFrom jsonlite fromJSON
#' @importFrom lubridate ymd
#' @importFrom modelr add_predictions
#' @importFrom readr read_csv
#' @importFrom readxl read_excel
#' @importFrom rvest html_node
#' @importFrom stringr str_c
#' @importFrom tidyr spread
#' @importFrom xml2 read_xml
NULL


release_questions <- function() {
  c(
    "Have you run `usethis::use_evidentiaRy_versions(TRUE)`?",
    "Have you tested with RStudio 1.0?"
  )
}
project-evident/evidentiaRy documentation built on May 23, 2019, 4:05 a.m.