MarcAntoineFabre / metrumrg

Automatically exported from code.google.com/p/metrumrg
0 stars 0 forks source link

simpar() gives warning message related to EISPACK=TRUE #46

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run simpar() with a set of input
2. simpar() completes with warning message below.

Warning message:
In eigen(Sigma, symmetric = TRUE, EISPACK = TRUE) :
  EISPACK = TRUE is deprecated 

This raises a concern of EISPACK=TRUE is dropped as an option in later versions 
of R since it is now deprecated.

metrumrg v5.36 used but warning occurs with latest version of metrumrg as well.

Original issue reported on code.google.com by bi...@metrumrg.com on 23 Apr 2013 at 2:21

GoogleCodeExporter commented 8 years ago
MASS 7.3-5 hardcodes eigen(EISPACK=TRUE).  Fixed at or before MASS 7.3-26.

Original comment by bergs...@gmail.com on 29 Aug 2013 at 12:20