Misuse of .Internal (optimhess) in packages betatrgarch,, fGarch, iterLap and rgenoud

Prof Brian Ripley ripley at stats.ox.ac.uk
Tue May 22 10:59:03 CEST 2012


All of these packages have R CMD check reports such as

Found .Internal call in the following function:
   ‘tegarch.est’
with calls to .Internal functions
   ‘optimhess’

Packages should not call .Internal(): it is not part of the API, for
use only by R itself and subject to change without notice.

There is no longer such a .Internal function in the development version 
of R.  Please update your package to use the R function optimhess() 
instead, and add/incorporate
Depends: R (>= 2.15)
in your DESCRIPTION file.

BDR

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595



More information about the Rmetrics-core mailing list