BUG FIX project_waypoints_coloured()
: Fix
refactoring issue “Must supply a symbol or a string as argument”
(#54).
BUG FIX project_waypoints_coloured()
: Fix wrong
results when projecting waypoint segments (#54 bis).
Initial release on CRAN.
MINOR CHANGE: Add arrow
parameter to all plot
functions.
BUG FIX: Apply fixes for new versions of tibble, tidyr, and ggraph.
BUG FIX optimise_order()
: Fix problem where GA::ga()
wouldn’t run on milestone networks with 1 or 4 edges.
BUG FIX linearise_cells()
: Fix ordering issue when
equal_cell_width
is TRUE
.
MINOR CHANGE: Clean imports and supposed undefined variables.
MINOR CHANGE plot_dendro()
: Allow plotting of
disconnected graphs (#32). This assumes that
dynwrap::add_root(traj, root_milestone_id = c(...))
has
been called properly.
DOCUMENTATION: Extend documentation on usage of parameters and the expected output values of functions.
BUG FIX: Fix weird ceiling warning.
BUG FIX: Fix for new select waypoints (#41).
MINOR CHANGE: Added parameters size_cells
,
alpha_cells
and border_radius_percentage
to
plotting functions that plot cells (#40).