Title: Graphical User Interface ('shiny' App) for 'brms'
Version: 1.8.0
Date: 2022-07-30
Description: A graphical user interface (GUI) for fitting Bayesian regression models using the package 'brms' which in turn relies on 'Stan' (https://mc-stan.org/). The 'shinybrms' GUI is a 'shiny' app.
License: GPL-3 | file LICENSE
URL: https://fweber144.github.io/shinybrms/
BugReports: https://github.com/fweber144/shinybrms/issues
Depends: R (≥ 3.6.0)
Imports: shiny (≥ 1.7.0), brms (≥ 2.16.0), rstan (≥ 2.19.3), rlang
Suggests: cmdstanr, ggplot2, shinystan (≥ 2.4.0), callr (≥ 3.4.0), rstanarm, MASS, lme4, testthat, shinytest
Additional_repositories: https://mc-stan.org/r-packages/
Encoding: UTF-8
RoxygenNote: 7.2.1
NeedsCompilation: no
Packaged: 2022-08-05 05:04:21 UTC; frank
Author: Frank Weber ORCID iD [aut, cre], Katja Ickstadt ORCID iD [ctb], Änne Glass ORCID iD [ctb], Thomas Park [ctb, cph] ('Bootswatch' theme "United"), Twitter, Inc. [ctb, cph] ('Bootstrap' (basis for the 'Bootswatch' theme "United")), Google, LLC [ctb, cph] ("Open Sans" font)
Maintainer: Frank Weber <fweber144@protonmail.com>
Repository: CRAN
Date/Publication: 2022-08-05 22:50:07 UTC

Launch the shinybrms app

Description

This function launches the shinybrms app.

Usage

launch_shinybrms(...)

Arguments

...

Arguments passed to shiny::runApp(). For example, in order to force the shinybrms app to launch in the system's default web browser (even if using RStudio), set argument launch.browser to TRUE.

Value

TRUE (invisible).

Note

The following global options are introduced by shinybrms:

External global options used by shinybrms are:

Note that shinystan's global option shinystan.rstudio (see shinystan::launch_shinystan()) may not be used here as shinystan is called from an external R process where RStudio's browsers are not available.

Examples

if (interactive()) {
  launch_shinybrms(launch.browser = TRUE)
}