-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
20 lines (20 loc) · 1.09 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: heir
Title: Calculate HEI-2015 Scores Using 'ASA24' Data
Version: 0.1.0
Authors@R:
person(given = "Adam",
family = "Sadowski",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0002-8023-9227"))
Description: Healthy Eating Index (HEI) scoring is not the simplest of calculations. But this package simply does it! Function hei() will compute HEI-2015 total and component scores using data from 'ASA24' (2016 version and subsequent versions). It implements the 'simple HEI scoring algorithm' as described at <https://epi.grants.cancer.gov/hei/hei-methods-and-calculations.html>. The 'ASA24' system is described at <https://epi.grants.cancer.gov/asa24>. HEI-2015 is described by Krebs-Smith et al. (2018) <doi:10.1016/j.jand.2018.05.021>.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
URL: https://github.com/AdamSadowski/heir
BugReports: https://github.com/AdamSadowski/heir/issues