Uh oh!
There was an error while loading. Please reload this page.
doc: document R CRAN mirror process - #10211
Conversation
AndreasMadsen
commented
Dec 10, 2016
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. |
lholmquist
commented
Dec 12, 2016
@AndreasMadsen yea, that makes sense, i'll probably use the second option |
6283b02 to
acb7b7cComparelholmquist
commented
Dec 12, 2016
@AndreasMadsen ok, updated and rebased |
AndreasMadsen
commented
Dec 12, 2016
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. |
lholmquist
commented
Dec 12, 2016
@AndreasMadsen should i change the heading then? or leave as is? |
AndreasMadsen
commented
Dec 12, 2016
@lholmquist You could change it to |
acb7b7c to
7af0970Comparelholmquist
commented
Dec 12, 2016
@AndreasMadsen ok, updated and rebased |
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
fa5643cComparelance
commented
Dec 15, 2016
Landed in: eceef76 |
MylesBorins
commented
Jan 22, 2017
This does not land cleanly in LTS. Added dont-land label. Please feel free to manually backport |
AndreasMadsen
commented
Jan 23, 2017
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