Skip to content
Prev 957 / 398506 Next

R-beta: C/Fortran function not in load table

Paul Gilbert <pgilbert at bank-banque-canada.ca> writes:
That one should be fixed in 0.61.3:
function () 
{
        if (exists(".Dyn.libs", envir = .GlobalEnv)) 
                rm(".Dyn.libs", envir = .GlobalEnv)
        if (interactive() && getenv("DISPLAY") != "") 
                x11()
}

So unless you've been creating your own .First, .Dyn.libs shouldn't
get in the way and the error must be somewhere else.