I am trying to create a model simulation using RxODE, this R-code was successful previously on a colleague's computer. R was just reinstalled on the computer I am currently using (version 3.6.2). I continue to get this error...
Error: package or namespace load failed for ‘RxODE’: .onAttach failed in attachNamespace() for 'RxODE', details: call: !.rxWinRtoolsPath(retry = NA) error: invalid argument type
I have tried .libPaths(.libPaths()[2]), reinstalling all my packages, and to install RxODE with dependencies=TRUE.
Any insight would be greatly appreciated.