R/inst/app/README.md

Biometric Exploratory Analysis Creation House (BEACH) is a shiny app that provides automation platform for users.

Before running BEACH, please make sure your computer is connected to internet and the following packages are installed.

dep.packages <- c("shiny", "DT", "haven", "xtable", "rtf", "plyr", "sas7bdat", "WriteXLS", "rJava"); na.packages <- dep.packages[!dep.packages %in% installed.packages()] if (length(na.packages)>0) install.packages(na.packages);

if(!"sas7bdat.parso" %in% installed.packages()) devtools::install_github('BioStatMatt/sas7bdat.parso', force=TRUE)

Please set up your default internet browser as google chrome Then, in your R console, please run the following code to run BEACH locally.

library(shiny); runGitHub("BEACH", "DanniYuGithub");

To install the package from R cran, please check the link https://cran.r-project.org/web/packages/BEACH/index.html library(shiny); library(DT); library(BEACH); runBEACH()

Implementation: BEACH is written mainly in R/Shiny combined with some HTML & CSS code. Using this package, users can create customized analyses and make them available to end users who can perform interactive analyses and save analyses in the format of RTF, PDF or HTML. It allows developers to focus on R code for analysis, instead of dealing with html or shiny code. The available analysis modules in this package are DataQC, TrialDesign, SEM-BMK, visual_SDTM-LB, and LightON.



Try the BEACH package in your browser

Any scripts or data that you put into this service are public.

BEACH documentation built on May 5, 2026, 9:06 a.m.