I've been getting the following warning after running 'install.packages()' recently: Warning message: insufficient OS support on this platform in: normalizePath(path) Does anyone know what this means? And does anyone know how I can get rid of the warning? I've just installed R on a fresh FC5 system so I feel I might have forgotten to install a package/library or something. Thanks, -roger
On 6/12/2006 4:53 PM, Roger D. Peng wrote:> I've been getting the following warning after running 'install.packages()' recently: > > Warning message: > insufficient OS support on this platform in: normalizePath(path) > > Does anyone know what this means? And does anyone know how I can get rid of the > warning? I've just installed R on a fresh FC5 system so I feel I might have > forgotten to install a package/library or something.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
Maybe Matching Threads
- directory/filename completion
- Bug or undocumented behavior in normalizePath() with file system links on windows
- Inconsistant result for normalizePath on Windows
- normalizePath is sometimes very slow for nonexistent UNC paths
- normalizePath output depends on existence of directory