Skip to content
Prev 156445 / 398506 Next

Suggestion: Re: Fatal error .RData

On 18/09/2008 12:13 PM, Henrik Bengtsson wrote:
Yes, it's hardwired.

  Are you saying that only then name is
This is part of the C code running while R is being initialized.
setup_Rmainloop in main.c prints the message, the name is stored in 
workspace_name, a static global variable hidden in startup.c.  The 
easiest approach would be to add a get_workspace_name function, but C is 
so poor in handling functions returning strings that I can't be bothered.

Duncan Murdoch