Skip to content

integration in R-1.3.0

2 messages · Ben Bolker, Brian Ripley

#
I've noticed that integrate() has been rolled into the base library now,
and that the integrate library has been moved to the archives.  I've got a
problem ... I've been using adapt() (multi-dimensional adaptive
quadrature), which is not in the base package, and the integrate package
insists that it depends on R 1.2.3 (and doesn't install on my system under
1.3.0) and won't install.  I'll look for ways of forcing it to install
anyway, but does anyone have any hints in the meanwhile?

  Ben Bolker
        _                   
platform sparc-sun-solaris2.8
arch     sparc               
os       solaris2.8          
system   sparc, solaris2.8   
status                       
major    1                   
minor    3.0                 
year     2001                
month    06                  
day      22                  
language R           

** NEW ADDRESS as of Aug. 1 ***
Zoology Department, University of Florida
bolker at zoo.ufl.edu
(352) 392-5697

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
On Fri, 29 Jun 2001, Ben Bolker wrote:

            
NO!  A more complete GPL-ed integrate() function has been written from
scratch and put in base.  See NEWS:

    o   New function integrate() with S-compatible call.
Use the adapt package on CRAN if you want adapt().  It works ....