Skip to content

ERROR: installing package indices failed

2 messages · Sigal Blay, Brian Ripley

#
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 help pages for package 'LDheatmap'
     Formats: text html latex example
  LDheatmap                text    html    latex   example
  ldheatmap                text    html    latex   example
Error: object 'reorder' not found whilst loading namespace 'gdata'
Error: package 'gdata' could not be loaded
Execution halted
ERROR: installing package indices failed

Any ideas?
 
Thanks,
  
Sigal
#
On Fri, 19 Nov 2004, Sigal Blay wrote:

            
Yes.  You do not have gdata (part of gregmisc) installed, and genetics 
depends on it.  How did you get genetics installed? A binary install?

Install gregmisc ....