loadDLL: Load shared object for a dMod object

Description Usage Arguments

View source: R/tools.R

Description

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.

Usage

1

Arguments

...

objects of class prdfn, obsfn, parfn, objfn, ...


dMod documentation built on Jan. 27, 2021, 1:07 a.m.