You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by th...@apache.org on 2022/05/25 10:16:39 UTC

[arrow] branch master updated: MINOR: [R][Docs] Fix function names in the changelog for to fix the links in the pkgdown site

This is an automated email from the ASF dual-hosted git repository.

thisisnic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new fe2ce20979 MINOR: [R][Docs] Fix function names in the changelog for to fix the links in the pkgdown site
fe2ce20979 is described below

commit fe2ce209794e810fa939ef5ea0e5b22c6720a725
Author: SHIMA Tatsuya <ts...@gmail.com>
AuthorDate: Wed May 25 11:16:28 2022 +0100

    MINOR: [R][Docs] Fix function names in the changelog for to fix the links in the pkgdown site
    
    Closes #13213 from eitsupi/fix-changelog
    
    Authored-by: SHIMA Tatsuya <ts...@gmail.com>
    Signed-off-by: Nic Crane <th...@gmail.com>
---
 r/NEWS.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/r/NEWS.md b/r/NEWS.md
index 69db430df5..6d25aa2154 100644
--- a/r/NEWS.md
+++ b/r/NEWS.md
@@ -39,10 +39,10 @@
     if the query contains contains aggregations or joins.
   - supports `dplyr::rename_with()`.
   - `dplyr::count()` returns an ungrouped dataframe.
-* `write_dataset` has more options for controlling row group and file sizes when
+* `write_dataset()` has more options for controlling row group and file sizes when
   writing partitioned datasets, such as `max_open_files`, `max_rows_per_file`,
   `min_rows_per_group`, and `max_rows_per_group`.
-* `write_csv_arrow` accepts a `Dataset` or an Arrow dplyr query.
+* `write_csv_arrow()` accepts a `Dataset` or an Arrow dplyr query.
 * Joining one or more datasets while `option(use_threads = FALSE)` no longer
   crashes R. That option is set by default on Windows.
 * `dplyr` joins support the `suffix` argument to handle overlap in column names.
@@ -62,11 +62,12 @@
     * `lubridate::epiyear()` (year according to epidemiological week calendar),
   * `lubridate::month()` works with integer inputs.
   * `lubridate::make_date()` & `lubridate::make_datetime()` +
-    `lubridate::ISOdatetime()` & `lubridate::ISOdate()` to
+    `base::ISOdatetime()` & `base::ISOdate()` to
     create date-times from numeric representations.
   * `lubridate::decimal_date()` and `lubridate::date_decimal()`
   * `lubridate::make_difftime()` (duration constructor)
-  * `?lubridate::duration` helper functions, such as `dyears()`, `dhours()`, `dseconds()`.
+  * `?lubridate::duration` helper functions,
+    such as `lubridate::dyears()`, `lubridate::dhours()`, `lubridate::dseconds()`.
   * `lubridate::leap_year()`
   * `lubridate::as_date()` and `lubridate::as_datetime()`
 * Also for Arrow dplyr queries, added support and fixes for base date and time functions: