knitr::opts_chunk$set(echo = TRUE)
A Shiny app for the ONDRI outlier detection pipeline which includes key visualization, interactivity, and report generation. For more details, see the OuRS package.
GSVD
and ours
packages (which are not available through CRAN) with the following lines of code:if (!require("devtools")){ install.packages("devtools") } if (!require("GSVD")){ Sys.setenv(R_REMOTES_NO_ERRORS_FROM_WARNINGS = TRUE) devtools::install_github("derekbeaton/GSVD") } if (!require("ours")){ Sys.setenv(R_REMOTES_NO_ERRORS_FROM_WARNINGS = TRUE) devtools::install_github("derekbeaton/OuRS", subdir = "/OuRS") }
if (!require("devtools")){ install.packages("devtools") } devtools::install_github(repo = "ondri-nibs/outliers_app")
If you get the following message in your RStudio console, please type 3.
ONDRIOutliersApp::installPackages()
to install any missing packages and/or dependencies.
Please type 3 again if you get the message above.ONDRIOutliersApp::runApp()
to open the app.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.