Package: flowchart Type: Package Title: Tidy Flowchart Generator Version: 1.0.1 Authors@R: c( person("Pau", "Satorra", , "psatorra@igtp.cat", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-8144-4089")), person("João", "Carmezim", role = "aut", comment = c(ORCID = "0009-0009-1443-5578")), person("Natàlia", "Pallarès", role = "aut", comment = c(ORCID = "0000-0002-1462-379X")), person("Cristian", "Tebé", role = "aut", comment = c(ORCID = "0000-0003-2320-1385")), person("Kenneth", "Taylor", role = "aut", comment = c(ORCID = "0000-0002-3205-9280")) ) Maintainer: Pau Satorra Description: Creates participant flow diagrams directly from a dataframe. Representing the flow of participants through each stage of a study, especially in clinical trials, is essential to assess the generalisability and validity of the results. This package provides a set of functions that can be combined with a pipe operator to create all kinds of flowcharts from a data frame in an easy way. License: GPL (>= 3) BugReports: https://github.com/bruigtp/flowchart/issues Encoding: UTF-8 LazyData: true Imports: Gmisc, grid, tidyr, dplyr (>= 1.1.0), purrr, stringr, tibble, tidyselect, rlang, grDevices, cli Suggests: knitr, ragg, rmarkdown, testthat (>= 3.0.0), withr VignetteBuilder: knitr Depends: R (>= 4.1.0) RoxygenNote: 7.3.2 Roxygen: list(markdown = TRUE) URL: https://bruigtp.github.io/flowchart/, https://doi.org/10.5334/jors.649 Config/testthat/edition: 3 Config/Needs/website: rmarkdown Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libxml2-dev Repository: https://bruigtp.r-universe.dev Date/Publication: 2026-06-22 13:17:58 UTC RemoteUrl: https://github.com/bruigtp/flowchart RemoteRef: HEAD RemoteSha: 934f9ca7e80720fc1808cc10562aed78fc75d055 NeedsCompilation: no Packaged: 2026-06-22 14:23:49 UTC; root Author: Pau Satorra [aut, cre] (ORCID: ), João Carmezim [aut] (ORCID: ), Natàlia Pallarès [aut] (ORCID: ), Cristian Tebé [aut] (ORCID: ), Kenneth Taylor [aut] (ORCID: )