[jira] [Commented] (SPARK-11886) R function name conflicts with base or stats package ones

2015-12-02 Thread Felix Cheung (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-11886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15037251#comment-15037251 ] Felix Cheung commented on SPARK-11886: -- Created SPARK-12116 for dplyr conflicts > R function name

[jira] [Commented] (SPARK-11886) R function name conflicts with base or stats package ones

2015-12-01 Thread Felix Cheung (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-11886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15034700#comment-15034700 ] Felix Cheung commented on SPARK-11886: -- {code} > library(dplyr) > library(SparkR,

[jira] [Commented] (SPARK-11886) R function name conflicts with base or stats package ones

2015-12-01 Thread Shivaram Venkataraman (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-11886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15035381#comment-15035381 ] Shivaram Venkataraman commented on SPARK-11886: --- Thanks for testing this. I am not sure why

[jira] [Commented] (SPARK-11886) R function name conflicts with base or stats package ones

2015-11-30 Thread Felix Cheung (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-11886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15032810#comment-15032810 ] Felix Cheung commented on SPARK-11886: -- I see this if I load dplyr after SparkR {code} >

[jira] [Commented] (SPARK-11886) R function name conflicts with base or stats package ones

2015-11-30 Thread Shivaram Venkataraman (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-11886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15032820#comment-15032820 ] Shivaram Venkataraman commented on SPARK-11886: --- We can't really help this scenario --

[jira] [Commented] (SPARK-11886) R function name conflicts with base or stats package ones

2015-11-28 Thread Shivaram Venkataraman (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-11886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030666#comment-15030666 ] Shivaram Venkataraman commented on SPARK-11886: --- Not really - Given the nature of the dplyr

[jira] [Commented] (SPARK-11886) R function name conflicts with base or stats package ones

2015-11-27 Thread Felix Cheung (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-11886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15030229#comment-15030229 ] Felix Cheung commented on SPARK-11886: -- SPARK-12025 renamed several functions that are now masking

[jira] [Commented] (SPARK-11886) R function name conflicts with base or stats package ones

2015-11-23 Thread Felix Cheung (JIRA)
[ https://issues.apache.org/jira/browse/SPARK-11886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15022787#comment-15022787 ] Felix Cheung commented on SPARK-11886: -- We could also create a generic function to redirect the more