Package: twbparser Title: Parse 'Tableau' Workbooks into Functional Data Version: 0.5.0 Authors@R: person("George", "Arthur", , "prigasgenthian48@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1975-1459")) Description: High-performance parsing of 'Tableau' workbook files into tidy data frames and dependency graphs for other visualization tools like R 'Shiny' or 'Power BI' replication, plus an interactive 'Shiny' workbook inspector for uploaded .twb and .twbx files. License: MIT + file LICENSE URL: https://prigasg.github.io/twbparser/, https://github.com/PrigasG/twbparser BugReports: https://github.com/PrigasG/twbparser/issues Depends: R (>= 4.2.0) Imports: dplyr, igraph, purrr, R6, rlang, stringr, tibble, tidyr, withr, xml2 Suggests: cli, covr, ggraph, knitr, lintr, magrittr, optparse, rmarkdown, shiny, spelling, styler, testthat (>= 3.0.0), tidygraph, vctrs, zip VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE, r6 = FALSE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libglpk-dev libicu-dev libxml2-dev Repository: https://prigasg.r-universe.dev Date/Publication: 2026-06-17 13:37:55 UTC RemoteUrl: https://github.com/prigasg/twbparser RemoteRef: HEAD RemoteSha: 773378bd25786cfeee19900e2a3f9bd6f01eecc6 NeedsCompilation: no Packaged: 2026-07-17 09:06:06 UTC; root Author: George Arthur [aut, cre] (ORCID: ) Maintainer: George Arthur