Skip to content

Commit

Permalink
analytical_gui added to the package.
Browse files Browse the repository at this point in the history
  • Loading branch information
khaors committed Apr 26, 2019
1 parent ab24ce9 commit 3c1d91c
Show file tree
Hide file tree
Showing 5 changed files with 788 additions and 0 deletions.
15 changes: 15 additions & 0 deletions R/analytical_gui.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#' @title
#' analytical_gui
#' @description
#' analytical GUI
#' @import shiny
#' @author
#' Oscar Garcia-Cabrejo \email{[email protected]}
#' @export
analytical_gui <- function() {
appDir <- system.file("Shiny", "analytical", package = "pumpingtest")
if (appDir == "") {
stop("Could not find example directory. Try re-installing `pumpingtest`.", call. = FALSE)
}
shiny::runApp(appDir, display.mode = "normal")
}
Loading

0 comments on commit 3c1d91c

Please sign in to comment.