R/optiRum-package.r

#' optiRum is a helper package
#' 
#' optiRum is a growing package of utilities created by Optimum Credit Ltd's analysts.  
#' It is designed to provide convenience functions, standards, and useful snippets.  
#' Optimum Credit derives significant value from the R platform and associated community, 
#' so non-commercially sensitive functionality is made available in the spirit of reciprocity.
#'
#' @docType package
#' @name optiRum
#' @import data.table ggplot2 AUC knitr stringr XML
#' @importFrom grDevices rgb
#' @importFrom utils modifyList packageVersion
#' @importFrom grid grid.newpage pushViewport viewport grid.layout
#' @importFrom scales comma percent
NULL 

Try the optiRum package in your browser

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

optiRum documentation built on May 5, 2022, 1:05 a.m.