R/psmineR.R

#' @title psmineR
#' @description Performance Spectrum Miner For Event Data
#'
# @docType package
#' @name psmineR

## usethis namespace: start
#' @import bupaR
#' @import dplyr
#' @import ggplot2
#' @import tidyr
#' @importFrom dplyr %>%
#' @importFrom forcats fct_reorder
#' @importFrom glue glue
#' @importFrom data.table data.table := .I .SD .N uniqueN setorderv setkeyv setnames shift fcase rowidv fifelse melt %chin%
#' @importFrom rlang arg_match is_missing maybe_missing is_integerish sym caller_env caller_arg
#' @importFrom cli cli_abort
#' @importFrom stats median na.omit quantile
## usethis namespace: end

globalVariables(c(".", ":="))
"_PACKAGE"
NULL

Try the psmineR package in your browser

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

psmineR documentation built on Sept. 9, 2025, 5:26 p.m.