Package: data.tree
Type: Package
Title: General Purpose Hierarchical Data Structure
Version: 1.2.0
Language: en-US
Date: 2025-08-06
Authors@R: c(
      person(
        "Russ", "Hyde",
        role = c("ctb"),
        comment = "improve dependencies"
      ),
      person(
        "Chris", "Hammill",
        role = c("ctb"),
        comment = "improve getting"
      ),
      person(
        "Facundo", "Munoz",
        role = c("ctb"),
        comment = "improve list conversion"
      ),
      person(
        "Markus", "Wamser"
        , role = c("ctb")
        , comment = "fixed some typos"
      ),
      person(
        "Pierre", "Formont"
        , role = c("ctb")
        , comment = "additional features"
      ),
      person(
        "Kent", "Russel"
        , role = c("ctb")
        , comment = "documentation"
      ),
      person(
        "Noam", "Ross"
        , role = c("ctb")
        , comment = "fixes"
      ),
      person(
        "Duncan", "Garmonsway"
        , role = c("ctb")
        , comment = "fixes"
      ),
      person(
        "Christoph", "Glur"
        , role = c("aut", "cre")
        , comment = "R interface"
        , email = "christoph.glur@powerpartners.pro"
      )
    )
VignetteBuilder: knitr, rmarkdown
Imports: R6, stringi, methods
Suggests: Formula, graphics, testthat, knitr, rmarkdown, ape, yaml,
        networkD3, jsonlite, treemap, party, partykit, doParallel,
        foreach, htmlwidgets, DiagrammeR (>= 1.0.0), mockery, rpart
Enhances: igraph
Description: Create tree structures from hierarchical data, and traverse the
    tree in various orders. Aggregate, cumulate, print, plot, convert to and from
    data.frame and more. Useful for decision trees, machine learning, finance,
    conversion from and to JSON, and many other applications.
License: GPL (>= 2)
URL: https://github.com/gluc/data.tree
BugReports: https://github.com/gluc/data.tree/issues
Depends: R (>= 3.5)
RoxygenNote: 7.3.2
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2025-08-25 09:55:30 UTC; ChristophGlur
Author: Russ Hyde [ctb] (improve dependencies),
  Chris Hammill [ctb] (improve getting),
  Facundo Munoz [ctb] (improve list conversion),
  Markus Wamser [ctb] (fixed some typos),
  Pierre Formont [ctb] (additional features),
  Kent Russel [ctb] (documentation),
  Noam Ross [ctb] (fixes),
  Duncan Garmonsway [ctb] (fixes),
  Christoph Glur [aut, cre] (R interface)
Maintainer: Christoph Glur <christoph.glur@powerpartners.pro>
Repository: CRAN
Date/Publication: 2025-08-25 11:00:02 UTC
Built: R 4.5.1; ; 2025-10-26 00:49:31 UTC; windows
