-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathDESCRIPTION
More file actions
64 lines (64 loc) · 1.83 KB
/
DESCRIPTION
File metadata and controls
64 lines (64 loc) · 1.83 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Package: polars
Title: R Bindings for the 'polars' Rust Library
Version: 1.10.0.9000
Authors@R: c(
person("Tatsuya", "Shima", , "ts1s1andn@gmail.com", role = c("aut", "cre")),
person("Etienne", "Bacher", , "etienne.bacher@protonmail.com", role = "aut",
comment = c(ORCID = "0000-0002-9271-5075")),
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
URL: https://pola-rs.github.io/r-polars/,
https://github.com/pola-rs/r-polars,
https://rpolars.r-universe.dev/polars
BugReports: https://github.com/pola-rs/r-polars/issues
Depends:
R (>= 4.3)
Imports:
rlang (>= 1.2.0),
S7 (>= 0.2.1)
Suggests:
arrow,
bit64,
blob,
carrier (>= 0.2.0),
cli,
clock,
curl,
data.table,
ggplot2,
hms,
jsonlite,
knitr,
mirai (>= 2.3.0),
nanoarrow (>= 0.6.0),
nycflights13,
patrick (>= 0.3.0),
pillar,
pkgload,
purrr (>= 1.1.0),
reticulate (>= 1.43.0),
rmarkdown,
testthat (>= 3.3.2),
tibble (>= 3.3.0),
vctrs,
withr
VignetteBuilder:
knitr
Config/Needs/dev: devtools, lifecycle, readr, glue, RcppTOML, smvr
Config/Needs/lint: fs, lintr
Config/Needs/website: etiennebacher/altdoc, future.apply
Config/polars/lib-version: 1.10.0-rc.2
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/testthat/start-first: lazyframe-frame, *-s3-base, polars_options,
expr-expr, expr-*
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
SystemRequirements: Cargo (Rust's package manager), rustc