The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
processmapR is a R
package for
creating process maps. Part of the bupaR eco-system for business process
analysis.
You can install processmapR from CRAN with:
install.packages("processmapR")
You can install the development version of processmapR from GitHub with:
# install.packages("devtools")
::install_github("bupaverse/processmapR") devtools
The bupaR Documentation website contains more details on creating process maps using processmapR.
library(processmapR)
#>
#> Attaching package: 'processmapR'
#> The following object is masked from 'package:stats':
#>
#> frequency
library(bupaR)
#>
#> Attaching package: 'bupaR'
#> The following object is masked from 'package:stats':
#>
#> filter
#> The following object is masked from 'package:utils':
#>
#> timestamp
# Process map
%>%
patients process_map()
#> PhantomJS not found. You can install it with webshot::install_phantomjs(). If it is installed, please make sure the phantomjs executable can be found via the PATH variable.
# Dotted chart
%>%
patients dotted_chart(x = "absolute", sort = "start")
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.