We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Then inside the new environment install:
The output rendered is that provided in the forum thread: https://discourse.mc-stan.org/t/shinystan-not-working-properly/19612
The text was updated successfully, but these errors were encountered: