Yep yep... base::save seems like the way to go to force it to use the right one

thanks!

On Wed, Jan 29, 2014 at 12:36 PM, Shivaram Venkataraman-2 [via Apache
Spark User List] <ml-node+s1001560n1025...@n3.nabble.com> wrote:
> The problem is that some of the methods get masked by packages which
> are loaded. I think we can fix this by using 'base::save' instead of
> save in our package. I've filed this as
> https://github.com/amplab-extras/SparkR-pkg/issues/13
>
> Shivaram
>
> On Wed, Jan 29, 2014 at 11:30 AM, Justin <[hidden email]> wrote:
>
>> Thanks for the quick reply.
>>
>> Here are all the packages I'm trying to load in conjunction with SparkR --
>> I
>> have not yet attempted to step through them 1 by 1 to see which one is
>> causing the fail in the RDD computation/assignment/'save'...
>>
>>   require(quantmod)
>>   require(xts)
>>   require(ggplot2)
>>   require(ggthemes)
>>   require(PerformanceAnalytics)
>>   require(TTR)
>>   require(reshape2)
>>   require(RColorBrewer)
>>   require(gdata)
>>   require(urca)
>>   require(shiny)
>>   require(stringr)
>>   require(rbenchmark)
>>   require(timeDate)
>>   require(plyr)
>>   require(dplyr)
>>   require(gmodels)
>>   require(formula.tools)
>>   require(data.table)
>>   require(devtools)
>>
>>
>>
>>
>> --
>> View this message in context:
>> http://apache-spark-user-list.1001560.n3.nabble.com/SparkR-dev-preview-package-errors-when-other-packages-are-loaded-tp1020p1023.html
>> Sent from the Apache Spark User List mailing list archive at Nabble.com.
>
>
> ________________________________
> If you reply to this email, your message will be added to the discussion
> below:
> http://apache-spark-user-list.1001560.n3.nabble.com/SparkR-dev-preview-package-errors-when-other-packages-are-loaded-tp1020p1025.html
> To unsubscribe from SparkR dev preview package errors when other packages
> are loaded, click here.
> NAML




--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/SparkR-dev-preview-package-errors-when-other-packages-are-loaded-tp1020p1027.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

Reply via email to