R/EWAC-package.R

#' @details
#'    R Package to Compute an Estimator of Weekly Alcohol Consumption (EWAC) from the Extended AUDIT-C
#'
#'    Developed by \insertCite{DuteyMagni2020;textual}{EWAC}.
#'
#'    Copyright (C) 2020 University of Southampton
#'
#'    This program is free software; you can redistribute it and/or modify
#'    it under the terms of the GNU General Public License as published by
#'    the Free Software Foundation; either version 3 of the License, or
#'    (at your option) any later version.
#'
#'    This program is distributed in the hope that it will be useful,
#'    but WITHOUT ANY WARRANTY; without even the implied warranty of
#'    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#'    GNU General Public License for more details.
#'
#' @keywords internal
#' @importFrom Rdpack reprompt
#' @references \insertAllCited{}
#' @seealso EWAC web app: \url{https://ewac.netlify.app/}
"_PACKAGE"

globalVariables("default_coefficients")

# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
## usethis namespace: end
NULL
peterdutey/ewac-resources documentation built on Dec. 22, 2021, 7:45 a.m.