loadDLL: Load shared object for a dMod object

View source: R/tools.R

loadDLLR Documentation

Load shared object for a dMod object

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

loadDLL(...)

Arguments

...

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


dkaschek/dMod documentation built on July 27, 2023, 11:45 p.m.