-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
37 lines (37 loc) · 1022 Bytes
/
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
Package: neopolars
Title: R Bindings for the 'polars' Rust Library
Version: 0.0.0.9000
Authors@R: c(
person("Tatsuya", "Shima", , "ts1s1andn@gmail.com", role = c("aut", "cre")),
person("Authors of the dependency Rust crates", role = "aut")
)
Description: Lightning-fast 'DataFrame' library written in 'Rust'. Convert
R data to 'Polars' data and vice versa. Perform fast, lazy,
larger-than-memory and optimized data queries. 'Polars' is
interoperable with the package 'arrow', as both are based on the
'Apache Arrow' Columnar Format.
License: MIT + file LICENSE
Depends:
R (>= 4.2)
Imports:
rlang (>= 1.1.0)
Suggests:
bit64,
blob,
cli,
clock,
data.table,
hms,
jsonlite,
patrick,
testthat (>= 3.0.0),
tibble,
vctrs,
withr
Config/Needs/dev: devtools, lifecycle
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: Cargo (Rust's package manager), rustc