-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathDESCRIPTION
More file actions
60 lines (60 loc) · 1.75 KB
/
DESCRIPTION
File metadata and controls
60 lines (60 loc) · 1.75 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
Package: tidypolars
Type: Package
Title: More Efficient Tidyverse Code, Using Polars in the Background
Version: 0.18.0
Authors@R:
c(person(given = "Etienne",
family = "Bacher",
role = c("aut", "cre", "cph"),
email = "etienne.bacher@protonmail.com"),
person(given = "Anatoly",
family = "Tsyplenkov",
role = "ctb",
email = "atsyplenkov@fastmail.com",
comment = c(ORCID = "0000-0003-4144-8402")),
person(given = "Yousa Mirage",
role = "ctb",
email = "Yousa-Mirage@foxmail.com",
comment = c(ORCID = "0009-0004-5329-1881", GitHub = "Yousa-Mirage")))
Description: Polars is a 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
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.3.0)
Imports:
cli,
dplyr (> 1.1.4),
glue,
lifecycle,
polars (>= 1.10.0),
rlang (>= 1.1.0),
tidyr,
tidyselect,
vctrs
Suggests:
arrow,
bench,
data.table,
fs,
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
Config/roxygen2/version: 8.0.0