-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-16508][SparkR] Fix warnings on undocumented/duplicated arguments by CRAN-check #14558
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
Closed
Closed
Changes from all commits
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
82e2f09
Fix part of undocumented/duplicated arguments warnings by CRAN-check
junyangq 41d9dca
[SPARK-16950] [PYSPARK] fromOffsets parameter support in KafkaUtils.c…
44115e9
[SPARK-16956] Make ApplicationState.MAX_NUM_RETRY configurable
JoshRosen 2d136db
[SPARK-16905] SQL DDL: MSCK REPAIR TABLE
901edbb
More fixes of the docs.
junyangq 475ee38
Fixed typo
jupblb 2285de7
[SPARK-16522][MESOS] Spark application throws exception on exit.
sun-rui 20efb79
[SPARK-16324][SQL] regexp_extract should doc that it returns empty st…
srowen 719ac5f
[SPARK-15899][SQL] Fix the construction of the file path with hadoop …
avulanov 15637f7
Revert "[SPARK-15899][SQL] Fix the construction of the file path with…
srowen 977fbbf
[SPARK-15639] [SPARK-16321] [SQL] Push down filter at RowGroups level…
viirya d3a30d2
[SPARK-16579][SPARKR] add install.spark function
junyangq 1e40135
[SPARK-17010][MINOR][DOC] Wrong description in memory management docu…
WangTaoTheTonic 8611bc2
[SPARK-16866][SQL] Infrastructure for file-based SQL end-to-end tests
petermaxlee 51b1016
[SPARK-17008][SPARK-17009][SQL] Normalization and isolation in SQLQue…
petermaxlee ea8a198
[SPARK-17007][SQL] Move test data files into a test-data folder
petermaxlee 4b434e7
[SPARK-17011][SQL] Support testing exceptions in SQLQueryTestSuite
petermaxlee 0ed6236
Correct example value for spark.ssl.YYY.XXX settings
ash211 33a213f
[SPARK-15899][SQL] Fix the construction of the file path with hadoop …
avulanov b87ba8f
Fix remaining undocumented/duplicated warnings
junyangq 6bf20cd
[SPARK-17015][SQL] group-by/order-by ordinal and arithmetic tests
petermaxlee bc683f0
[SPARK-17018][SQL] literals.sql for testing literal parsing
petermaxlee 0fb0149
[SPARK-17022][YARN] Handle potential deadlock in driver handling mess…
WangTaoTheTonic d2c1d64
Keep to the convention where we have docs for generic and the function.
junyangq b4047fc
[SPARK-16975][SQL] Column-partition path starting '_' should be handl…
dongjoon-hyun bde94cd
[SPARK-17013][SQL] Parse negative numeric literals
petermaxlee 38378f5
[SPARK-12370][DOCUMENTATION] Documentation should link to examples …
jagadeesanas2 a21ecc9
[SPARK-17023][BUILD] Upgrade to Kafka 0.10.0.1 release
lresende 750f880
[SPARK-16966][SQL][CORE] App Name is a randomUUID even when "spark.ap…
srowen e02d0d0
[SPARK-17027][ML] Avoid integer overflow in PolynomialExpansion.getPo…
zero323 8f4cacd
[SPARK-16508][SPARKR] Split docs for arrange and orderBy methods
junyangq 4503632
[SPARK-17065][SQL] Improve the error message when encountering an inc…
zsxwing e5771a1
Fix docs for window functions
junyangq 2e2c787
[SPARK-16964][SQL] Remove private[hive] from sql.hive.execution package
hvanhovell 237ae54
Revert "[SPARK-16964][SQL] Remove private[hive] from sql.hive.executi…
rxin 1c56971
[SPARK-16964][SQL] Remove private[sql] and private[spark] from sql.ex…
hvanhovell 022230c
[SPARK-16519][SPARKR] Handle SparkR RDD generics that create warnings…
felixcheung 6cb3eab
[SPARK-17089][DOCS] Remove api doc link for mapReduceTriplets operator
phalodi 3e0163b
[SPARK-17084][SQL] Rename ParserUtils.assert to validate
hvanhovell 68a24d3
[MINOR][DOC] Fix the descriptions for `properties` argument in the do…
22c7660
[SPARK-15285][SQL] Generated SpecificSafeProjection.apply method grow…
kiszk 394d598
[SPARK-17102][SQL] bypass UserDefinedGenerator for json format check
cloud-fan 9406f82
[SPARK-17096][SQL][STREAMING] Improve exception string reported throu…
tdas 585d1d9
[SPARK-17038][STREAMING] fix metrics retrieval source of 'lastReceive…
keypointt 91aa532
[SPARK-16995][SQL] TreeNodeException when flat mapping RelationalGrou…
viirya 5735b8b
[SPARK-16391][SQL] Support partial aggregation for reduceGroups
rxin ec5f157
[SPARK-17117][SQL] 1 / NULL should not fail analysis
petermaxlee 0bc3753
Fix part of undocumented/duplicated arguments warnings by CRAN-check
junyangq 6d5233e
More fixes of the docs.
junyangq 0edfd7d
Fix remaining undocumented/duplicated warnings
junyangq e72a6aa
Keep to the convention where we have docs for generic and the function.
junyangq afa69ed
Fix docs for window functions
junyangq c9cfe43
some fixes of R doc
junyangq 3aafaa7
Move param docs from generic function to method definition.
junyangq 315a0dd
some fixes of R doc
junyangq aa3d233
Move param docs from generic function to method definition.
junyangq 71170e9
Solve conflicts.
junyangq 2682719
Revert "Fix docs for window functions"
junyangq File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,7 +7,7 @@ Author: The Apache Software Foundation | |
| Maintainer: Shivaram Venkataraman <[email protected]> | ||
| Depends: | ||
| R (>= 3.0), | ||
| methods, | ||
| methods | ||
| Suggests: | ||
| testthat, | ||
| e1071, | ||
|
|
@@ -31,6 +31,7 @@ Collate: | |
| 'context.R' | ||
| 'deserialize.R' | ||
| 'functions.R' | ||
| 'install.R' | ||
| 'mllib.R' | ||
| 'serialize.R' | ||
| 'sparkR.R' | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate line. Can these be pushed down into a
.gitignorein the subdirectory? this file is a mess.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm... Is the upper/lower case difference caused by different R versions or platforms?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if this is essential for this PR. I'd suggest leaving this out
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1. This is not part of this PR.