I am writing an R package that includes various Stan models. I hope to run these models using cmdstanr rather than rstan but I can only find guidance on using rstan in packages.
Should I just follow that guidance but include cmdstanr and just never use the rstan material? Or is there a better way?
I dont think there is any special guidance written down for cmdstanr, as there isnt really anything particulary special you need to do (not makefile stuff or anything of that sort).