-
Notifications
You must be signed in to change notification settings - Fork 29.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: document R CRAN mirror process #10211
Conversation
I would prefer just a single safe option, I think half a page of install instructions is kinda scary for the reader.
or
should be sufficient. |
@AndreasMadsen yea, that makes sense, i'll probably use the second option |
6283b02
to
acb7b7c
Compare
@AndreasMadsen ok, updated and rebased |
LGTM. To be clear you should get that message on all platforms, but some may show it as an X11 window, which is what causes the problems. |
@AndreasMadsen should i change the heading then? or leave as is? |
@lholmquist You could change it to |
acb7b7c
to
7af0970
Compare
@AndreasMadsen ok, updated and rebased |
install.packages("ggplot2", repo="http://cran.us.r-project.org") | ||
``` | ||
|
||
Of course, use the mirror that suites your location. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: 'suits your location'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
The current benchmark docs showing how to install R packages doesn't go into how to specify a CRAN mirror. This commit shows how to specify the repo parameter when installing a package. fixes: nodejs#10204
7af0970
to
fa5643c
Compare
Landed in: eceef76 |
The current benchmark docs showing how to install R packages doesn't go into how to specify a CRAN mirror. This commit shows how to specify the repo parameter when installing a package. Fixes: #10204 PR-URL: #10211 Reviewed-By: Andreas Madsen <[email protected]>
The current benchmark docs showing how to install R packages doesn't go into how to specify a CRAN mirror. This commit shows how to specify the repo parameter when installing a package. Fixes: #10204 PR-URL: #10211 Reviewed-By: Andreas Madsen <[email protected]>
The current benchmark docs showing how to install R packages doesn't go into how to specify a CRAN mirror. This commit shows how to specify the repo parameter when installing a package. Fixes: #10204 PR-URL: #10211 Reviewed-By: Andreas Madsen <[email protected]>
This does not land cleanly in LTS. Added dont-land label. Please feel free to manually backport |
It should not be backported, the entire benchmark suite was rewritten in v7 and declared a major change. |
Checklist
Affected core subsystem(s)
doc
Description of change
The current benchmark docs showing how to install R packages
doesn't go into how to specify a CRAN mirror.
This PR adds 3 options on how to install the needed packages
when a CRAN mirror is asked for.
fixes: #10204