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
#' @importFrom Rcpp evalCpp
#' @importFrom utils combn
#' @useDynLib UnderstandBPMN
#' @exportPattern ("^[[:alpha:]]+")
#' @useDynLib (understandBPMN, .registration=TRUE)


globalVariables(c("."))
NULL
jonaslieben/UnderstandBPMN documentation built on May 26, 2019, 12:31 p.m.