README.md

README

Jedid Ahn & Derek Beaton. Updated as of March 14, 2021.

Data Preparation (Shiny) App

A Shiny app for data preparation, meant primarily for use with ONDRI data as part of the ONDRI NIBS standards and outliers pipeline.

  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/dataprep_app")

If you get the following message in your RStudio console, please type 3.



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