Skip to content
/ Rmpfr Public

❗ This is a read-only mirror of the CRAN R package repository. Rmpfr — Interface R to MPFR - Multiple Precision Floating-Point Reliable. Homepage: https://rmpfr.r-forge.r-project.org/ Report bugs for this package: https://r-forge.r-project.org/tracker/?group_id=386

Notifications You must be signed in to change notification settings

cran/Rmpfr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation and Reference of the R package 'Rmpfr'

Installation is non-trivial if you install from _source because of the SystemRequirements (listed in ./DESCRIPTION):

The package Rmpfr interfaces R to the C Library MPFR:

MPFR, the "Multiple Precision Floating-Point Reliably" library

which is Free/Libre Software, available under the LGPL license. MPFR Website

MPFR itself is built on and requires the GMP library

GNU Multiple Precision arithmetic library (GMP)

Obtain that from GMP Website or from your operating system vendor / package system:

+ Under _Debian_, _Ubuntu_ (and other Debian derivative) Linux distributions,
  it is sufficient (for *both* libraries) to simply do
  sudo apt-get install libmpfr-dev
+ In Fedora, Redhat, CentOS, opensuse, etc, you get these via
  sudo dnf install mpfr-devel

The standard reference to MPFR is

@article{FouLHLPZ-2007,
 author = {Laurent Fousse and Guillaume Hanrot and Vincent Lef\`{e}vre and
 	   Patrick P\'{e}lissier and Paul Zimmermann},
 title = {MPFR: A multiple-precision binary floating-point library with
          correct rounding},
 year = {2007},
 journal = {ACM Trans. Math. Softw.},
 volume = {33},
 number = {2},
 issn = {0098-3500},
 pages = {13},
 doi = {http://doi.acm.org/10.1145/1236463.1236468},
 publisher = {ACM},
 address = {New York, NY, USA},
}

About

❗ This is a read-only mirror of the CRAN R package repository. Rmpfr — Interface R to MPFR - Multiple Precision Floating-Point Reliable. Homepage: https://rmpfr.r-forge.r-project.org/ Report bugs for this package: https://r-forge.r-project.org/tracker/?group_id=386

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages