Displaying 1 result from an estimated 1 matches for "builtfields".
Did you mean:
bitfields
2002 Nov 11
1
library() - Error: Package foo was built for Win32
..."Built" platform (from the DESCRIPTION file) is
"compatible" with the current platform. Here is the code extract from
the local function testRversion() of library() that I am talking about:
if (.Platform$OS.type == "unix") {
platform <- builtFields[2]
m <- agrep(platform, R.version$platform)
if (!length(m))
stop(paste("package", fields[1, "Package"],
"was built for", platform), call. = FALSE)
}
For example, I have built a pack...