Uh oh!
There was an error while loading. Please reload this page.
[SPARK-21805][SPARKR] Disable R vignettes code on Windows - #19016
[SPARK-21805][SPARKR] Disable R vignettes code on Windows#19016felixcheung wants to merge 3 commits into
Conversation
SparkQA
commented
Aug 22, 2017
Test build #80965 has finished for PR 19016 at commit
|
HyukjinKwon
commented
Aug 22, 2017
retest this please |
felixcheung
commented
Aug 22, 2017
what's with jenkins? looks like JIRA is not updated either... |
HyukjinKwon
commented
Aug 22, 2017
Yes ... for JIRA linking problem, there are some information here - http://apache-spark-developers-list.1001551.n3.nabble.com/Some-PRs-not-automatically-linked-to-JIRAs-td22067.html just FYI. I think -9 has increased recently.. |
SparkQA
commented
Aug 22, 2017
Test build #80972 has finished for PR 19016 at commit
|
shivaram
commented
Aug 23, 2017
Thanks @felixcheung ! Are the warnings about the missing PDF unavoidable ? I see something like |
felixcheung
commented
Aug 23, 2017
via email
I think that is caused by the way I build the source package - I use the option --no-build-vignettes so the source package I test with doesn't have the PDF in it
Similarly for the failed test - I change the version to 2.2.0 to get it to run without setting the download URL and there is a change on the wrapper class parameter list. |
shivaram
commented
Aug 23, 2017
Ah I see. Yeah the failed tests makes sense. We can also try to submit a custom tar.gz to r-hub to test it with the PDF and a different version number ? |
felixcheung
commented
Aug 23, 2017
via email
It likely best to back port this to branch-2.2 so the test can pass with matching API in a released jar.
Then we can see everything passing (except having to hand edit the version number) |
| --> | ||
| ```{r setup, include=FALSE} | ||
| library(knitr) |
There was a problem hiding this comment.
Just to clarify, the opt_hooks is provided by knitr ?
shivaram
commented
Aug 23, 2017
Sure - change LGTM. Lets see if @HyukjinKwon has any more comments ? If not we can merge to master, branch-2.2 and then do some more tests. |
SparkQA
commented
Aug 23, 2017
Test build #81040 has finished for PR 19016 at commit
|
HyukjinKwon
commented
Aug 23, 2017
Sure, I have no more comments and it looks good to me too. |
## What changes were proposed in this pull request? Code in vignettes requires winutils on windows to run, when publishing to CRAN or building from source, winutils might not be available, so it's better to disable code run (so resulting vigenttes will not have output from code, but text is still there and code is still there) fix * checking re-building of vignette outputs ... WARNING and > %LOCALAPPDATA% not found. Please define the environment variable or restart and enter an installation path in localDir. ## How was this patch tested? jenkins, appveyor, r-hub before: https://artifacts.r-hub.io/SparkR_2.2.0.tar.gz-49cecef3bb09db1db130db31604e0293/SparkR.Rcheck/00check.log after: https://artifacts.r-hub.io/SparkR_2.2.0.tar.gz-86a066c7576f46794930ad114e5cff7c/SparkR.Rcheck/00check.log Author: Felix Cheung <felixcheung_m@hotmail.com> Closes#19016 from felixcheung/rvigwind. (cherry picked from commit 43cbfad) Signed-off-by: Felix Cheung <felixcheung@apache.org>
felixcheung
commented
Aug 24, 2017
thanks, merged to master/2.2. |
felixcheung
commented
Aug 25, 2017
I tested with the nightly, it passed |
shivaram
commented
Aug 25, 2017
Thats great ! I will also run this by winbuilder later today. |
## What changes were proposed in this pull request? Code in vignettes requires winutils on windows to run, when publishing to CRAN or building from source, winutils might not be available, so it's better to disable code run (so resulting vigenttes will not have output from code, but text is still there and code is still there) fix * checking re-building of vignette outputs ... WARNING and > %LOCALAPPDATA% not found. Please define the environment variable or restart and enter an installation path in localDir. ## How was this patch tested? jenkins, appveyor, r-hub before: https://artifacts.r-hub.io/SparkR_2.2.0.tar.gz-49cecef3bb09db1db130db31604e0293/SparkR.Rcheck/00check.log after: https://artifacts.r-hub.io/SparkR_2.2.0.tar.gz-86a066c7576f46794930ad114e5cff7c/SparkR.Rcheck/00check.log Author: Felix Cheung <felixcheung_m@hotmail.com> Closesapache#19016 from felixcheung/rvigwind.
## What changes were proposed in this pull request? Code in vignettes requires winutils on windows to run, when publishing to CRAN or building from source, winutils might not be available, so it's better to disable code run (so resulting vigenttes will not have output from code, but text is still there and code is still there) fix * checking re-building of vignette outputs ... WARNING and > %LOCALAPPDATA% not found. Please define the environment variable or restart and enter an installation path in localDir. ## How was this patch tested? jenkins, appveyor, r-hub before: https://artifacts.r-hub.io/SparkR_2.2.0.tar.gz-49cecef3bb09db1db130db31604e0293/SparkR.Rcheck/00check.log after: https://artifacts.r-hub.io/SparkR_2.2.0.tar.gz-86a066c7576f46794930ad114e5cff7c/SparkR.Rcheck/00check.log Author: Felix Cheung <felixcheung_m@hotmail.com> Closesapache#19016 from felixcheung/rvigwind. (cherry picked from commit 43cbfad) Signed-off-by: Felix Cheung <felixcheung@apache.org>
What changes were proposed in this pull request?
Code in vignettes requires winutils on windows to run, when publishing to CRAN or building from source, winutils might not be available, so it's better to disable code run (so resulting vigenttes will not have output from code, but text is still there and code is still there)
fix * checking re-building of vignette outputs ... WARNING
and
How was this patch tested?
jenkins, appveyor, r-hub
before: https://artifacts.r-hub.io/SparkR_2.2.0.tar.gz-49cecef3bb09db1db130db31604e0293/SparkR.Rcheck/00check.log
after: https://artifacts.r-hub.io/SparkR_2.2.0.tar.gz-86a066c7576f46794930ad114e5cff7c/SparkR.Rcheck/00check.log