Package: data.tree
Type: Package
Title: General Purpose Hierarchical Data Structure
Version: 1.1.0
Date: 2023-11-11
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.2.3
Encoding: UTF-8
