Last data update: 2014.03.03

Rmpfr

Package: Rmpfr
Title: R MPFR - Multiple Precision Floating-Point Reliable
Version: 0.6-0
Date: 2015-11-19
DateNote: Previous CRAN version 0.5-7 on 2014-11-27
Type: Package
Author: Martin Maechler
Maintainer: Martin Maechler <maechler@stat.math.ethz.ch>
SystemRequirements: gmp (>= 4.2.3), mpfr (>= 3.0.0)
SystemRequirementsNote: MPFR (MP Floating-Point Reliable Library,
http://mpfr.org/) and GMP (GNU Multiple Precision library,
http://gmplib.org/), see README
Depends: gmp (>= 0.5-8), R (>= 3.0.1)
Imports: stats, utils, methods
Suggests: MASS, polynom, sfsmisc (>= 1.0-20), Matrix
SuggestsNote: MASS, polynom, sfsmisc: only for vignette; Matrix:
test-tools
URL: http://rmpfr.r-forge.r-project.org/
Description: Arithmetic (via S4 classes and methods) for
arbitrary precision floating point numbers, including transcendental
("special") functions. To this end, Rmpfr interfaces to
the LGPL'ed MPFR (Multiple Precision Floating-Point Reliable) Library
which itself is based on the GMP (GNU Multiple Precision) Library.
License: GPL (>= 2)
NeedsCompilation: yes
Packaged: 2015-12-04 10:38:38 UTC; maechler
Repository: CRAN
Date/Publication: 2015-12-04 15:40:25

● Cran Task View: NumericalMathematics
12 images, 33 functions, 0 datasets
Reverse Depends: 6

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'Rmpfr' ...
** package 'Rmpfr' successfully unpacked and MD5 sums checked
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking mpfr.h usability... yes
checking mpfr.h presence... yes
checking for mpfr.h... yes
checking gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
checking for __gmpz_init in -lgmp... yes
checking for mpfr_init in -lmpfr... yes
checking for mpfr_digamma in -lmpfr... yes
configure: creating ./config.status
config.status: creating src/Makevars
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c Ops.c -o Ops.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c Summary.c -o Summary.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c convert.c -o convert.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c init.c -o init.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c utils.c -o utils.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o Rmpfr.so Ops.o Summary.o convert.o init.o utils.o -lmpfr -lgmp -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/Rmpfr/libs
** R
** demo
** inst
** preparing package for lazy loading
Creating a generic function for 'factorial' from package 'base' in package 'Rmpfr'
Creating a generic function for 'quantile' from package 'stats' in package 'Rmpfr'
Creating a generic function for 'mean' from package 'base' in package 'Rmpfr'
Creating a generic function for 'median' from package 'stats' in package 'Rmpfr'
Creating a generic function for 't' from package 'base' in package 'Rmpfr'
Creating a generic function for 'aperm' from package 'base' in package 'Rmpfr'
Creating a generic function for 'crossprod' from package 'gmp' in package 'Rmpfr'
Creating a generic function for 'tcrossprod' from package 'gmp' in package 'Rmpfr'
Creating a generic function for 'diag' from package 'base' in package 'Rmpfr'
Creating a generic function for 'diag<-' from package 'base' in package 'Rmpfr'
Creating a new generic function for 'cbind' in package 'Rmpfr'
Creating a new generic function for 'rbind' in package 'Rmpfr'
Creating a generic function for 'colSums' from package 'base' in package 'Rmpfr'
Creating a generic function for 'colMeans' from package 'base' in package 'Rmpfr'
Creating a generic function for 'rowSums' from package 'base' in package 'Rmpfr'
Creating a generic function for 'rowMeans' from package 'base' in package 'Rmpfr'
Creating a generic function for 'norm' from package 'base' in package 'Rmpfr'
Creating a generic function for 'format' from package 'base' in package 'Rmpfr'
in method for 'show' with signature '"integrateR"': no definition for class "integrateR"
Creating a generic function for 'unique' from package 'base' in package 'Rmpfr'
Creating a new generic function for 'pmin' in package 'Rmpfr'
Creating a new generic function for 'pmax' in package 'Rmpfr'
Creating a generic function for 'all.equal' from package 'base' in package 'Rmpfr'
Creating a generic function for 'atan2' from package 'base' in package 'Rmpfr'
Creating a generic function for 'beta' from package 'base' in package 'Rmpfr'
Creating a generic function for 'lbeta' from package 'base' in package 'Rmpfr'
** help
*** installing help indices
  converting help for package 'Rmpfr'
    finding HTML links ... done
    Bernoulli                               html  
    Bessel_mpfr                             html  
    Mnumber-class                           html  
    Rmpfr-package                           html  
    array_or_vector-class                   html  
    asNumeric-methods                       html  
    atomicVector-class                      html  
    bind-methods                            html  
    chooseMpfr                              html  
Rd warning: /tmp/Rtmp3ZDS46/R.INSTALL517e1467165c/Rmpfr/man/chooseMpfr.Rd:14: missing file link 'chooseZ'
Rd warning: /tmp/Rtmp3ZDS46/R.INSTALL517e1467165c/Rmpfr/man/chooseMpfr.Rd:66: missing file link 'chooseZ'
    distr-etc                               html  
Rd warning: /tmp/Rtmp3ZDS46/R.INSTALL517e1467165c/Rmpfr/man/distr-etc.Rd:39: missing file link 'dbinom'
Rd warning: /tmp/Rtmp3ZDS46/R.INSTALL517e1467165c/Rmpfr/man/distr-etc.Rd:40: missing file link 'dpois'
    factorialMpfr                           html  
    formatHex                               html  
    formatMpfr                              html  
    gmp-conversions                         html  
Rd warning: /tmp/Rtmp3ZDS46/R.INSTALL517e1467165c/Rmpfr/man/gmp-conversions.Rd:9: missing file link 'bigz'
Rd warning: /tmp/Rtmp3ZDS46/R.INSTALL517e1467165c/Rmpfr/man/gmp-conversions.Rd:12: missing file link 'bigq'
Rd warning: /tmp/Rtmp3ZDS46/R.INSTALL517e1467165c/Rmpfr/man/gmp-conversions.Rd:31: missing file link 'as.bigz'
Rd warning: /tmp/Rtmp3ZDS46/R.INSTALL517e1467165c/Rmpfr/man/gmp-conversions.Rd:43: missing file link 'as.bigz'
Rd warning: /tmp/Rtmp3ZDS46/R.INSTALL517e1467165c/Rmpfr/man/gmp-conversions.Rd:44: missing file link 'as.bigq'
    hjkMpfr                                 html  
Rd warning: /tmp/Rtmp3ZDS46/R.INSTALL517e1467165c/Rmpfr/man/hjkMpfr.Rd:9: missing file link 'hjk'
    integrateR                              html  
    is.whole                                html  
    mpfr-class                              html  
    finding level-2 HTML links ... done

Rd warning: /tmp/Rtmp3ZDS46/R.INSTALL517e1467165c/Rmpfr/man/mpfr-class.Rd:206: missing file link 'beta'
Rd warning: /tmp/Rtmp3ZDS46/R.INSTALL517e1467165c/Rmpfr/man/mpfr-class.Rd:337: missing file link 'bigz'
    mpfr-utils                              html  
    mpfr                                    html  
Rd warning: /tmp/Rtmp3ZDS46/R.INSTALL517e1467165c/Rmpfr/man/mpfr.Rd:21: missing file link 'bigz'
Rd warning: /tmp/Rtmp3ZDS46/R.INSTALL517e1467165c/Rmpfr/man/mpfr.Rd:21: missing file link 'bigq'
    mpfrArray                               html  
    mpfrMatrix-class                        html  
    mpfrMatrix-utils                        html  
    optimizeR                               html  
    pbetaI                                  html  
Rd warning: /tmp/Rtmp3ZDS46/R.INSTALL517e1467165c/Rmpfr/man/pbetaI.Rd:43: missing file link 'chooseZ'
    pmax                                    html  
    roundMpfr                               html  
    seqMpfr                                 html  
    special-math                            html  
    str.mpfr                                html  
    sumBinomMpfr                            html  
Rd warning: /tmp/Rtmp3ZDS46/R.INSTALL517e1467165c/Rmpfr/man/sumBinomMpfr.Rd:70: missing file link 'chooseZ'
    unirootR                                html  
    utils                                   html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (Rmpfr)
Making 'packages.html' ... done