GitHub user junyangq opened a pull request:
https://github.com/apache/spark/pull/14704
Fix CRAN undocumented/duplicated arguments warnings.
## What changes were proposed in this pull request?
This PR tries to fix all the remaining "undocumented/duplicated arguments"
warnings given by CRAN-check.
One left is doc for R `stats::glm` exported in SparkR. To mute that
warning, we have to also provide document for all arguments of that non-SparkR
function.
Some previous conversation is in #14558.
## How was this patch tested?
R unit test and `check-cran.sh` script (with no-test).
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/junyangq/spark SPARK-16508-master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/14704.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 #14704
----
commit 8d606763fa3ebca8f7657384313f7805a3b086ad
Author: Junyang Qian <[email protected]>
Date: 2016-08-18T19:36:36Z
Fix CRAN undocumented/duplicated arguments warnings.
----
---
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]