Type: Package
Package: printtree
Title: Print Directory Trees for R Projects and Folders
Version: 0.2.0
Authors@R: 
    person("George", "Arthur", , "prigasgenthian48@gmail.com", role = c("aut", "cre", "cph"))
Description: Provides tools to print a compact, readable directory tree
    for a folder or project. The package can automatically detect common
    project roots (e.g., 'RStudio' '.Rproj' files) and formats output for
    quick inspection of code and data organization. It supports typical
    tree customizations such as limiting depth, excluding files using
    ignore patterns, and producing clean, aligned text output suitable for
    console use, reports, and reproducible documentation. A snapshot
    helper can also render the tree output to a PNG image for sharing in
    issues, teaching material, or project documentation.
License: MIT + file LICENSE
URL: https://github.com/PrigasG/printtree
BugReports: https://github.com/PrigasG/printtree/issues
Suggests: knitr, rmarkdown, spelling, testthat (>= 3.0.0), withr
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2026-01-26 13:31:57 UTC; garthur
Author: George Arthur [aut, cre, cph]
Maintainer: George Arthur <prigasgenthian48@gmail.com>
Repository: CRAN
Date/Publication: 2026-01-30 10:50:07 UTC
Built: R 4.6.0; ; 2026-02-12 03:03:10 UTC; windows
