-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.43 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Package: orbweaver
Title: Fast and Efficient Graph Data Structures
Version: 0.16.0
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
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/rextendr/version: 0.3.1.9000
SystemRequirements: Cargo (Rust's package manager) >= 1.70, rustc >= 1.70
Depends:
R (>= 4.2.0)
Imports:
glue,
rlang,
methods
Suggests:
testthat (>= 3.0.0),
tibble
Config/testthat/edition: 3