Package: putior Title: Generate Workflow Diagrams from Code Annotations Version: 0.2.0 Authors@R: person("Philipp", "Thoss", , "ph.thoss@gmx.de", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4672-2792")) Description: Provides tools for extracting and processing structured annotations from source files in 30+ programming languages to facilitate workflow visualization. The package scans source files for special 'PUT' annotations that define nodes, connections, and metadata within a data processing workflow. Supports R, Python, SQL, JavaScript, TypeScript, Go, Rust, Java, and more with automatic comment syntax detection. These annotations can then be used to generate visual representations of data flows and processing steps across polyglot software environments. Builds on concepts from literate programming Knuth (1984) and utilizes directed acyclic graph (DAG) theory for workflow representation Foraita, Spallek, and Zeeb (2014) . Diagram generation powered by 'Mermaid' Sveidqvist (2014) . Language: en-US License: MIT + file LICENSE URL: https://pjt222.github.io/putior/, https://github.com/pjt222/putior BugReports: https://github.com/pjt222/putior/issues Depends: R (>= 4.1.0) Imports: tools Suggests: testthat (>= 3.0.0), knitr, rmarkdown, clipr, uuid, pkgdown, logger, shiny, shinyAce, mcptools, ellmer, plumber2 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/testthat/edition: 3 VignetteBuilder: knitr Repository: https://pjt222.r-universe.dev Date/Publication: 2026-03-19 11:44:49 UTC RemoteUrl: https://github.com/pjt222/putior RemoteRef: HEAD RemoteSha: 9cec4b6030630205f75c5e7b6024fb8345b91b8b NeedsCompilation: no Packaged: 2026-06-17 08:07:14 UTC; root Author: Philipp Thoss [aut, cre] (ORCID: ) Maintainer: Philipp Thoss