README.md

README

Jedid Ahn, Roberto Lentini, Logan Lim, Jeremy Tanuan, & Derek Beaton, 2021JAN25

Standards (Shiny) App

The Standards app is a heavy-duty app meant to cover multiple bases for the ONDRI project and beyond. The current standards app will perform standards checks in accordance with:

Additional information, documentation, and guides coming soon.

  if (!require("rowr")){
      utils::install.packages("https://cran.r-project.org/src/contrib/Archive/rowr/rowr_1.1.3.tar.gz",
                              repos = NULL, type = "source")
  }

  if (!require("devtools")){
    install.packages("devtools")
  }
  devtools::install_github(repo = "ondri-nibs/standards_app")

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



ondri-nibs/standards_app documentation built on Feb. 21, 2022, 2:17 a.m.