-
Notifications
You must be signed in to change notification settings - Fork 35
/
DESCRIPTION
123 lines (123 loc) · 2.88 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
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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
Package: polars
Title: Lightning-Fast 'DataFrame' Library
Version: 0.20.0.9000
Depends: R (>= 4.2)
Imports: utils, codetools, methods
Authors@R:
c(person("Ritchie", "Vink", , "[email protected]", role = c("aut")),
person("Soren", "Welling", , "[email protected]", role = c("aut", "cre")),
person("Tatsuya", "Shima", , "[email protected]", role = c("aut")),
person("Etienne", "Bacher", , "[email protected]", role = c("aut"), comment = c(ORCID = "0000-0002-9271-5075")))
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
Language: en-US
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: Cargo (rustc package manager), cmake
URL: https://pola-rs.github.io/r-polars/,
https://github.com/pola-rs/r-polars,
https://rpolars.r-universe.dev/polars
Suggests:
arrow (>= 15.0.1),
bench,
bit64,
callr,
clock (>= 0.7.0),
curl,
ggplot2,
jsonlite,
knitr,
lubridate,
nanoarrow (>= 0.6.0),
nycflights13,
patrick,
quickcheck,
pillar,
rlang,
rmarkdown,
testthat (>= 3.2.1),
tibble,
tools,
vctrs,
withr
Config/Needs/website:
altdoc,
future.apply,
here,
magrittr,
pkgload,
yaml
Config/Needs/dev:
devtools,
dplyr,
RcppTOML,
readr,
rextendr,
spelling,
stringr,
styler
Config/testthat/edition: 3
Collate:
'utils.R'
'extendr-wrappers.R'
'after-wrappers.R'
'Field.R'
'PTime.R'
'as_polars.R'
'autocompletion.R'
'construction.R'
'dataframe__frame.R'
'datatype.R'
'docs.R'
'dotdotdot.R'
'error__rpolarserr.R'
'error__string.R'
'error__trait.R'
'error_conversion.R'
'expr__array.R'
'expr__binary.R'
'expr__categorical.R'
'expr__datetime.R'
'expr__expr.R'
'expr__list.R'
'expr__meta.R'
'expr__name.R'
'expr__string.R'
'expr__struct.R'
'functions__eager.R'
'functions__lazy.R'
'functions__whenthen.R'
'group_by.R'
'group_by_dynamic.R'
'group_by_rolling.R'
'io_csv.R'
'io_ipc.R'
'io_json.R'
'io_parquet.R'
'is_polars.R'
'lazyframe__group_by.R'
'lazyframe__lazy.R'
'parse_as_duration.R'
'pkg-arrow.R'
'pkg-knitr.R'
'pkg-nanoarrow.R'
'polars-package.R'
'polars_envvars.R'
'polars_info.R'
'polars_options.R'
'rbackground.R'
'rust_result.R'
's3-methods.R'
's3-methods-operator.R'
'series__series.R'
'sql.R'
'vctrs.R'
'zzz.R'
Config/rextendr/version: 0.3.1
VignetteBuilder: knitr
Config/polars/LibVersion: 0.43.1
Config/polars/RustToolchainVersion: nightly-2024-09-19