Re: [Rd] Error: .First.lib failed for 'SBMLodeSolveR'

2005-10-11 Thread Prof Brian Ripley
What is 'SBMLodeSolveR'? The standard advice is to check that you can install and load the package before you try R CMD check on it. That way you may get a more informative error message. You may also need to try loading after having started R with R_DEFAULT_PACKAGES=NULL. On Tue, 11 Oct 20

[Rd] Error: .First.lib failed for 'SBMLodeSolveR'

2005-10-11 Thread nwew
Dear R-developers, I am getting the following error message (see bottom of e-mail) and can't make a clue out of it. The zzz.R file contains .First.lib <- function(lib, pkg) library.dynam("SBMLodeSolveR",pkg,lib) .Last.lib <- function(libpath) library.dynam.unload("SBMLodeSolveR", libpath) Ther