Skip to content

Commit

Permalink
version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher committed Sep 5, 2023
1 parent 9399eae commit 1154e73
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 40 deletions.
78 changes: 39 additions & 39 deletions DESCRIPTION
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
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# tidypolars (development version)
# tidypolars 0.1.0

**New features**

Expand Down

0 comments on commit 1154e73

Please sign in to comment.