Re: [R] Install Windows/R/.zip package under Linux/R

2014-05-27 Thread Rolf Turner
On 28/05/14 01:28, will.ea...@gmx.net wrote: Dear all, how can I install the Windows/R package http://www.ssg.uab.edu/bhglm/files/BhGLM_1.0.zip under Linux/R? There is no CRAN package. Simply, applying gunzip, tar -czvf, R CMD INSTALL *.tar.gz did not work. Don't mess

Re: [R] Install Windows/R/.zip package under Linux/R

2014-05-27 Thread Jeff Newmiller
It may not be possible. Contact the maintainer described at http://www.ssg.uab.edu/bhglm/ to ask for a source package. --- Jeff NewmillerThe . . Go Live... DCN:Basics: ##.#.

[R] Install Windows/R/.zip package under Linux/R

2014-05-27 Thread will . eagle
Dear all, how can I install the Windows/R package http://www.ssg.uab.edu/bhglm/files/BhGLM_1.0.zip under Linux/R? There is no CRAN package. Simply, applying gunzip, tar -czvf, R CMD INSTALL *.tar.gz did not work. Thanks in advance, Will _