Package: shinypal Title: Tools to Make Modular and Interactive R Workflow Builders Version: 0.0.0.9000 Depends: R (>= 4.1.0) Imports: shiny, shinymeta, DT, bslib (>= 0.11.0), rlang, sortable, htmltools, clipr, purrr, khroma, grDevices, shinycssloaders, fs, rmarkdown, callr, xfun, zip Suggests: knitr, testthat (>= 3.0.0) Authors@R: person("William", "Gearty", email = "willgearty@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-0076-3262")) Description: Provides the building blocks for modular, interactive shiny applications that turn point-and-click pipelines into reproducible R and R Markdown code. Using shinymeta, shinypal assembles code modules into a draggable workflow, shows the equivalent code as the user builds it, and lets them export the whole pipeline as a runnable script or rendered report. License: GPL (>= 3) URL: https://github.com/willgearty/shinypal, http://williamgearty.com/shinypal/ BugReports: https://github.com/willgearty/shinypal/issues Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 Config/testthat/edition: 3 Config/Needs/website: pkgdown VignetteBuilder: knitr Config/pak/sysreqs: cmake make libuv1-dev libx11-dev zlib1g-dev Repository: https://willgearty.r-universe.dev Date/Publication: 2026-06-25 03:15:00 UTC RemoteUrl: https://github.com/willgearty/shinypal RemoteRef: HEAD RemoteSha: be0518e0a6da1d933e71216bfd47c258e6364f61 NeedsCompilation: no Packaged: 2026-06-25 05:05:14 UTC; root Author: William Gearty [aut, cre] (ORCID: ) Maintainer: William Gearty