R/UnderstandBPMN.R

#' @title understandBPMN - understandability metrics for BPMN models
#'
#' @description This package provides the implementation of several comprehensibility and complexity metrics for BPMN models
#'
#' @docType package
#' @name understandBPMN
#'
#' @import dplyr
#' @import tidyr
#' @import purrr
#' @import XML
#' @import tibble
#' @import devtools
#' @importFrom R.utils TimeoutException
#' @importFrom R.utils withTimeout
#' @importFrom Rcpp evalCpp
#' @importFrom utils combn
#' @importFrom usethis use_data
#' @exportPattern ("^[[:alpha:]]+")
#' @useDynLib understandBPMN, .registration=TRUE

globalVariables(c("."))
NULL

Try the understandBPMN package in your browser

Any scripts or data that you put into this service are public.

understandBPMN documentation built on Sept. 27, 2019, 5:03 p.m.