[R] Rcmdr doesn't seem to work
Uwe Ligges
ligges at statistik.uni-dortmund.de
Tue Feb 1 12:52:14 CET 2005
v.demartino2 at virgilio.it wrote:
> Context: Windows XP - R 2.0.1 with the latest updated packages (including
> Rcmdr)
>
> I'm trying to load Rcmdr to use the 3d plots (e.g. scatter3d) but here it
> is what happens:
>
>
>>library(Rcmdr)
>
> Loading required package: zoo
> Loading required package: strucchange
> Loading required package: sandwich
> Loading required package: relimp
> Loading required package: mvtnorm
> Loading required package: multcomp
> Loading required package: lmtest
> Loading required package: effects
> Loading required package: car
> Loading required package: abind
> Loading required package: rgl
> Error in library(package, character.only = TRUE, logical = TRUE, warn.conflicts
> = warn.conflicts, :
> 'rgl' is not a valid package -- installed < 2.0.0?
> Error: .onLoad failed in loadNamespace for 'Rcmdr'
> Error in library(Rcmdr) : package/namespace load failed for 'Rcmdr'
What about installing a recent version of rgl, compiled for R-2.0.x?
install.packages("rgl") should do the trick.
Uwe Ligges
> What should I do?
>
> Vittorio
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
More information about the R-help
mailing list