- Notifications
You must be signed in to change notification settings - Fork2
Easily install and load packages from the bupaverse
License
bupaverse/bupaverse
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Thebupaverse is an open-source, integrated suite ofR-packages for handling and analysingbusiness process data, developed by the Business Informatics researchgroup at Hasselt University, Belgium. Profoundly inspired by thetidyverse package, thebupaversepackage is designed to facilitate the installation and loading ofmultiplebupaverse packages in a single step. Learn more aboutbupaverse at thebupaR.net homepage.
You can installbupaverse fromCRANwith:
install.packages("bupaverse")You can install the development version ofbupaverse fromGitHub with:
# install.packages("devtools")devtools::install_github("bupaverse/bupaverse")
library(bupaverse) will load the corebupaverse packages:
- bupaR: Core package forbusiness process analysis.
- edeaR: Exploratory anddescriptive analysis of event-based data.
- eventdataR: Repositoryof sample process data.
- processcheckR:Rule-based conformance checking and filtering.
- processmapR: Visualiseevent-based data using, i.a., process maps.
An overview of the loaded packages and conflicts with other packages isshown after loadingbupaverse:
library(bupaverse)#>#> .______ __ __ .______ ___ ____ ____ _______ .______ _______. _______#> | _ \ | | | | | _ \ / \ \ \ / / | ____|| _ \ / || ____|#> | |_) | | | | | | |_) | / ^ \ \ \/ / | |__ | |_) | | (----`| |__#> | _ < | | | | | ___/ / /_\ \ \ / | __| | / \ \ | __|#> | |_) | | `--' | | | / _____ \ \ / | |____ | |\ \----.----) | | |____#> |______/ \______/ | _| /__/ \__\ \__/ |_______|| _| `._____|_______/ |_______|#>#> ── Attaching packages ─────────────────────────────────────── bupaverse 0.1.0 ──#> ✔ bupaR 0.5.2 ✔ processcheckR 0.2.0#> ✔ edeaR 0.9.1 ✔ processmapR 0.5.2#> ✔ eventdataR 0.3.1#> ── Conflicts ────────────────────────────────────────── bupaverse_conflicts() ──#> ✖ bupaR::filter() masks stats::filter()#> ✖ processmapR::frequency() masks stats::frequency()#> ✖ edeaR::setdiff() masks base::setdiff()#> ✖ bupaR::timestamp() masks utils::timestamp()#> ✖ processcheckR::xor() masks base::xor()
About
Easily install and load packages from the bupaverse
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
