R/diabetes.3-package.R

# :vim set filetype=R
#' Analyze Diabetes Patients
#'
#' The description. It needs to contain at least two sentences.
#'
#' \tabular{ll}{
#' Package: \tab diabetes.3\cr
#' Type: \tab Package\cr
#' Version: \tab 1.0.0\cr
#' Date: \tab 2018-06-08\cr
#' License: \tab LGPL-3\cr
#' LazyLoad: \tab yes\cr
#' }
#'
#' @name diabetes.3-package
#' @aliases diabetes.3-package diabetes.3
#' @docType package
#' @exportPattern "^[^\\.]"
#' @import futile.logger 
#' @author Author Name <author@@name.com>
#' @keywords package
## @seealso \code{\link{other.package}}
NULL 
profbrowe/diabetes documentation built on May 24, 2019, 7:16 a.m.