On Sat, Jan 9, 2010 at 3:03 PM, Romain Francois
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 the name space 's
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()
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 se
On 01/09/2010 02:04 AM, Guillaume Yziquel wrote:
Guillaume Yziquel a écrit :
Simon Urbanek a écrit :
If you have suggestions for extending the API, feel free to post them
with exact explanations how in general that extensions could be
useful (general is the key word here - I think so far it wa
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 comple