[R] gdata package for genetics

2004-11-17 Thread Yuandan Zhang
Hi,

I try to install genetics_1.1.1.tar.gz and get following errors. it looks for a 
package call 'gdata'. I looked and search r-project web, did not find any thing 

 R CMD INSTALL src/contrib/genetics_1.1.1.tar.gz
* Installing *source* package 'genetics' ...
** R
** data
** inst
** preparing package for lazy loading
Error in loadNamespace(i[[1]], c(lib.loc, .libPaths()), keep.source) :
There is no package called 'gdata'
Execution halted
ERROR: lazy loading failed for package 'genetics'
** Removing '/usr/local/lib/R/library/genetics'
** Restoring previous '/usr/local/lib/R/library/genetics'

Can you help me out this?

Yuandan

__
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


Re: [R] gdata package for genetics

2004-11-17 Thread Prof Brian Ripley
From the description file
Depends:  combinat, gdata, MASS
Now, gdata is part of the gregmisc bundle.
 install.packages(genetics, depend=TRUE)
would have figured this out for you.
On Thu, 18 Nov 2004, Yuandan Zhang wrote:
Hi,
I try to install genetics_1.1.1.tar.gz and get following errors. it 
looks for a package call 'gdata'. I looked and search r-project web, did 
not find any thing
Really?: please search the list of packages at
http://cran.r-project.org/src/contrib/PACKAGES.html
again, for my browser finds `gdata' there.

R CMD INSTALL src/contrib/genetics_1.1.1.tar.gz
* Installing *source* package 'genetics' ...
** R
** data
** inst
** preparing package for lazy loading
Error in loadNamespace(i[[1]], c(lib.loc, .libPaths()), keep.source) :
   There is no package called 'gdata'
Execution halted
ERROR: lazy loading failed for package 'genetics'
** Removing '/usr/local/lib/R/library/genetics'
** Restoring previous '/usr/local/lib/R/library/genetics'
Can you help me out this?
Yuandan
__
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

--
Brian D. Ripley,  [EMAIL PROTECTED]
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, UKFax:  +44 1865 272595
__
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html