-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 928 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: EWAC
Title: R Package to Compute an Estimator of Weekly Alcohol Consumption (EWAC) from the Extended AUDIT-C
Version: 0.0.1
Authors@R: c(
person(given = "Peter",
family = "Dutey-Magni",
role = c("aut", "cre"),
email = "p.dutey-magni@ucl.ac.uk",
comment = c(ORCID = "0000-0002-8942-9836")),
person("University of Southampton", role = "cph"))
Description: >
Compute an Estimator of Weekly Alcohol Consumption (EWAC)
from the Extended Alcohol Use Disorders Identification Tool.
URL: https://github.com/peterdutey/ewac-resources/
BugReports: https://github.com/peterdutey/ewac-resources/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Depends: R (>= 2.10)
Imports: Rdpack (>= 0.7)
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
RdMacros: Rdpack
Collate:
'EWAC-package.R'
'default_coefficients.R'
'example_ewac.R'
'functions.R'