-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-8027] [SPARKR] Move man pages creation to install-dev.sh #6593
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
Conversation
This also helps us get rid of the sparkr-docs maven profile as docs are now built by just using -Psparkr when the roxygen2 package is available
|
Yeah this seems strictly better |
|
Test build #34020 has finished for PR 6593 at commit
|
|
@pwendell I'll wait for @srowen to take a look before merging this -- I'll also send a PR to https://github.com/pwendell/spark-utils before merging. |
|
Test build #34022 has finished for PR 6593 at commit
|
|
@srowen Did you get a chance to look at this ? |
|
Yeah thanks I think that helps a lot to keep the R bits out of core. If it works, go for it. |
This also helps us get rid of the sparkr-docs maven profile as docs are now built by just using -Psparkr when the roxygen2 package is available Related to discussion in #6567 cc pwendell srowen -- Let me know if this looks better Author: Shivaram Venkataraman <[email protected]> Closes #6593 from shivaram/sparkr-pom-cleanup and squashes the following commits: b282241 [Shivaram Venkataraman] Remove sparkr-docs from release script as well 8f100a5 [Shivaram Venkataraman] Move man pages creation to install-dev.sh This also helps us get rid of the sparkr-docs maven profile as docs are now built by just using -Psparkr when the roxygen2 package is available (cherry picked from commit 3dc0052) Signed-off-by: Shivaram Venkataraman <[email protected]>
This also helps us get rid of the sparkr-docs maven profile as docs are now built by just using -Psparkr when the roxygen2 package is available Related to discussion in apache#6567 cc pwendell srowen -- Let me know if this looks better Author: Shivaram Venkataraman <[email protected]> Closes apache#6593 from shivaram/sparkr-pom-cleanup and squashes the following commits: b282241 [Shivaram Venkataraman] Remove sparkr-docs from release script as well 8f100a5 [Shivaram Venkataraman] Move man pages creation to install-dev.sh This also helps us get rid of the sparkr-docs maven profile as docs are now built by just using -Psparkr when the roxygen2 package is available
This also helps us get rid of the sparkr-docs maven profile as docs are now built by just using -Psparkr when the roxygen2 package is available Related to discussion in apache#6567 cc pwendell srowen -- Let me know if this looks better Author: Shivaram Venkataraman <[email protected]> Closes apache#6593 from shivaram/sparkr-pom-cleanup and squashes the following commits: b282241 [Shivaram Venkataraman] Remove sparkr-docs from release script as well 8f100a5 [Shivaram Venkataraman] Move man pages creation to install-dev.sh This also helps us get rid of the sparkr-docs maven profile as docs are now built by just using -Psparkr when the roxygen2 package is available
This also helps us get rid of the sparkr-docs maven profile as docs are now built by just using -Psparkr when the roxygen2 package is available
Related to discussion in #6567
cc @pwendell @srowen -- Let me know if this looks better