Re: [Rd] Minor issue in code of 'diffinv.vector' in R 2.15.2

2013-01-28 Thread Martin Maechler
> Suharto Anggono Suharto Anggono > on Sun, 27 Jan 2013 23:54:50 -0800 writes: > In R 2.15.2 (and not before), in the definition of > function 'diffinv.vector' in package stats, there is > difference <- as.integer(differences) > I believe > differences <- as.inte

[Rd] Minor issue in code of 'diffinv.vector' in R 2.15.2

2013-01-27 Thread Suharto Anggono Suharto Anggono
In R 2.15.2 (and not before), in the definition of function 'diffinv.vector' in package stats, there is difference <- as.integer(differences) I believe differences <- as.integer(differences) is intended, because 'difference' is not referenced anywhere. However, without conversion of 'differen