Skip to contents

Reports lineagefreq version and availability of optional backends. Useful for reproducibility and bug reports.

Usage

lfq_version()

Value

A list with components: version, r_version, stan_available, engines.

Examples

lfq_version()
#> $version
#> [1] "0.6.0"
#> 
#> $r_version
#> [1] "4.5.3"
#> 
#> $stan_available
#> [1] FALSE
#> 
#> $engines
#> [1] "mlr"      "hier_mlr" "piantham"
#>