-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathDESCRIPTION
35 lines (35 loc) · 850 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
Package: cookbookrpolars
Title: Cookbook to provide solutions to common tasks and problemes in using Polars with R
Version: 0.0.1
Authors@R:
c(person(given = "Damien",
family = "Dotta",
role = c("aut", "cre"),
email = "[email protected]"))
Description: The purpose of this book is to introduce some of the features
of Polars with R. It contains a side-by-side comparison between Polars,
R base and the two most popular packages for data manipulation dplyr
and data.table.
License: file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
polars,
rmarkdown,
dplyr,
tidyr,
arrow,
data.table,
fakir,
tictoc,
duckdb,
DBI,
microbenchmark,
readr,
fs,
ggplot2,
pryr,
dbplyr,
forcats,
collapse