forestsearch NEWS

forestsearch 0.2.0

New functions

Superseded functions

create_gbsg_dgm() is superseded by setup_gbsg_dgm(). It remains fully functional and continues to produce correct results; no existing GBSG simulation scripts need to change. The distinction is that setup_gbsg_dgm() returns an object of class c("aft_dgm_flex", "gbsg_dgm") compatible with the general pipeline, whereas create_gbsg_dgm() returns only "gbsg_dgm". A .Deprecated() signal is emitted to encourage migration in new code.

simulate_from_gbsg_dgm() is superseded by simulate_from_dgm() for new code. Column names in the output change from dot-notation to underscore notation — see the mapping table below. Pass analysis_time = Inf to match the legacy max_follow = Inf behaviour.

Legacy column General column
y.sim y_sim
event.sim event_sim
treat treat_sim
flag.harm flag_harm

Superseded parameters

Bug fixes

The following bugs were discovered and fixed during the general pipeline migration. All affected code paths were exercised by GBSG factor variables (v1v7) stored as factor() rather than numeric().

Internal changes


forestsearch 0.1.0

mirror server hosted at Truenetwork, Russian Federation.