Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): updates for R check notes #295

Merged
merged 3 commits into from
Jul 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
Package: polars
Title: Polars ported to R
Title: 'Polars' Ported to R
Version: 0.6.1.9000
Depends: R (>= 4.1.0)
Imports: utils, codetools
Authors@R:
c(person("Ritchie", "Vink", , "[email protected]", role = c("aut")),
person("Soren", "Welling", , "[email protected]", role = c("aut","cre")))
Description: This package ports the polars data query library to R.
Description: 'Polars' is a lightning fast Data Frame library written in Rust.
This package allows converting R data to 'Polars' data and vice versa,
and enabling fast data processing with 'Polars'.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://github.com/pola-rs/r-polars
https://rpolars.r-universe.dev/polars
Suggests:
arrow,
Suggests:
arrow,
bench,
bit64,
data.table,
Expand All @@ -40,7 +42,7 @@ Config/Needs/dev:
robinlovelace/styler.equals,
rextendr
Config/testthat/edition: 3
Collate:
Collate:
'utils.R'
'extendr-wrappers.R'
'after-wrappers.R'
Expand Down
2 changes: 1 addition & 1 deletion R/expr__expr.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' @name Expr_class
#' @description `Expr`essions are all the functions and methods that are applicable
#' to a Polars DataFrame. They can be split into the following categories (following
#' the [Py-Polars classification](https://pola-rs.github.io/polars/py-polars/html/reference/expressions)):
#' the [Py-Polars classification](https://pola-rs.github.io/polars/py-polars/html/reference/expressions/)):
#' * Aggregate
#' * Binary
#' * Categorical
Expand Down
2 changes: 1 addition & 1 deletion man/Expr_class.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.