I want to test a package that contains cmdstan models and uses the {instantiate} package for compilation.
When I ran “load all” and then “test”, I got an error “Error: Stan model file “” not found.”.
From this page, I tried running instantiate::stan_package_compile()
first. I can see the compiled model in the folder. However, when I run tests I got the same error message as before. I tried “clean and install” and got the same thing.
Any suggestions?