-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 1.11 KB
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 1.11 KB
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
Package: orbweaver
Title: Fast and Efficient Graph Data Structures
Version: 0.18.2
Authors@R: c(
person("ixpantia, SRL", , , "hola@ixpantia.com", role = "cph"),
person("Andres", "Quintero", , "andres@ixpantia.com", role = c("aut", "cre")),
person("The authors of the dependency Rust crates", role = "ctb",
comment = "see inst/AUTHORS file for details")
)
Description: Seamlessly build and manipulate graph structures, leveraging
its high-performance methods for filtering, joining, and mutating
data. Ensures that mutations and changes to the graph are performed in
place, streamlining your workflow for optimal productivity.
License: MIT + file LICENSE
URL: https://github.com/ixpantia/orbweaver-r
BugReports: https://github.com/ixpantia/orbweaver-r/issues
Depends:
R (>= 4.2.0)
Imports:
glue,
methods,
rlang
Suggests:
testthat (>= 3.0.0)
Config/rextendr/version: 0.3.1.9001
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: Cargo (Rust's package manager) >= 1.70, rustc >= 1.70
Config/Needs/website: rmarkdown