processmapR 0.5.2
Features
- Functions render_map()andexport_map()added, so usingDiagrammeRfunctions is not longer
needed.
- dotted_chart()and- lined_chart()now have
an argument- scale_colorto specify the colour scale for the
dots. Defaults to- bupaR::scale_color_discrete_bupaR.
Reverts to- ggplot2::scale_color_discretewhen more than 26
activities are present.
- trace_explorer()now has an argument- scale_fillto specify the colour scale for the fill.
Defaults to- bupaR::scale_fill_discrete_bupaR. Reverts to- ggplot2::scale_fill_discretewhen more than 26 activities
are present.
- dotted_chart(),- lined_chart(), and- trace_explorer()now have a- plotlyargument to
specify that a- plotlyobject should be returned, instead of
a- ggplotobject.
Bug Fixes
- Fixed bug when using process_map()on agrouped_log.
- Added required dependencies rsvgandDiagrammeRsvgforexport_mapfunction.
Deprecations
- idotted_chart(),- iplotly_dotted_chart(),- ilined_chart(),- iplotly_lined_chart()have
been deprecated.
- Argument .abbreviateoftrace_explorer()has been deprecated in favour ofabbreviate.
- plotly_dotted_chart(),- plotly_lined_chart(), and- plotly_trace_explorer()have been deprecated in favour of- plotly_dotted_chart(..., plotly = TRUE),- plotly_lined_chart(..., plotly = TRUE), and- plotly_trace_explorer(..., plotly = TRUE),
respectively.
Other
- Added a NEWS.mdfile to track changes to the
package.
- Color scales have been moved to bupaR(0.5.1).
- Updated documentation of dotted_chart(),lined_chart(), andtrace_explorer().