R/GOFShiny.R

Defines functions GOFShiny

Documented in GOFShiny

#' Start GOFShiny
#' @title Launch 'GOFShiny' Interface
#' @return Nothing
#' @description GOFShiny() loads interactive user interface built using R 'shiny'.
#' @details The interactive user interface is to provide an easy way for goodness of fit test analysis.
#' @keywords GOFShiny
#' @examples
#' if(interactive()){
#' library(rmarkdown)
#' GOFShiny()
#' }

GOFShiny <- function() {

  rmarkdown::run(system.file("img", "GOFShiny.Rmd", package = "GOFShiny"))
  Sys.setenv("R_TESTS" = "")
}


 

Try the GOFShiny package in your browser

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

GOFShiny documentation built on July 31, 2019, 5:09 p.m.