Usually when restarting the R session, although all objects are saved in
the workspace, the dynamic libraries are not linked any more. loadDLL
is a wrapper for dyn.load
that uses the "modelname" attribute of
dMod objects like prediction functions, observation functions, etc. to
load the corresponding shared object.
loadDLL(...)
objects of class prdfn, obsfn, parfn, objfn, ...