[R] Error with Grid

Prof Brian Ripley ripley at stats.ox.ac.uk
Thu Jan 17 18:05:45 CET 2002


On Thu, 17 Jan 2002, Harvey Monder wrote:

> I am using R for Windows ver.1.3.1 that I installed from binaries using the setup program.  I downloaded grid.zip and installed it using the 'install from zip' in the pull down menu.  When I execute library(grid) I get the following error message:
>
> Error in dyn.load(x, as.logical(local), as.logical(now)) :
>         unable to load shared library "D:/r/rw1031/library/grid/libs/grid.dll":
>   LoadLibrary failure:  The specified procedure could not be found.
> Error in library(grid) : .First.lib failed
>
> and the following message window appears:
>
>     The procedure entry point GECircle could not be located in the dynamic link library R.dll
>
> Any suggestions?

The compiled packages for Windows are for R 1.4.0 or later.  It does say
so in the ReadMe in the directory from which you downloaded: unfortunately
the grid author did not put a version check in the .First.lib, and
the check in DESCRIPTION is for (source) installation only.

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272860 (secr)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list