Current development version
as.cascade
is now completely removed (see release note on version 1.1.0).node_names
argument for as_cascade_long
and as_cascade_wide
will be phased out since it is not doing much. It is still available but not recommended anymore.subset_cascade_time
) and by cascade id (subset_cascade
).netinf()
now has a shiny progress bar!as_cascade_long()
and as_cascade_wide()
handle date input correctly now.as_cascade_wide()
couldn’t handle data input of class data.table
.as.cascade
is not bound to the class of the data object anymore. In 1.0.0 wide format had to be a matrix and long format had to be a dataframe. This did not make much sense. as.cascade
is now deprecated and replaced by two new functions as_cascade_long
and as_cascade_wide
.plot.cascade
with option label_nodes=FALSE
were reversedFirst release