[Rd] DLL problem

Uwe Ligges ligges at statistik.tu-dortmund.de
Wed Mar 26 11:20:12 CET 2008



Carson, John wrote:
> I am using R version 2.6.2 (2008-02-08) on an XP Pro (version 2002 SP2). When I try to load the R library 'gtools', I get the following error:
> 
>> library(gtools)
> Error in .Call("R_lazyLoadDBfetch", key, file, compressed, hook, PACKAGE = "base") : 
>   C symbol name "R_lazyLoadDBfetch" not in DLL for package "base"


I guess your version of gtools has been compiled for R < 2.6.0.
Please start R without loading packages and run
   update.packages(checkBuilt = TRUE)
Then try again.

Best wishes,
Uwe Ligges



> Any help or suggestions would be greatly appreciated.
> 
> Best wishes,
> John
> 
> 
> 
> Carson, John, Ph.D.
> Senior Statistician
> Federal Applied Science and Engineering
> Shaw Environmental & Infrastructure Group
> 16406 US Rte. 224 East
> Findlay OH 45840
> 419-425-6156 direct
> 419-425-6085 fax
> Shaw(tm) a world of Solutions(tm) 
> www.shawgrp.com 
>  
> 
> ****Internet Email Confidentiality Footer****
> Privileged/Confidential Information may be contained in this
> message. If you are not the addressee indicated in this message (or
> responsible for delivery of the message to such person), you may
> not copy or deliver this message to anyone. In such case, you
> should destroy this message and notify the sender by reply email.
> Please advise immediately if you or your employer do not consent to
> Internet email for messages of this kind. Opinions, conclusions and
> other information in this message that do not relate to the
> official business of The Shaw Group Inc. or its subsidiaries shall
> be understood as neither given nor endorsed by it.
> ______________________________________ The Shaw Group Inc.
> http://www.shawgrp.com
> 
> ______________________________________________
> R-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel



More information about the R-devel mailing list