anniejw6/metrumrg

simpar() gives warning message related to EISPACK=TRUE

Closed this issue · 1 comments

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

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

  • Changed state: WontFix