
Check whether an SBT fit can be rebuilt by the current package
Source:R/sbt-fit.R
sbt_fit_compatibility.RdCheck whether an SBT fit can be rebuilt by the current package
See also
Other fit workflow:
check_mcmc(),
check_mle(),
sbt_add_bounds(),
sbt_add_map(),
sbt_add_msy(),
sbt_add_parameters(),
sbt_add_priors(),
sbt_build_object(),
sbt_example_fit(),
sbt_fit(),
sbt_fit_io,
sbt_fit_rebuild(),
sbt_fit_report(),
sbt_fit_validate(),
sbt_fit_validation(),
sbt_mcmc(),
sbt_obj(),
sbt_optimise()
Examples
fit <- sbt_example_fit(rebuild = FALSE)
#> Warning: Dependency versions differ: RTMBdist, TMB
compatibility <- sbt_fit_compatibility(fit)
compatibility$compatible
#> [1] TRUE