Zhipeng Wang
2012-Jun-28 07:27 UTC
[R] Error in get(Info[i, 1], envir = env) : internal error -3 in R_decompress1
Hello all, When I wanted to use package "foreach", I got the Error. That is:> library(foreach)Error in get(Info[i, 1], envir = env) : internal error -3 in R_decompress1 Error: package/namespace load failed for ‘foreach’ I am using R-2.14.2, 64 bit. Even I reinstalled R and package "foreach", the Error could not be fixed. Would you please to give me some advice? Thanks in advance Wang [[alternative HTML version deleted]]
Pascal Oettli
2012-Jun-28 08:01 UTC
[R] Error in get(Info[i, 1], envir = env) : internal error -3 in R_decompress1
Hello, Did you try by upgrading your version of R? Regards Le 12/06/28 16:27, Zhipeng Wang a ?crit :> Hello all, > When I wanted to use package "foreach", I got the Error. > That is: >> library(foreach) > Error in get(Info[i, 1], envir = env) : > internal error -3 in R_decompress1 > Error: package/namespace load failed for ?foreach? > > I am using R-2.14.2, 64 bit. Even I reinstalled R and package "foreach", > the Error could not be fixed. > > Would you please to give me some advice? > Thanks in advance > > Wang > > [[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. >
Prof Brian Ripley
2012-Jun-28 09:38 UTC
[R] Error in get(Info[i, 1], envir = env) : internal error -3 in R_decompress1
On 28/06/2012 08:27, Zhipeng Wang wrote:> Hello all, > When I wanted to use package "foreach", I got the Error. > That is: >> library(foreach) > Error in get(Info[i, 1], envir = env) : > internal error -3 in R_decompress1 > Error: package/namespace load failed for ?foreach? > > I am using R-2.14.2, 64 bit. Even I reinstalled R and package "foreach", > the Error could not be fixed. > > Would you please to give me some advice?Reinstall the package from its sources. It looks like you have a corrupt binary package.> Thanks in advance > > Wang > > [[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.PLEASE do: the rw-FAQ asked you to install from sources and not report here about binary packages. If you did that you did not say so (and you did not read the part about HTML mail either). -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595