| runExtensionUpgrades | R Documentation |
For each extension recorded on the object (processed
innermost-first) whose installed package version is newer than the recorded
stamp (or whose stamp is missing), calls the extension's upgrade method if
one is registered, then records the installed version as the new stamp. The
core mizer upgrade is not run here; see upgrade.MizerParams().
runExtensionUpgrades(params)
params |
A MizerParams object. |
Extension upgrade methods are looked up with
getS3method("upgrade", name, optional = TRUE), must perform only their own
migration, must be idempotent, and must not call NextMethod().
The object with extension migrations applied and stamps refreshed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.