Package: nbc4va Type: Package Title: Bayes Classifier for Verbal Autopsy Data Version: 1.2 Date: 2022-04-25 Authors@R: c( person(given = "Richard", family = "Wen", email = "rrwen.dev@gmail.com", role = c("aut", "cre")), person(given = "Pierre", family = "Miasnikof", role = "ctb"), person(given = "Vasily", family = "Giannakeas", role = "ctb"), person(given = "Mireille", family = "Gomes", role = "ctb")) Maintainer: Richard Wen Description: An implementation of the Naive Bayes Classifier (NBC) algorithm used for Verbal Autopsy (VA) built on code from Miasnikof et al (2015) . Depends: R (>= 4.0.0) Imports: graphics, methods, utils, shiny Suggests: bookdown, knitr, rmarkdown, testthat Enhances: openVA License: GPL-3 LazyData: TRUE RoxygenNote: 7.1.2 Collate: 'nbc4va.R' 'nbc4va_data.R' 'nbc4va_validation.R' 'nbc4va_internal.R' 'nbc4va_main.R' 'nbc4va_extra.R' 'nbc4va_utility.R' 'nbc4va_wrapper.R' VignetteBuilder: knitr Encoding: UTF-8 Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://rrwen.r-universe.dev Date/Publication: 2025-09-16 02:12:50 UTC RemoteUrl: https://github.com/rrwen/nbc4va RemoteRef: HEAD RemoteSha: 2e25fd0a47bdd2bff22e69bdf61fe0a0393fb663 NeedsCompilation: no Packaged: 2026-07-13 06:30:08 UTC; root Author: Richard Wen [aut, cre], Pierre Miasnikof [ctb], Vasily Giannakeas [ctb], Mireille Gomes [ctb]