-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
51 lines (51 loc) · 1.32 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
Package: tidypolars
Type: Package
Title: Get the Power of Polars with the Syntax of the Tidyverse
Version: 0.11.0
Authors@R:
person(given = "Etienne",
family = "Bacher",
role = c("aut", "cre", "cph"),
email = "[email protected]")
Description: Polars is an amazing cross-language tool for manipulating very large
data. However, one drawback is that the R implementation has a syntax that
will look odd to many R users who are not used to Python syntax. The objective
of tidypolars is to improve the ease-of-use of Polars in R by providing
tidyverse syntax to polars.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
URL: https://tidypolars.etiennebacher.com, https://etiennebacher.r-universe.dev/tidypolars
BugReports: https://github.com/etiennebacher/tidypolars/issues
Depends: R (>= 4.1.0)
Imports:
dplyr,
glue,
lifecycle,
polars (>= 0.20.0),
rlang,
tidyr,
tidyselect,
utils,
vctrs
Suggests:
arrow,
bench,
data.table,
knitr,
jsonlite,
lubridate,
nanoparquet,
patrick,
quickcheck,
rmarkdown,
rstudioapi,
stringr,
testthat (>= 3.0.0),
tibble,
withr
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/testthat/parallel: true