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
Hi All,
I'm new to rstan. I just installed rstan by:
install.packages("rstan", repos = c("https://mc-stan.org/r-packages/", getOption("repos")))
Once it was installed, I loaded libraries StanHeaders and rstan
library(StanHeaders) library(rstan)
Then I ran:
example(stan_model, package = "rstan", run.dontrun = TRUE)
which gave me a lot of messages (400 lines) which ended with the following:
Compilation ERROR, function(s)/method(s) not created! Error in compileCode(f, code, language = language, verbose = verbose) : Error in system(paste(MAKE, p1(paste("-f", shQuote(makefiles))), "compilers"), : 'make' not foundCalls: <Anonymous> -> .shlib_internal -> systemExecution halted
So I assumed I did something wrong or missed some installation steps. Any advice would be very much appreciated
Thanks!
The text was updated successfully, but these errors were encountered:
Maybe you should install rstan following this website https://github.com/stan-dev/rstan/wiki/RStan-Getting-Started
Sorry, something went wrong.
If you still have problems, try these instructions: https://discourse.mc-stan.org/t/rstan-2-30/30415/2?u=rosgori
No branches or pull requests
Hi All,
I'm new to rstan. I just installed rstan by:
Once it was installed, I loaded libraries StanHeaders and rstan
Then I ran:
which gave me a lot of messages (400 lines) which ended with the following:
So I assumed I did something wrong or missed some installation steps. Any advice would be very much appreciated
Thanks!
The text was updated successfully, but these errors were encountered: