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-cookbook.git
The following commit(s) were added to refs/heads/main by this push:
new 450a5d4 add pandoc path hint; list dependencies (#167)
450a5d4 is described below
commit 450a5d41cfe3d45b4096147135bdff282189c204
Author: Stephanie Hazlitt <[email protected]>
AuthorDate: Fri Apr 29 00:36:09 2022 -0700
add pandoc path hint; list dependencies (#167)
---
r/CONTRIBUTING.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/r/CONTRIBUTING.md b/r/CONTRIBUTING.md
index 3e6fdbc..a6cfd6b 100644
--- a/r/CONTRIBUTING.md
+++ b/r/CONTRIBUTING.md
@@ -44,12 +44,14 @@ Running ``make rtest`` from the cookbook root directory
will verify that the cod
The Arrow R cookbook has been written using `bookdown`.
-Running ``make r`` from the cookbook root directory (the one where the
``Makefile`` exists) will install all necessary dependencies (including the
latest nightly build of the Arrow R package) and compile the cookbook to HTML.
+Running ``make r`` from the cookbook root directory (the one where the
``Makefile`` exists) will install all necessary dependencies and compile the
cookbook to HTML.
You can see the compiled result inside the ``build/r`` directory.
If you add a new recipe to the cookbook, you do not need to commit changes to
`build/r` to the repo, as this is automatically run by our CI when building the
latest version of the cookbook on the main branch.
+The dependencies installed include: `testthat`, `bookdown`, `knitr`, `purrr`,
`remotes`, `dplyr`, `stringr`, `reticulate` and the latest nightly build of the
Arrow R package `arrow`. `bookdown` requires `pandoc` to build the
site---`pandoc` ships with
[RStudio](https://www.rstudio.com/products/rstudio/), or you can [install it
independently](https://pandoc.org/installing.html). If `bookdown` is using
RStudio's `pandoc` you may need to set the path globally in your zsh/bash start
up file [...]
+
------------------------------------------------------------------------
All participation in the Apache Arrow project is governed by the Apache