Cannot "use Stan without any additional configuration"

The home page for Stan at https://mc-stan.org/ says: To get started using Stan ... you can use Stan without any additional configuration via RStudio Cloud.
Nope!
<> fit <- stan("simple_regression.stan", data = simple_data)
Error in compileCode(f, code, language = language, verbose = verbose) :
Compilation ERROR, function(s)/method(s) not created! In file included from file1a75d1f604c.cpp:8:
In file included from /home/rstudio-user/R/x86_64-pc-linux-gnu-library/3.5/StanHeaders/include/src/stan/model/model_header.hpp:4:
In file included from /home/rstudio-user/R/x86_64-pc-linux-gnu-library/3.5/StanHeaders/include/stan/math.hpp:4: ...

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.