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 |
This function lists all the conflicts between packages in the bupaverse
and other packages that you have loaded.
bupaverse_conflicts()
bupaverse_conflicts()
Returns a list
all the conflicts between packages in the bupaverse
and other packages that you have loaded.
bupaverse_conflicts()
bupaverse_conflicts()
The bupaverse
logo, using ASCII or Unicode characters.
bupaverse_logo(unicode = l10n_info()$`UTF-8`)
bupaverse_logo(unicode = l10n_info()$`UTF-8`)
unicode |
|
Use cli::ansi_strip()
to get rid of the colors.
Returns a character
representing the bupaverse
logo.
bupaverse_logo()
bupaverse_logo()
List all packages in the bupaverse
bupaverse_packages(include_self = TRUE)
bupaverse_packages(include_self = TRUE)
include_self |
Returns a list
of all packages included in the bupaverse
.
bupaverse_packages()
bupaverse_packages()