Re: [R] ERROR: installing package indices failed

2004-12-15 Thread Sigal Blay
Turns out that this problem is a propagation of a bug from a Depends package - gdata doesn't import stats in its NAMESPACE file, although it makes use of objects defined in stats like reorder and na.omit. I'm curious as to the reason why 'R CMD check' did not detect this at the source package,

Re: [R] ERROR: installing package indices failed

2004-11-21 Thread Uwe Ligges
Sigal Blay wrote: gregmisc is installed yet the problem persist. I installed gregmisc using install.packages(c(combinat,gregmisc,genetics),lib='/home/sblay/lib') (on the same library path where I am trying to install LDheatmap) Have you set the environment variable R_LIBS appropriately? Uwe

Re: [R] ERROR: installing package indices failed

2004-11-20 Thread Sigal Blay
gregmisc is installed yet the problem persist. I installed gregmisc using install.packages(c(combinat,gregmisc,genetics),lib='/home/sblay/lib') (on the same library path where I am trying to install LDheatmap) installed.packages(lib='/home/sblay/lib') Package LibPath

[R] ERROR: installing package indices failed

2004-11-19 Thread Sigal Blay
Dear R-helpers, I am developing a package named LDehatmap. It depends on the genetics package and includes two data files and a demo file. When I'm trying to install it, I get the following messages: * Installing *source* package 'LDheatmap' ... ** R ** data ** demo ** help Building/Updating

Re: [R] ERROR: installing package indices failed

2004-11-19 Thread Prof Brian Ripley
On Fri, 19 Nov 2004, Sigal Blay wrote: Dear R-helpers, I am developing a package named LDehatmap. It depends on the genetics package and includes two data files and a demo file. When I'm trying to install it, I get the following messages: * Installing *source* package 'LDheatmap' ... ** R ** data