R/utilsag-package.R

## Based on https://stuff.mit.edu/afs/athena/software/r/current/RStudio/resources/roxygen_help.html
## see library/roxygen2/doc/rd.html
## https://bookdown.dongzhuoer.com/hadley/r-pkgs/man.html (Section 8)
#'
#' @details
#'  For a complete list of functions use:
#' ```
#'  library(help = "utilsag")
#' ```
#'   or 
#' ```
#' help.start()
#' ```
#'  and locate `utilsag` package 
## assorted imports from base packages
##' - ??@importFrom glmnetUtils minlossplot
#' @keywords internal
"_PACKAGE"
agalecki/utilsag documentation built on Jan. 25, 2023, 5:36 a.m.