ianmcook commented on pull request #10373:
URL: https://github.com/apache/arrow/pull/10373#issuecomment-849631610
Thanks @thisisnic, this looks good to me!
There was some discussion about whether we should include this in
`DESCRIPTION`:
```
Suggests:
roxygen2
Remotes:
r-lib/roxygen2
```
Were we to do that, the existing instruction to run
`remotes::install_deps(dependencies = TRUE)` (in `developing.Rmd`) would
install `roxygen2` from GitHub.
Any opinions on the pros and cons of doing that vs. simply keeping the
instruction to run `remotes::install_github("r-lib/roxygen2")` that is added to
`developing.Rmd` in this PR?
cc @jonkeane
--
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]