From 72dc4005e9b2335de1ac01a054dd25b0b146814a Mon Sep 17 00:00:00 2001 From: eitsupi Date: Mon, 3 Jul 2023 14:20:46 +0000 Subject: [PATCH 1/3] refactor: remove white spaces --- DESCRIPTION | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index be3047f21..c38135b7d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -13,8 +13,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, @@ -40,7 +40,7 @@ Config/Needs/dev: robinlovelace/styler.equals, rextendr Config/testthat/edition: 3 -Collate: +Collate: 'utils.R' 'extendr-wrappers.R' 'after-wrappers.R' From bfe25bc4102251473329c71bc766b74726f7485b Mon Sep 17 00:00:00 2001 From: eitsupi Date: Mon, 3 Jul 2023 14:37:46 +0000 Subject: [PATCH 2/3] docs: update title and description --- DESCRIPTION | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index c38135b7d..ce9f0b281 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,12 +1,14 @@ 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", , "ritchie46@gmail.com", role = c("aut")), person("Soren", "Welling", , "sorhawell@gmail.com", 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) From 2d7bcad1a668f2ad65fe413eaf89f6c7e2677477 Mon Sep 17 00:00:00 2001 From: eitsupi Date: Mon, 3 Jul 2023 14:42:46 +0000 Subject: [PATCH 3/3] docs: fix url --- R/expr__expr.R | 2 +- man/Expr_class.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/expr__expr.R b/R/expr__expr.R index ba2994935..88a67f0e2 100644 --- a/R/expr__expr.R +++ b/R/expr__expr.R @@ -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 diff --git a/man/Expr_class.Rd b/man/Expr_class.Rd index ece5a53a3..64dbc8c99 100644 --- a/man/Expr_class.Rd +++ b/man/Expr_class.Rd @@ -6,7 +6,7 @@ \description{ \code{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 \href{https://pola-rs.github.io/polars/py-polars/html/reference/expressions}{Py-Polars classification}): +the \href{https://pola-rs.github.io/polars/py-polars/html/reference/expressions/}{Py-Polars classification}): \itemize{ \item Aggregate \item Binary