Skip to content
Snippets Groups Projects
Commit 2c8f40ce authored by wm624@hotmail.com's avatar wm624@hotmail.com Committed by Shivaram Venkataraman
Browse files

[SPARK-15766][SPARKR] R should export is.nan

## What changes were proposed in this pull request?

When reviewing SPARK-15545, we found that is.nan is not exported, which should be exported.

Add it to the NAMESPACE.

## How was this patch tested?

Manual tests.

Author: wm624@hotmail.com <wm624@hotmail.com>

Closes #13508 from wangmiao1981/unused.
parent 2413fce9
No related branches found
No related tags found
No related merge requests found
......@@ -185,6 +185,8 @@ exportMethods("%in%",
"isNaN",
"isNotNull",
"isNull",
"is.nan",
"isnan",
"kurtosis",
"lag",
"last",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment