Reputation: 15691
I downloaded the package 'rstan' for doing bayesian work with R. And I'm getting this error
*** caught segfault ***
address 0x20, cause 'memory not mapped'
How do I make rstan work?
Upvotes: 1
Views: 560
Reputation: 15691
install.packages(c("Rcpp", "inline"), type = "source")
https://groups.google.com/forum/#!topic/stan-users/XAlXvXsurdM
Upvotes: 3