[R] Problem loading SpareM package

2006-10-12 Thread Coomaren Vencatasawmy
Hi, I have just installed R 2.4.0 and when I try to load SpareseM, I get the following error message library(SparseM) Package SparseM (0.71) loaded. To cite, see citation(SparseM) Error in loadNamespace(package, c(which.lib.loc, lib.loc), keep.source = keep.source) : in 'SparseM'

Re: [R] Problem loading SpareM package

2006-10-12 Thread Richard M. Heiberger
I have been getting a similar error when I compile my own package. The message says the problem is in the methods package which is part of R. * checking S3 generic/method consistency ... WARNING Error in get(cname, where) : recursive default argument reference Error: .onLoad failed in

Re: [R] Problem loading SpareM package

2006-10-12 Thread Roger Bivand
On Thu, 12 Oct 2006, Coomaren Vencatasawmy wrote: Hi, I have just installed R 2.4.0 and when I try to load SpareseM, I get the following error message library(SparseM) Package SparseM (0.71) loaded. To cite, see citation(SparseM) Error in loadNamespace(package, c(which.lib.loc,

Re: [R] Problem loading SpareM package

2006-10-12 Thread roger koenker
url:www.econ.uiuc.edu/~rogerRoger Koenker email[EMAIL PROTECTED]Department of Economics vox: 217-333-4558University of Illinois fax: 217-244-6678Champaign, IL 61820 On Oct 12, 2006, at 7:12 AM, Roger Bivand wrote: On