Skip to content
Prev 61510 / 398500 Next

error in gregmisc package

On Sun, 26 Dec 2004, Kjetil Brinchmann Halvorsen wrote:

            
It does: they were introduced for packages other than base in 1.7.0.
However, that line is

     m[[1]] <- graphics:::plot.formula

and the ::: operator was introduced in 1.8.0 and package `graphics' in 
1.9.0.
gregmisc should have a dependence on R>=1.9.0 (at least).  It won't be the 
only package that does not have such a dependence, including many of those 
introduced since 1.7.0 came out (over two years ago) as people tend not to 
test on past versions of R.