Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (17.4%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Core R package for business process analysis
Basic Info
- Host: GitHub
- Owner: bupaverse
- License: other
- Language: R
- Default Branch: master
- Homepage: http://www.bupar.net
- Size: 5.54 MB
Statistics
- Stars: 57
- Watchers: 9
- Forks: 7
- Open Issues: 3
- Releases: 3
Created almost 7 years ago
· Last pushed about 1 year ago
Metadata Files
Readme
Changelog
License
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
options(tibble.print_min = 5, tibble.print_max = 5)
```
# bupaR
[](https://CRAN.R-project.org/package=bupaR/)
[](https://github.com/bupaverse/bupaR)
[](https://github.com/bupaverse/bupaR/actions/)
[](https://app.codecov.io/gh/bupaverse/bupaR/)
[](https://lifecycle.r-lib.org/articles/stages.html#stable/)
**bupaR** is an open-source suite for the handling and analysis of business process data in [`R`](https://www.r-project.org/) developed by the Business Informatics research group at Hasselt University, Belgium. It builds upon the concept of an event log which is a logbook of events which have happened and were recorded within the execution of a business process.
[Read more](https://bupar.net/)
## Installation
You can install **bupaR** from [CRAN](https://cran.r-project.org/) with:
```{r cran-installation, eval = FALSE}
install.packages("bupaR")
```
### Development Version
You can install the development version of **bupaR** from [GitHub](https://github.com/) with:
```{r gh-installation, eval = FALSE}
# install.packages("devtools")
devtools::install_github("bupaverse/bupaR")
```
## Example
The [bupaR Documentation](https://bupaverse.github.io/docs/) website contains more details on getting started with _Business Process Analysis_ using **bupaR**.
```{r example}
library(bupaR)
library(eventdataR)
# Get a list of all cases in the patients event log:
patients %>%
cases()
```
Owner
- Name: bupaR-suite
- Login: bupaverse
- Kind: organization
- Repositories: 27
- Profile: https://github.com/bupaverse
GitHub Events
Total
- Create event: 1
- Release event: 1
- Issues event: 1
- Watch event: 2
- Issue comment event: 1
- Push event: 5
- Pull request event: 1
- Fork event: 1
Last Year
- Create event: 1
- Release event: 1
- Issues event: 1
- Watch event: 2
- Issue comment event: 1
- Push event: 5
- Pull request event: 1
- Fork event: 1
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| gertjanssenswillen | g****n@u****e | 118 |
| Gerard van Hulzen | g****n@u****e | 50 |
| Felix Mannhardt | f****t@s****o | 8 |
| Jesse | 1****t | 3 |
| Michael Chirico | m****4@g****m | 1 |
| Richard Cotton | r****s@g****m | 1 |
Committer Domains (Top 20 + Academic)
uhasselt.be: 2
sintef.no: 1
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 25
- Total pull requests: 25
- Average time to close issues: 6 months
- Average time to close pull requests: 1 day
- Total issue authors: 18
- Total pull request authors: 4
- Average comments per issue: 1.48
- Average comments per pull request: 0.16
- Merged pull requests: 22
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 2
- Average time to close issues: about 1 month
- Average time to close pull requests: 16 minutes
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 1.0
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- Sedat1982 (5)
- RobertoTCo (2)
- quartermaine (2)
- gertjanssenswillen (2)
- kc3cheng (1)
- gervao (1)
- ehsankhoshkhoy (1)
- rensl88 (1)
- ChristelSwift (1)
- Geode07 (1)
- chalioui (1)
- Erinaceida (1)
- fmannhardt (1)
- andmarev (1)
- bjornafugglas (1)
Pull Request Authors
- gertjanssenswillen (19)
- gerardvanhulzen (6)
- MichaelChirico (1)
- lindeloev (1)
Top Labels
Issue Labels
bug (3)
enhancement (3)
documentation (2)
wontfix (1)
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 1,175 last-month
- Total dependent packages: 8
- Total dependent repositories: 9
- Total versions: 16
- Total maintainers: 1
cran.r-project.org: bupaR
Business Process Analysis in R
- Homepage: https://bupar.net/
- Documentation: http://cran.r-project.org/web/packages/bupaR/bupaR.pdf
- License: MIT + file LICENSE
-
Latest release: 0.5.5
published about 1 year ago
Rankings
Dependent packages count: 6.1%
Stargazers count: 6.7%
Average: 8.8%
Forks count: 9.6%
Dependent repos count: 9.8%
Downloads: 11.7%
Maintainers (1)
Last synced:
11 months ago
Dependencies
DESCRIPTION
cran
- R >= 3.5.0 depends
- data.table * imports
- dplyr * imports
- eventdataR >= 0.2.0 imports
- forcats * imports
- glue * imports
- lifecycle * imports
- lubridate * imports
- magrittr * imports
- miniUI * imports
- pillar * imports
- purrr * imports
- rlang * imports
- shiny * imports
- stringi * imports
- stringr * imports
- tibble * imports
- tidyr * imports
- covr * suggests
- lintr * suggests
- testthat * suggests
.github/workflows/R-CMD-check.yaml
actions
- actions/checkout v2 composite
- actions/upload-artifact main composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pkgdown.yaml
actions
- JamesIves/github-pages-deploy-action 4.1.4 composite
- actions/checkout v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/test-coverage.yaml
actions
- actions/checkout v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite