Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Easily install and load packages from the bupaverse

License

NotificationsYou must be signed in to change notification settings

bupaverse/bupaverse

Repository files navigation

CRAN statusGitHub versionR-CMD-checkLifecycle: experimental

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.

Installation

You can installbupaverse fromCRANwith:

install.packages("bupaverse")

Development Version

You can install the development version ofbupaverse fromGitHub with:

# install.packages("devtools")devtools::install_github("bupaverse/bupaverse")

Usage

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp