Closed Tess-LaCoil closed 3 months ago
Just installed and the multicores option is working fine for me (on a Mac). so I can't reproduce and therefore troubleshoot.
Did you install the package, or just run load it with dev tools::load_all? If the latter, you might need to reinstall.
I would delete your previous installation, then reinstall.
to delete, run .libPaths()
, to see where packages are installed. Go to that folder and delete hmde. and rmot. Then reisntall
This one got fixed by installing from remote rather than using local files.
Fresh updated version of R 4.4.1, I have installed rstan with dependencies, loading hmde from local github files. This occurs on both my ubuntu laptop and Windows PC, on master and function-update branches.
Problem is that if I use multiple cores I get an error:
My guess is that there's some dependency that's missing but I can't work out what it is. RcppParallel is installed.