aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/DESCRIPTION
diff options
context:
space:
mode:
authorSun Rui <rui.sun@intel.com>2015-10-07 09:46:37 -0700
committerDavies Liu <davies.liu@gmail.com>2015-10-07 09:46:37 -0700
commitf57c63d4c30d092a320c72f8c7181f2fa711ec30 (patch)
tree6564d8b720e2b52241efe94593f22a59a3e2cd83 /R/pkg/DESCRIPTION
parent27cdde2ff87346fb54318532a476bf85f5837da7 (diff)
downloadspark-f57c63d4c30d092a320c72f8c7181f2fa711ec30.tar.gz
spark-f57c63d4c30d092a320c72f8c7181f2fa711ec30.tar.bz2
spark-f57c63d4c30d092a320c72f8c7181f2fa711ec30.zip
[SPARK-10752] [SPARKR] Implement corr() and cov in DataFrameStatFunctions.
Author: Sun Rui <rui.sun@intel.com> Closes #8869 from sun-rui/SPARK-10752.
Diffstat (limited to 'R/pkg/DESCRIPTION')
-rw-r--r--R/pkg/DESCRIPTION1
1 files changed, 1 insertions, 0 deletions
diff --git a/R/pkg/DESCRIPTION b/R/pkg/DESCRIPTION
index a3a16c42a6..3d6edb70ec 100644
--- a/R/pkg/DESCRIPTION
+++ b/R/pkg/DESCRIPTION
@@ -33,4 +33,5 @@ Collate:
'mllib.R'
'serialize.R'
'sparkR.R'
+ 'stats.R'
'utils.R'