Package: orbweaver
Title: Fast and Efficient Graph Data Structures
Version: 0.10.2
Authors@R: 
    c(person(given = "ixpantia, SRL",
             role = "cph",
             email = "hola@ixpantia.com"),
      person("Andres", "Quintero", , "andres@ixpantia.com", role = c("aut", "cre")),
      person(given = "The authors of the dependency Rust crates",
             role = c("ctb"),
             comment = "see inst/AUTHORS file for details"))
Description: Empower your data analysis with 'orbweaver', an R package
    designed for effortless construction and analysis of graph data
    structures. With 'orbweaver', you can seamlessly build and manipulate
    graph structures, leveraging its high-performance methods for
    filtering, joining, and mutating data within the R environment.
    Drawing inspiration from the efficiency of the 'data.table'
    package, 'orbweaver' ensures that mutations and changes to
    the graph are performed in place, streamlining your
    workflow for optimal productivity.
URL: https://github.com/ixpantia/orbweaver-r
BugReports: https://github.com/ixpantia/orbweaver-r/issues
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.1
Config/rextendr/version: 0.3.1.9000
SystemRequirements: Cargo (Rust's package manager), rustc
Imports: glue, rlang
Suggests: testthat (>= 3.0.0), tibble
Config/testthat/edition: 3
NeedsCompilation: yes
Packaged: 2024-06-13 20:18:27 UTC; andres
Author: ixpantia, SRL [cph],
  Andres Quintero [aut, cre],
  The authors of the dependency Rust crates [ctb] (see inst/AUTHORS file
    for details)
Maintainer: Andres Quintero <andres@ixpantia.com>
Repository: CRAN
Date/Publication: 2024-06-13 21:50:02 UTC
