Chris Patterson

Results 5 comments of Chris Patterson

StanHeader Version: ‘2.21.0.6’ Makevars file contents: ``` # The following statements are required to use the clang4 binary CC=/usr/local/clang4/bin/clang -mmacosx-version-min=10.13 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk #CXX := /usr/local/clang4/bin/clang++ -mmacosx-version-min=10.13 -std=gnu++11 -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk CXX11=$(CXX)...

I had to update R to 4.0.2, but that looks like it fixed the installation problem. However, R still doesn't find the stan_surv function. Error: 'stan_surv' is not an exported...

So this is what I ran: `Sys.setenv(MAKEFLAGS = "-j4") # change 4 to however many cores you can/want to use to parallelize install` `Sys.setenv("R_REMOTES_NO_ERRORS_FROM_WARNINGS" = "true")` `remotes::install_github("stan-dev/rstanarm", ref="feature/survival", INSTALL_opts =...

I am also getting several of these warning messages during the compilation. ``` In file included from stan_files/surv.hpp:18: In file included from /Library/Frameworks/R.framework/Versions/4.0/Resources/library/rstan/include/rstan/rstaninc.hpp:4: In file included from /Library/Frameworks/R.framework/Versions/4.0/Resources/library/rstan/include/rstan/stan_fit.hpp:22: In file...