GitHub user felixcheung opened a pull request:
https://github.com/apache/spark/pull/19016
[SPARK-21805] Disable R vignettes code on Windows
## 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
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/felixcheung/spark rvigwind
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/19016.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #19016
----
commit ba65d6e7d5f503c1d5da4cc17586aed67e7955c3
Author: Felix Cheung <[email protected]>
Date: 2017-08-06T22:52:59Z
disable eval on windows
commit 7c75073a0bbf9ef489244d58b678a8b2dda3c287
Author: Felix Cheung <[email protected]>
Date: 2017-08-21T02:09:34Z
add support for no localappdata
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]