I’m having troubles compiling an R package that uses Stan. This is the error I’m getting:
Error in getDLLRegisteredRoutines.DLLInfo(dll, addNames = FALSE) :
must specify DLL via a “DLLInfo” object. See getLoadedDLLs()
I tried running:
roxygen2::roxygenise(clean=TRUE)
and
devtools::clean_dll()
roxygen2::roxygenise()
Any suggestions for how to fix this?