I followed the steps here:
R thinks there are control characters in your library path, try with backslashes instead
install.packages("rstan", dependencies = TRUE,lib= "C:\\MYFOLDER\\R-3.4.3\\library" )
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.