R/risk3-package.R

#' Risk3r
#' @description Set of fuctions to work with risk modelling
#' @name risk3r
#' @docType package
#' @author Joshua Kunst (@@jbkunst)
NULL

#' risk3r exported operators and S3 methods
#'
#' The following functions are imported and then re-exported
#' from the risk3r package to avoid listing the magrittr
#' as Depends of risk3r.
#'
#' @name risk3r-exports
NULL

#' @importFrom magrittr %>%
#' @name %>%
#' @export
#' @rdname risk3r-exports
NULL
jbkunst/risk3r documentation built on March 19, 2024, 10:49 p.m.