Skip to content
Prev 21031 / 63424 Next

normalizePath() warning

On 6/12/2006 4:53 PM, Roger D. Peng wrote:
This is printed when your R source was compiled without these defines:

#if defined(HAVE_GETCWD) && defined(HAVE_REALPATH)

I guess you can look in your config log to see why you don't have those.

Duncan Murdoch