Package: logtree
Title: Tree-Style Console Logger for Nested Processes
Version: 0.2.0
Authors@R: 
    person("Ivan", "Sortino", , "ivan.sortino97@gmail.com", role = c("aut", "cre", "cph"))
Description: Render nested process execution as a live, colored tree in the console, with tree connectors, status glyphs, and elapsed time per step. Nesting depth is tracked via frame exit handlers so it never desynchronizes, even when a step errors. Builds on the 'cli' package for console rendering.
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 4.0)
Imports: cli, rlang, withr
Suggests: covr, jsonlite, knitr, logger (>= 0.3.0), pkgdown, rmarkdown,
        testthat (>= 3.1.4)
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://github.com/IvanSortino/logtree,
        https://ivansortino.github.io/logtree/
BugReports: https://github.com/IvanSortino/logtree/issues
Config/roxygen2/version: 8.1.0
NeedsCompilation: no
Packaged: 2026-09-01 10:13:42 UTC; sortino
Author: Ivan Sortino [aut, cre, cph]
Maintainer: Ivan Sortino <ivan.sortino97@gmail.com>
Repository: CRAN
Date/Publication: 2026-09-01 10:30:10 UTC
Built: R 4.6.1; ; 2026-09-01 23:51:48 UTC; windows
