-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
118 changed files
with
6,966 additions
and
205 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#' @title Shiny application for `qraLm` package | ||
#' | ||
#' @description | ||
#' Shiny application to simulate quantitative risk assessment for *L. monocytogenes* | ||
#' in Frozen Vegetables, Diced RTE Cantaloupe and Cold-smoked RTE Fish. | ||
#' | ||
#' @author Vasco Cadavez \email{[email protected]} | ||
#' | ||
#' @references | ||
#' \insertRef{stats}{qraLm} | ||
#' | ||
#' @importFrom Rdpack reprompt | ||
#' | ||
#' @export | ||
runExample <- function() { | ||
appDir <- system.file("shiny-examples", "qraLmShiny", package = "qraLm") | ||
if (appDir == "") { | ||
stop("Could not find example directory. Try re-installing `qraLm`.", call. = FALSE) | ||
} | ||
|
||
shiny::runApp(appDir, display.mode = "normal") | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.