On 26.08.2011 23:41, Andr?s Arag?n wrote:> Hi, please help me,
>
> I want to have a functional Rcmdr but after install as indicated in:
> http://socserv.mcmaster.ca/jfox/Misc/Rcmdr/installation-notes.html
> obtain the following:
>
> Loading Tcl/Tk interface ... done
> Loading required package: car
> Loading required package: MASS
> Loading required package: nnet
> Loading required package: survival
> Loading required package: splines
> Error : .onAttach failed in attachNamespace() for 'Rcmdr', details:
> call: .Call("R_lazyLoadDBfetch", key, file, compressed, hook,
> PACKAGE = "base")
> error: C symbol name "R_lazyLoadDBfetch" not in DLL for
package "base"
> Error: package/namespace load failed for 'Rcmdr'
This sounds like your R installation is broken and you use and your R
code and the compiled code of different R versions are mixed up.
Uwe Ligges
>
> I am using R 2.13.1 and Rcmdr 1.7-0 on mac os x 10.6.8.
>
> Thanks ahead,
>
> Andr?s
>
> ______________________________________________
> 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.