R/GUITests.R

#' GUITests
#'
#' shows a document specifiying tests for the graphical user interface of tau-argus.
#'
#' @return a browser containing the document will be opened.
#' @export
#'
#' @examples
#' \dontrun{
#' GUITests()
#' }
GUITests <- function() {
  browseURL(paste0(system.file(package="checkArgus"),"/doc/GUItests.html"))
}
sdcTools/checkTauArgus documentation built on May 9, 2019, 5:58 p.m.