Displaying 2 results from an estimated 2 matches for "l_initgrid".
2002 Jan 30
1
Grid won't load on Windows NT
Dear list,
I have problems loading the grid library; running
> library(grid)
results in
Error in .Call("L_initGrid"): Call function name not in load table
Error in library(grid): .First.lib failed
PC: Windows NT 4.0 SP6 on a Ghz-Pentium machine with 256 MB memory
R: version 1.4.0 patched (23/01/02)
grid: 0.5-1, built 26/01/02
I haven't found this on CRAN; any ideas would be appreciated.
alexander...
2003 Jun 27
1
library(grid) : .First.lib fails (PR#3347)
Dear r-bugs,
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 syst...