Learn R Programming

RxODE (version 0.6-1)

rxodeGc: Garbage Collection for RxODE objects

Description

When objects are created without a model name/DLL name and RxODE option RxODE.delete.unnamed is TRUE, remove the associated DLL when R is done with them (i.e. when the RxODE object is deleted or R exits normally.) If R crashes, thes files will still remain.

Usage

rxodeGc(env)

Arguments

env

RxODE environment for cleanup.

Value

Nothing