You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by jo...@apache.org on 2021/07/21 12:55:16 UTC

[arrow] branch master updated: MINOR: Rename setup options chunk

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

jonkeane 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 fae3aa2  MINOR: Rename setup options chunk
fae3aa2 is described below

commit fae3aa24ee7ca57be201c4230035c1ceb9db14f8
Author: Nic Crane <th...@gmail.com>
AuthorDate: Wed Jul 21 07:54:10 2021 -0500

    MINOR: Rename setup options chunk
    
    There is a typo in the "Arrow R Developer Guide" where there is a space in the name of a code chunk instead of a hyphen.  I'm doing some automated analyses of the different code chunks and can't parse this one due to the typo.  This PR just adds a hyphen.
    
    Closes #10754 from thisisnic/rmd_label
    
    Authored-by: Nic Crane <th...@gmail.com>
    Signed-off-by: Jonathan Keane <jk...@gmail.com>
---
 r/vignettes/developing.Rmd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/r/vignettes/developing.Rmd b/r/vignettes/developing.Rmd
index 8de751b..d6e3139 100644
--- a/r/vignettes/developing.Rmd
+++ b/r/vignettes/developing.Rmd
@@ -7,7 +7,7 @@ vignette: >
   %\VignetteEncoding{UTF-8}
 ---
 
-```{r setup options, include=FALSE}
+```{r setup-options, include=FALSE}
 knitr::opts_chunk$set(error = TRUE, eval = FALSE)
 
 # Get environment variables describing what to evaluate