README.md

README

Jeremy Tanuan, Logan Lim, Jedid Ahn, & Derek Beaton. Updated as of March 14, 2021.

Outliers (Shiny) App

A Shiny app for the ONDRI outlier detection pipeline which includes key visualization, interactivity, and report generation. For more details, see the OuRS package.

  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.



ondri-nibs/outliers_app documentation built on March 25, 2021, 10:45 a.m.