nealrichardson commented on pull request #8371: URL: https://github.com/apache/arrow/pull/8371#issuecomment-718003614
> Update/add documentation about the conda builds to help with future maintenance. I have no idea if/where we have this kind of documentation about the nightly builds, but we should have some. Maybe it belongs in `dev/README.md` or linked to there? If there is none, feel free to open a JIRA about it (and include a note in the JIRA about the connection between the R and pyarrow conda builds so we can document it there). > Update the R documentation and install_arrow to reflect that there are conda nightlies * https://github.com/apache/arrow/blob/master/r/README.md#installing-a-development-version * https://github.com/apache/arrow/blob/master/r/vignettes/install.Rmd#L44 * https://github.com/apache/arrow/blob/master/r/R/install-arrow.R#L58-L59 make the outer check `if (conda)` and then inside that `if (nightly) { ... } else { ... }` to switch between the cases. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
