Re: [R] Re : Matrix package loading problem "Error : object ‘kronecker’ is not exported by 'namespace:methods'"

2012-07-09 Thread RobMusk
Hi Bert, The version of Matrix that ships with base worked for me. The cran version of Matrix was the problem. To get it working I reinstalled R and did NOT update Matrix. Thanks to the package developers for their quick help on this one. Regards, Dr Robert Musk Senior Forest Biometrici

Re: [R] Re : Matrix package loading problem "Error : object ‘kronecker’ is not exported by 'namespace:methods'"

2012-07-09 Thread RobMusk
Hi Bert, The version of Matrix that ships with base worked for me. The cran version of Matrix was the problem. To get it working I reinstalled R and did NOT update Matrix. Regards, Dr Robert Musk Senior Forest Biometrician Management Research Forestry Tasmania 79 Melville St Hobart Austr

Re: [R] Re : Matrix package loading problem "Error : object ‘kronecker’ is not exported by 'namespace:methods'"

2012-06-09 Thread RobMusk
Thanks Pascal, but all my packages are current. That is not the problem. Regards, -- View this message in context: http://r.789695.n4.nabble.com/Matrix-package-loading-problem-Error-object-kronecker-is-not-exported-by-namespace-methods-tp4632861p4632911.html Sent from the R help mailing list arc

[R] Matrix package loading problem "Error : object ‘kronecker’ is not exported by 'namespace:methods'"

2012-06-08 Thread RobMusk
Hi R users all , I have a clean install of R-2.15.0 in a win32 machine and a problem loading Matrix 1.0-6 that looks like this: > library(Matrix) Loading required package: lattice Error : object ‘kronecker’ is not exported by 'namespace:methods' Error: package/namespace load failed for ‘Matrix’ >