eitsupi commented on code in PR #13212:
URL: https://github.com/apache/arrow/pull/13212#discussion_r885706756
##########
r/vignettes/install.Rmd:
##########
@@ -43,10 +43,14 @@ If you want a quicker installation process, and by default
a more fully-featured
For example, if you are using Ubuntu 20.04 (Focal):
-```{r, eval = FALSE}
+```r
+options(HTTPUserAgent = sprintf("R/%s R (%s)", getRversion(),
paste(getRversion(), R.version["platform"], R.version["arch"],
R.version["os"])))
Review Comment:
Perhaps a tab size of 2 is more appropriate than 4?
--
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]