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 2023/05/10 13:12:47 UTC

[arrow] branch main updated: MINOR: [R] Build docs for enums (#35529)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new c39c29139f MINOR: [R] Build docs for enums (#35529)
c39c29139f is described below

commit c39c29139f6495488b05708b35ff8312284c801a
Author: Nic Crane <th...@gmail.com>
AuthorDate: Wed May 10 15:11:39 2023 +0200

    MINOR: [R] Build docs for enums (#35529)
    
    Run `devtools::document()` and commit the results so this doesn't appear in every subsequent PR
    
    Authored-by: Nic Crane <th...@gmail.com>
    Signed-off-by: Nic Crane <th...@gmail.com>
---
 r/man/enums.Rd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/r/man/enums.Rd b/r/man/enums.Rd
index 614c196fde..853fa07028 100644
--- a/r/man/enums.Rd
+++ b/r/man/enums.Rd
@@ -26,7 +26,7 @@ An object of class \code{DateUnit} (inherits from \code{arrow-enum}) of length 2
 
 An object of class \code{Type::type} (inherits from \code{arrow-enum}) of length 37.
 
-An object of class \code{StatusCode} (inherits from \code{arrow-enum}) of length 17.
+An object of class \code{StatusCode} (inherits from \code{arrow-enum}) of length 13.
 
 An object of class \code{FileMode} (inherits from \code{arrow-enum}) of length 3.