knitr::opts_chunk$set(echo = TRUE)
A Shiny app for data preparation, meant primarily for use with ONDRI data as part of the ONDRI NIBS standards and outliers pipeline.
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/dataprep_app")
If you get the following message in your RStudio console, please type 3.
ONDRIDataPrepApp::installPackages()
to install any missing packages and/or dependencies.
Please type 3 again if you get the message above.ONDRIDataPrepApp::runApp()
to open the app.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.