-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9399eae
commit 1154e73
Showing
2 changed files
with
40 additions
and
40 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,39 @@ | ||
Package: tidypolars | ||
Type: Package | ||
Title: Provide the Functionalities of Polars with the Syntax of the Tidyverse | ||
Version: 0.0.1.9000 | ||
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.2.3.9000 | ||
Roxygen: list(markdown = TRUE) | ||
URL: https://www.tidypolars.etiennebacher.com/, https://etiennebacher.r-universe.dev/tidypolars | ||
BugReports: https://github.com/etiennebacher/tidypolars/issues | ||
Depends: R (>= 4.1.0) | ||
Imports: | ||
polars, | ||
rlang, | ||
tidyselect, | ||
utils | ||
Suggests: | ||
bench, | ||
data.table, | ||
dplyr, | ||
knitr, | ||
lubridate, | ||
rmarkdown, | ||
tidyr, | ||
tinytest | ||
Remotes: | ||
markvanderloo/tinytest/pkg | ||
VignetteBuilder: knitr | ||
Package: tidypolars | ||
Type: Package | ||
Title: Provide the Functionalities of Polars with the Syntax of the Tidyverse | ||
Version: 0.1.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.2.3.9000 | ||
Roxygen: list(markdown = TRUE) | ||
URL: https://www.tidypolars.etiennebacher.com/, https://etiennebacher.r-universe.dev/tidypolars | ||
BugReports: https://github.com/etiennebacher/tidypolars/issues | ||
Depends: R (>= 4.1.0) | ||
Imports: | ||
polars, | ||
rlang, | ||
tidyselect, | ||
utils | ||
Suggests: | ||
bench, | ||
data.table, | ||
dplyr, | ||
knitr, | ||
lubridate, | ||
rmarkdown, | ||
tidyr, | ||
tinytest | ||
Remotes: | ||
markvanderloo/tinytest/pkg | ||
VignetteBuilder: knitr |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# tidypolars (development version) | ||
# tidypolars 0.1.0 | ||
|
||
**New features** | ||
|
||
|