Package 'bupaverse'

Title: Easily Install and Load the 'bupaverse'
Description: The 'bupaverse' is an open-source, integrated suite of R-packages for handling and analysing business process data, developed by the Business Informatics research group at Hasselt University, Belgium. Profoundly inspired by the 'tidyverse' package, the 'bupaverse' package is designed to facilitate the installation and loading of multiple 'bupaverse' packages in a single step. Learn more about 'bupaverse' at the <https://bupar.net> homepage.
Authors: Gerard van Hulzen [aut] , Gert Janssenswillen [aut, cre]
Maintainer: Gert Janssenswillen <[email protected]>
License: MIT + file LICENSE
Version: 0.1.0
Built: 2024-11-25 03:24:19 UTC
Source: https://github.com/bupaverse/bupaverse

Help Index


Conflicts between the bupaverse and other packages

Description

This function lists all the conflicts between packages in the bupaverse and other packages that you have loaded.

Usage

bupaverse_conflicts()

Value

Returns a list all the conflicts between packages in the bupaverse and other packages that you have loaded.

Examples

bupaverse_conflicts()

List all packages in the bupaverse

Description

List all packages in the bupaverse

Usage

bupaverse_packages(include_self = TRUE)

Arguments

include_self

logical (default TRUE): Include bupaverse in the list?

Value

Returns a list of all packages included in the bupaverse.

Examples

bupaverse_packages()