[Rd] MinGW-w64 build of 64-bit R for Windows

2010-01-09 Thread Prof Brian Ripley
A few days ago Gong Yu alerted this list to the possibility of building a 64-bit R for Windows under a recent MinGW-w64 toolchain, something we had failed to make work in 2007, 2008 and Feb 2009. We've now completed the port in the R-devel (SVN trunk) sources and are able to successfully

[Rd] Is nested namespace supported?

2010-01-09 Thread Peng Yu
Could somebody let me know if there is nested name space supported? For example, is it possible to define a function in the name space 'nested_namespace' which is nested in the name space 'some_namespace'? some_namespace:::nested_namespace:::a_function() I checked Section 1.6 of R-exts.pdf. It

Re: [Rd] Is nested namespace supported?

2010-01-09 Thread Romain Francois
On 01/09/2010 09:53 PM, Peng Yu wrote: Could somebody let me know if there is nested name space supported? For example, is it possible to define a function in the name space 'nested_namespace' which is nested in the name space 'some_namespace'? some_namespace:::nested_namespace:::a_function()

Re: [Rd] Is nested namespace supported?

2010-01-09 Thread Peng Yu
On Sat, Jan 9, 2010 at 3:03 PM, Romain Francois romain.franc...@dbmail.com wrote: On 01/09/2010 09:53 PM, Peng Yu wrote: Could somebody let me know if there is nested name space supported? For example, is it possible to define a function in the name space 'nested_namespace' which is nested in