[R] Odp: version 2.5.1 and version 2.3.1
Uwe Ligges
ligges at statistik.tu-dortmund.de
Mon Feb 25 10:04:36 CET 2008
Petr PIKAL wrote:
> Hi
>
> I can not help you to run your code in R 2.5.1 but I would recommend to
> use even more recent R version (2.6.1)
Well, 2.6.2 is recent...
> or even maybe R 2.7.0.
That one is heavily under development and I don't think it is the best
option for regular users yet.
> Regards
> Petr
> petr.pikal at precheza.cz
>
> r-help-bounces at r-project.org napsal dne 25.02.2008 06:18:10:
>
>> Dear R users.
>>
>> I have written my R code. It runs in the version
>> 2.3.1, but not in the version 2.5.1. The error
>> message is shown below.
>>
>> Error in .Fortran("DEPTH", u, v, as.integer(size),
>> as.single(x), as.single(y), :
>> Fortran symbol name "depth" not in load
>> table
From where is DEPTH exported? Which package / shared library do you
need to load? I guess you simply forgot to recompile the package /
shared library or simply forgot to load it.
Uwe Ligges
>> Could any one advise me what I could do to run my
>> code in 2.5.1?
>>
>>
>> Sincerely,
>>
>> SUNGSU KIM
>>
>> [[alternative HTML version deleted]]
>>
>> ______________________________________________
>> R-help at r-project.org mailing list
>> https://stat.ethz.ch/mailman/listinfo/r-help
>> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
>> and provide commented, minimal, self-contained, reproducible code.
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
More information about the R-help
mailing list