Package: ggflowchart Title: Flowcharts with 'ggplot2' Version: 1.0.0.9007 Authors@R: person(given = "Nicola", family = "Rennie", role = c("aut", "cre", "cph"), email = "nrennie35@gmail.com") Description: Flowcharts can be a useful way to visualise complex processes. This package uses the layered grammar of graphics of 'ggplot2' to create simple flowcharts. License: MIT + file LICENSE Encoding: UTF-8 Depends: R (>= 3.6) Imports: dplyr, igraph, ggplot2 (>= 3.4.0), purrr, rlang, tibble, tidyr Suggests: knitr, rcartocolor, rmarkdown, testthat (>= 3.0.0) Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 VignetteBuilder: knitr Config/Needs/website: nrennie/nrenniepkgdown URL: https://nrennie.github.io/ggflowchart/ BugReports: https://github.com/nrennie/ggflowchart/issues Config/testthat/edition: 3 Config/pak/sysreqs: libglpk-dev libicu-dev libxml2-dev Repository: https://nrennie.r-universe.dev Date/Publication: 2023-12-20 20:23:11 UTC RemoteUrl: https://github.com/nrennie/ggflowchart RemoteRef: HEAD RemoteSha: ff34410c09ce928f64688a2bf68bfc2cb4e37364 NeedsCompilation: no Packaged: 2026-06-17 07:25:00 UTC; root Author: Nicola Rennie [aut, cre, cph] Maintainer: Nicola Rennie