You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Syntax error in '/var/folders/q4/gvrdsnj94vl527nfhj25rxh40000gn/T/RtmpAbftu1/model-cede3aff1ad3.stan', line 10, column 7 to column 8, parsing error:
#1119
cmdstan_model(stan_f.name)
Compiling Stan program...
Syntax error in '/var/folders/q4/gvrdsnj94vl527nfhj25rxh40000gn/T/RtmpAbftu1/model-cede3aff1ad3.stan', line 10, column 7 to column 8, parsing error:
8: real generation_time;
9: matrix[N,D] X;
10: int Y[N,K];
^
11: int Y_sum[N];
12: }
Error: An error occured during compilation! See the message above for more information.
In addition: Warning messages:
1: In get(results[[i]], packages[[i]]) :
restarting interrupted promise evaluation
2: In get(results[[i]], packages[[i]]) :
internal error -3 in R_decompress1
The text was updated successfully, but these errors were encountered:
Dear @maverickg,
Please help me out, thanks.
cmdstan_model(stan_f.name)
Compiling Stan program...
Syntax error in '/var/folders/q4/gvrdsnj94vl527nfhj25rxh40000gn/T/RtmpAbftu1/model-cede3aff1ad3.stan', line 10, column 7 to column 8, parsing error:
";" expected after variable declaration.
make: *** [/var/folders/q4/gvrdsnj94vl527nfhj25rxh40000gn/T/RtmpAbftu1/model-cede3aff1ad3.hpp] Error 1
Error: An error occured during compilation! See the message above for more information.
In addition: Warning messages:
1: In get(results[[i]], packages[[i]]) :
restarting interrupted promise evaluation
2: In get(results[[i]], packages[[i]]) :
internal error -3 in R_decompress1
The text was updated successfully, but these errors were encountered: