"make check" seems to be picking up the setting of my R_LIBS_SITE which
is still set for 2.15.3 and had survival in it. At least, when I set
that to empty then the check passes. I'm not sure if checking worked
like that before, I don't think so. I have not usually had base packages
in my si
Any chance that you might have a personal library, which isn't versioned? If
you do and you for some reason installed survival into it, it would explain it.
E.g., I have, with the system-wide R
> .libPaths()
[1] "/Users/pd/Library/R/2.15/library"
[2] "/op
"make check" is failing on reg-test3.R with a message that survival was
built with an older version of R. (On my Ubuntu 32 bit and Ubuntu 64
bit machines). Why would "make check" be looking anywhere that it would
find something built with an older version of R?
~/RoboAdmin/R-3.0.0/tests$ ta