Package: vvdoctor Title: Statistical Test App with R 'shiny' Version: 0.0.2 Authors@R: c(person(given = "Tomer", family = "Iwan", role = c("aut", "cre"), email = "t.iwan@vu.nl" ), person(given = "Corneel", family = "Den Hartogh", role = "ctb", email = "c.f.den.hartogh@vu.nl", comment = c(ORCID = "0000-0001-8347-7944") ), person(given = "Jesús", family = "Blanco", role = "ctb", email = "j.e.blanco@vu.nl" ), person(given = "VU Analytics", role = "cph" )) Description: Provides a user-friendly R 'shiny' app for performing various statistical tests on datasets. It allows users to upload data in numerous formats and perform statistical analyses. The app dynamically adapts its options based on the selected columns and supports both single and multiple column comparisons. The app's user interface is designed to streamline the process of selecting datasets, columns, and test options, making it easy for users to explore and interpret their data. The underlying functions for statistical tests are well-organized and can be used independently within other R scripts. URL: https://github.com/vusaverse/vvdoctor, https://vusaverse.github.io/vvdoctor/ License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Imports: datamods, DescTools, DT, exact2x2, irr, magrittr, rintrojs, rstatix, shiny, shinycssloaders, shinyjs, shinyWidgets Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev libx11-dev zlib1g-dev Repository: https://vusaverse.r-universe.dev Date/Publication: 2025-08-20 12:12:58 UTC RemoteUrl: https://github.com/vusaverse/vvdoctor RemoteRef: HEAD RemoteSha: e1548af2ec306081d107c6d1c736164ded3d2ef6 NeedsCompilation: no Packaged: 2026-06-16 09:55:40 UTC; root Author: Tomer Iwan [aut, cre], Corneel Den Hartogh [ctb] (ORCID: ), Jesús Blanco [ctb], VU Analytics [cph] Maintainer: Tomer Iwan