Stan files won't compile since making changes related to Catalina

Gary, YMMV but this works great for me using Catalina, R 3.6.2, and the installer by @coatless:

If you stumble into problems make sure to recompile, e.g., rstanarm and other packages from source:

remove.packages("rstanarm")
install.packages("rstanarm", type = "source")
1 Like