I'm having problems loading the 'grid' package when it has been detached
earlier in the same session:
library(grid)
detach("package:grid")
library(grid)
Error in .Call("L_initGrid", PACKAGE = "grid") :
.Call function name not in load table
Error in library(grid) : .First.lib failed
This bug was mentioned on r-help some time ago
(www.stat.math.ethz.ch/pipermail/r-help/2002-January/016904.html), but I
don't think it has entered the bug tracking system yet. The bug is
relevant for me since it crashes functions I use for package maintenance.