1.: Did you try to extract the zip file manually? It seem that something is wrong with the zip file, not the procedure. Try downloading (compiling) it again.
2.: You should not use "\" in your paths, you should either "\\" of "/" instead. Best, Ales Ziberna [EMAIL PROTECTED] pravi: > Hello all, > > I'm trying to install the local package under window system. Two ways I've > tried: > > 1. using the menu"packages" "install package(s) from local zip files...". > > My .zip file is "mclust.zip". But it shows Errors which are: > > "Error in gzfile(file,"r"): unable to open connection > In addition: Warning messages: > 1.error -1 in extracting from zip file > 2.cannot open compressed file 'mclust/DESCRIPTION' > > 2. using function "install.packages". > > the command I use is > > install.packages(mclust.zip,"D:\sfu\BC project\clustering project\stuff > from Jeffrey\flowCytometryClustering",repos=NULL,destdir="C:\Program > Files\R\rw2011\library") > > But error is "object "mclust.zip" not found". > > Could you please help me how I can install the local packages? > > Thanks a lot! > > ______________________________________________ > [email protected] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html > > ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
