Skip to contents

A function in the metab_model_interface. Returns the version of streamMetabolizer that was used to fit the model.

Usage

get_version(metab_model)

# S3 method for class 'metab_model'
get_version(metab_model)

Arguments

metab_model

A metabolism model that implements the metab_model_interface.

Value

A character representation of the package version.

Methods (by class)

  • get_version(metab_model): This implementation is shared by many model types

Examples

get_version(metab_model())
#> [1] "0.12.1.9000"