thisisnic commented on code in PR #14443: URL: https://github.com/apache/arrow/pull/14443#discussion_r999113616
########## r/vignettes/developers/setup.Rmd: ########## @@ -462,4 +462,4 @@ guide](https://arrow.apache.org/docs/developers/cpp/building.html). ## Other installation issues -There are a number of scripts that are triggered when the arrow R package is installed. For package users who are not interacting with the underlying code, these should all just work without configuration and pull in the most complete pieces (e.g. official binaries that we host). However, knowing about these scripts can help package developers troubleshoot if things go wrong in them or things go wrong in an install. See [the installation vignette](./install.html#how-dependencies-are-resolved) for more information. +There are a number of scripts that are triggered when the arrow R package is installed. For package users who are not interacting with the underlying code, these should all just work without configuration and pull in the most complete pieces (e.g. official binaries that we host). However, knowing about these scripts can help package developers troubleshoot if things go wrong in them or things go wrong in an install. See [the installation details vignette](./install_details.html) for more information. Review Comment: ```suggestion There are a number of scripts that are triggered when the arrow R package is installed. For package users who are not interacting with the underlying code, these should all just work without configuration and pull in the most complete pieces (e.g. official binaries that we host). However, knowing about these scripts can help package developers troubleshoot if things go wrong in them or things go wrong in an install. See [the article on R package installation](./install_details.html) for more information. ``` Good catch! This broken link is left from when I was previously splitting out the docs into more detailed documentation and this content was moved from one place to another but we missed this link. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
