Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shiny stan do not work in ubuntu (tested in ubuntu 20.04 and 16.04 both LTS versions) #188

Open
jmaronas opened this issue Dec 7, 2020 · 0 comments

Comments

@jmaronas
Copy link

jmaronas commented Dec 7, 2020

Hello.

As I mentioned in the forum it seems shinystan does not properly work in ubuntu. Here are the commands used for reproducing the problem:

  1. Create and activate conda environment:
conda create -n R_env  r-essentials r-base
conda activate R_env
R

Then inside the new environment install:

Sys.setenv(DOWNLOAD_STATIC_LIBV8 = 1)
install.packages("devtools")
devtools::install_github("stan-dev/shinystan", build_vignettes = TRUE)
launch_shinystan_demo(demo_name = "eight_schools")

The output rendered is that provided in the forum thread: https://discourse.mc-stan.org/t/shinystan-not-working-properly/19612

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant