Re: [R] Unable to require installed package

2011-02-01 Thread Uwe Ligges
1. You need R version >= R-2.12.0 on Windows in order to use a package that is compiled under R >= 2.12.0. 2. winbuilder gave some reports. That may have said if and why your package could not be compiled under 64-bit R for some reason. 3. If you have a 32-bit-only package, you can only load i

Re: [R] Unable to require installed package

2011-01-31 Thread 刘力平
Hi, I uploaded my package to http://win-builder.r-project.org/ and had it built. It can work on one machine, but on the other, it reports: Loading required package: grt Error: package 'grt' was built for i386-pc-mingw32 In addition: Warning message: package 'grt' was built under R version 2.12.1

Re: [R] Unable to require installed package

2011-01-27 Thread Rainer Schuermann
On Thursday, January 27, 2011 08:57:01 am 刘力平 wrote: > who sincerely thinks R is not google friendly, since "R" is a > awful keyword. http://www.rseek.org/ __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read

Re: [R] Unable to require installed package

2011-01-27 Thread Prof Brian Ripley
On Thu, 27 Jan 2011, Barry Rowlingson wrote: On Thu, Jan 27, 2011 at 7:57 AM, 刘力平 wrote: Hi, I write a package in Linux and ready to distribute, and I can install it in linux and run it. However, when I have install it in my Windows' R. I can not 'require' it. is.element("grt", installed.p

Re: [R] Unable to require installed package

2011-01-27 Thread Barry Rowlingson
On Thu, Jan 27, 2011 at 7:57 AM, 刘力平 wrote: > Hi, > > I write a package in Linux and ready to distribute, and I can install it in > linux and run it. > However, when I have install it in my Windows' R. > > I can not 'require' it. > >> is.element("grt", installed.packages()[,1]) > [1] TRUE >> requi

[R] Unable to require installed package

2011-01-27 Thread 刘力平
Hi, I write a package in Linux and ready to distribute, and I can install it in linux and run it. However, when I have install it in my Windows' R. I can not 'require' it. > is.element("grt", installed.packages()[,1]) [1] TRUE > require(grt) Loading required package: grt Failed with error: ‘'gr