
Record an extension and its version stamp on a mizer object
Source:R/registerExtensions.R
recordExtension.RdWrites an entry for name into the object's extension metadata, converting
it to the versioned list form. Existing entries (and their version stamps)
are preserved, keeping their position in the chain. A genuinely new entry is
prepended to the front of the list.
Details
This is infrastructure for extension package authors. An extension
constructor normally calls recordExtension() and then
coerceToExtensionClass(). Ordinary model users do not need either call.
See also
"Creating a mizer extension package": Creating a mizer extension package
Other extension tools:
NOther(),
coerceToExtensionClass(),
initialNOther<-(),
other_mort(),
setComponent(),
setRateFunction()