Created
May 28, 2018 08:15
-
-
Save tjpalanca/dfa261ecc49099e0d48dfb2f775ed13d to your computer and use it in GitHub Desktop.
Add this to ~/.R/Makevars to make Stan stop throwing those stank errors during model compilation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CXXFLAGS = -Wno-macro-redefined -Wno-unused-variable -Wno-unused-function -Wno-unused-local-typedefs -Wno-unknown-pragmas -Wno-c++11-inline-namespace |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment