[R] Suggestion: Re: Fatal error .RData
Duncan Murdoch
murdoch at stats.uwo.ca
Thu Sep 18 18:58:17 CEST 2008
On 18/09/2008 12:23 PM, Richard M. Heiberger wrote:
> Isn't the full pathname just
> paste(getwd(), ".RData", sep="/")
Only on Unix-alikes, and the code that prints the error message is
platform neutral. And at the point where we need this message, R isn't
running, so we'd need this in C code. Not hard, just boring and time
consuming.
Duncan Murdoch
More information about the R-help
mailing list