-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from eitsupi/ci
ci: use p3m and pak to R package binary installation
- Loading branch information
Showing
3 changed files
with
49 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters