Package 'BEACH'

Title: Biometric Exploratory Analysis Creation House
Description: A platform is provided for interactive analyses with a goal of totally easy to develop, deploy, interact, and explore (TEDDIE). Using this package, users can create customized analyses and make them available to end users who can perform interactive analyses and save analyses to RTF or HTML files. It allows developers to focus on R code for analysis, instead of dealing with html or shiny code.
Authors: Danni Yu [aut, cre], Michael Man [aut], ChenChen Yu [com]
Maintainer: Danni Yu <[email protected]>
License: GPL (>= 2)
Version: 1.3.1
Built: 2024-11-18 04:09:28 UTC
Source: https://github.com/cran/BEACH

Help Index


Biometric Exploratory Analysis Creation House Biometric Exploratory Analysis Creation House

Description

A platform is provided for interactive analyses with a goal of totally easy to develop, deploy, interact, and explore (TEDDIE). Using this package, users can create customized analyses and make them available to end users who can perform interactive analyses and save analyses to RTF or HTML files. It allows developers to focus on R code for analysis, instead of dealing with html or shiny code. A platform is provided for interactive analyses with a goal of totally easy to develop, deploy, interact, and explore (TEDDIE). Using this package, users can create customized analyses and make them available to end users who can perform interactive analyses and save analyses to RTF or HTML files. It allows developers to focus on R code for analysis, instead of dealing with html or shiny code.

Details

The DESCRIPTION file:

Package: BEACH
Version: 1.3.1
Date: 2019-02-01
Title: Biometric Exploratory Analysis Creation House
Authors@R: c(person("Danni Yu", role=c("aut", "cre"), email="[email protected]"), person("Michael Man", role=c("aut"), email="[email protected]" ), person("ChenChen Yu", role=c("com") ) )
License: GPL (>= 2)
Depends: R (>= 3.1.0)
Imports: shiny (>= 0.12.2), DT (>= 0.1), haven (>= 0.1.1), xtable (>= 1.7-4), rtf (>= 0.4-11), plyr (>= 1.8.2), sas7bdat (>= 0.5), WriteXLS (>= 3.5.1), rJava(>= 0.9-6), devtools (>= 1.9)
Encoding: UTF-8
Description: A platform is provided for interactive analyses with a goal of totally easy to develop, deploy, interact, and explore (TEDDIE). Using this package, users can create customized analyses and make them available to end users who can perform interactive analyses and save analyses to RTF or HTML files. It allows developers to focus on R code for analysis, instead of dealing with html or shiny code.
URL: https://www.pharmasug.org/proceedings/2018/AD/PharmaSUG-2018-AD05.pdf, https://higherlogicdownload.s3.amazonaws.com/AMSTAT/fa4dd52c-8429-41d0-abdf-0011047bfa19/UploadedImages/Webinars/2017/2017-09_Yu.pdf
NeedsCompilation: no
Packaged: 2019-02-11 17:19:37 UTC; c178259
Author: Danni Yu [aut, cre], Michael Man [aut], ChenChen Yu [com]
Maintainer: Danni Yu <[email protected]>
Date/Publication: 2019-02-11 17:53:31 UTC
Config/pak/sysreqs: libfontconfig1-dev libfreetype6-dev libfribidi-dev git make libharfbuzz-dev default-jdk libgit2-dev libicu-dev libjpeg-dev libpng-dev libtiff-dev libxml2-dev libssl-dev perl libx11-dev zlib1g-dev
Repository: https://danniyugithub.r-universe.dev
RemoteUrl: https://github.com/cran/BEACH
RemoteRef: HEAD
RemoteSha: 56f6a32b5b64b051df2a818b0f3e775f02b0f1f1

Index of help topics:

BEACH-package           Biometric Exploratory Analysis Creation House
                        Biometric Exploratory Analysis Creation House
runBEACH                Run the BEACH app

Author(s)

Danni Yu and Michael Man Danni Yu [aut, cre], Michael Man [aut], ChenChen Yu [com]

Maintainer: Danni Yu <[email protected]> Danni Yu <[email protected]>

Examples

#  runBEACH()

Run the BEACH app

Description

The web interface will be automatically load after running the function.

Usage

runBEACH()

Author(s)

Danni Yu

Examples

#Install a github package that is capable to import compressed sas7bdat files.
  #if(!"sas7bdat.parso" %in% installed.packages()) 
  #  devtools::install_github('BioStatMatt/sas7bdat.parso', force=TRUE)
  #
  #runBEACH()