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
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