Changelog
Source:NEWS.md
processmapR 0.5.2
CRAN release: 2022-10-03
Features
- Functions
render_map()
andexport_map()
added, so usingDiagrammeR
functions is not longer needed. -
dotted_chart()
andlined_chart()
now have an argumentscale_color
to specify the colour scale for the dots. Defaults tobupaR::scale_color_discrete_bupaR
. Reverts toggplot2::scale_color_discrete
when more than 26 activities are present. -
trace_explorer()
now has an argumentscale_fill
to specify the colour scale for the fill. Defaults tobupaR::scale_fill_discrete_bupaR
. Reverts toggplot2::scale_fill_discrete
when more than 26 activities are present. -
dotted_chart()
,lined_chart()
, andtrace_explorer()
now have aplotly
argument to specify that aplotly
object should be returned, instead of aggplot
object.
Bug Fixes
- Fixed bug when using
process_map()
on agrouped_log
. - Added required dependencies
rsvg
andDiagrammeRsvg
forexport_map
function.
Deprecations
-
idotted_chart()
,iplotly_dotted_chart()
,ilined_chart()
,iplotly_lined_chart()
have been deprecated. - Argument
.abbreviate
oftrace_explorer()
has been deprecated in favour ofabbreviate
. -
plotly_dotted_chart()
,plotly_lined_chart()
, andplotly_trace_explorer()
have been deprecated in favour ofplotly_dotted_chart(..., plotly = TRUE)
,plotly_lined_chart(..., plotly = TRUE)
, andplotly_trace_explorer(..., plotly = TRUE)
, respectively.
Other
- Added a
NEWS.md
file 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()
.