README.md

CarboLogR: quality control and statistical analysis for 96-well phenotype plates

How to install the package

User can easily install the package directly from Github.

if(!require(shiny)){
  install.packages('shiny')
  library(shiny)
 }

 if(!require(rlang)){
  install.packages('rlang')
  library(rlang)
 }

if(!require(devtools)){
  install.packages('devtools')
  library(devtools)
 }
devtools::install_github('kevinVervier/CarboLogR')
library(CarboLogR)

runAnalysis() # this command launches the Shiny app.

Alternatively, user can download the Github repository as an archive, unzip it, and open the inst/shiny-app/CarboLogR/server.R in Rstudio, then press the Run App button.



kevinVervier/CarboLogR documentation built on Sept. 25, 2019, 6:06 p.m.