Re: [Rd] conflict between rJava and data.table

2013-03-01 Thread Matthew Dowle
On 01.03.2013 20:19, Simon Urbanek wrote: On Mar 1, 2013, at 11:40 AM, Matthew Dowle wrote: On 01.03.2013 16:13, Simon Urbanek wrote: On Mar 1, 2013, at 8:03 AM, Matthew Dowle wrote: Simon Urbanek wrote : Can you elaborate on the details as of where this will be a problem? Packages should

Re: [Rd] conflict between rJava and data.table

2013-03-01 Thread Simon Urbanek
On Mar 1, 2013, at 11:40 AM, Matthew Dowle wrote: > On 01.03.2013 16:13, Simon Urbanek wrote: >> On Mar 1, 2013, at 8:03 AM, Matthew Dowle wrote: >> >>> >>> Simon Urbanek wrote : Can you elaborate on the details as of where this will be a problem? Packages should not be affected

Re: [Rd] conflict between rJava and data.table

2013-03-01 Thread Matthew Dowle
On 01.03.2013 16:13, Simon Urbanek wrote: On Mar 1, 2013, at 8:03 AM, Matthew Dowle wrote: Simon Urbanek wrote : Can you elaborate on the details as of where this will be a problem? Packages should not be affected since they should be importing the namespaces from the packages they use, so t

Re: [Rd] conflict between rJava and data.table

2013-03-01 Thread Simon Urbanek
On Mar 1, 2013, at 8:03 AM, Matthew Dowle wrote: > > Simon Urbanek wrote : >> Can you elaborate on the details as of where this will be a problem? Packages >> should not be affected since they should be importing the namespaces from the >> packages they use, so the only problem would be in a pack

Re: [Rd] conflict between rJava and data.table

2013-03-01 Thread Matthew Dowle
Simon Urbanek wrote : Can you elaborate on the details as of where this will be a problem? Packages should not be affected since they should be importing the namespaces from the packages they use, so the only problem would be in a package that uses both data.table and rJava -- and this is eas

Re: [Rd] conflict between rJava and data.table

2013-02-28 Thread Steve Lianoglou
Ugh, sorry, I meant to say: On Thu, Feb 28, 2013 at 8:49 PM, Steve Lianoglou wrote: [snip] > The development version of data.table no longer exports J from, but > once could still use J inside data.tabe[ ... ] calls. The development version of data.table no longer exports J, so this shouldn't ha

Re: [Rd] conflict between rJava and data.table

2013-02-28 Thread Steve Lianoglou
Hi, On Thu, Feb 28, 2013 at 5:09 PM, Bunny wrote: > Dear devel-listers, > > I found a conflct between rJava and data.table. Actually me questions is > where to report it? > Should I rather send it directly to the package maintainers or post it on > some bug tracker. > The problem is that data.t

Re: [Rd] conflict between rJava and data.table

2013-02-28 Thread Simon Urbanek
On Feb 28, 2013, at 5:09 PM, Bunny wrote: > Dear devel-listers, > > I found a conflct between rJava and data.table. Actually me questions is > where to report it? > Should I rather send it directly to the package maintainers or post it on > some bug tracker. > The problem is that data.table

[Rd] conflict between rJava and data.table

2013-02-28 Thread Bunny
Dear devel-listers, I found a conflct between rJava and data.table. Actually me questions is where to report it? Should I rather send it directly to the package maintainers or post it on some bug tracker. The problem is that data.table has a function called "J" and rJava uses the same quite