Package: stepssurvey Title: Analyse WHO STEPS Survey Data Version: 0.1.0 Authors@R: c( person("Abhijit", "Pakhare", email = "abhijit.cfm@aiimsbhopal.edu.in", role = c("aut", "cre")), person("Ankur", "Joshi", role = "aut"), person("Lena", "Charlette", role = "aut"), person("WHO STEPS R Pipeline Contributors", role = "ctb") ) Description: Provides a complete analysis pipeline for the WHO STEPwise Approach to NCD Risk Factor Surveillance (STEPS) as described in Riley et al. (2016) . Imports raw survey data ('CSV', 'Excel', 'Stata', 'SPSS'), applies WHO-standard cleaning and recoding, sets up complex survey designs, computes all standard NCD indicators (tobacco, alcohol, diet, physical activity, anthropometry, blood pressure, biochemical), and generates publication-ready tables, visualisations, and 'Word'/'HTML' reports (fact sheet, data book, country report). License: MIT + file LICENSE URL: https://github.com/drpakhare/stepssurvey BugReports: https://github.com/drpakhare/stepssurvey/issues Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.1.0) Imports: bslib, dplyr, DT, flextable, ggplot2, glue, haven, janitor, patchwork, purrr, readr, readxl, rmarkdown, shiny, survey, tools Suggests: knitr, remotes, testthat (>= 3.0.0), withr VignetteBuilder: knitr Config/testthat/edition: 3 Config/pak/sysreqs: libcairo2-dev cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev make libharfbuzz-dev libicu-dev libjpeg-dev libpng-dev libtiff-dev libuv1-dev libwebp-dev libxml2-dev libssl-dev libx11-dev zlib1g-dev Repository: https://drpakhare.r-universe.dev Date/Publication: 2026-05-06 04:09:23 UTC RemoteUrl: https://github.com/drpakhare/stepssurvey RemoteRef: HEAD RemoteSha: dcac8e28d8f3d98c3e5edf7536652a317f617f37 NeedsCompilation: no Packaged: 2026-06-11 07:27:38 UTC; root Author: Abhijit Pakhare [aut, cre], Ankur Joshi [aut], Lena Charlette [aut], WHO STEPS R Pipeline Contributors [ctb] Maintainer: Abhijit Pakhare