appleLover
appleLover

Reputation: 15691

RStan Segfault Error

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

Answers (1)

appleLover
appleLover

Reputation: 15691

install.packages(c("Rcpp", "inline"), type = "source")

https://groups.google.com/forum/#!topic/stan-users/XAlXvXsurdM

Upvotes: 3

Related Questions