extensionVersions: Extract the version stamps of an extension chain

View source: R/registerExtensions.R

extensionVersionsR Documentation

Extract the version stamps of an extension chain

Description

Returns the version of the extension package that last upgraded the object for each extension, or NA_character_ where no stamp is recorded (including the legacy character-vector form, which carries no versions).

Usage

extensionVersions(ext)

Arguments

ext

The contents of an ⁠@extensions⁠ slot (character vector or list).

Value

A named character vector of version strings (NA where unknown).


mizer documentation built on Aug. 24, 2026, 9:08 a.m.