Skip to content
Prev 12050 / 15075 Next

R 3.4.0 problem

Dear all,

I have a problem with the newest R version. I'm trying to install a
specific package dplR who need the gpm package and I have this error on my
macbook (OS Sierra):
also installing the dependency ?gmp?

Packages which are only available in source form, and may
  need compilation of C/C++/Fortran: ?gmp? ?dplR?
Do you want to attempt to install these from sources?
y/n: y
installing the source packages ?gmp?, ?dplR?

trying URL 'https://cran.rstudio.com/src/contrib/gmp_0.5-13.1.tar.gz'
Content type 'application/x-gzip' length 131321 bytes (128 KB)
==================================================
downloaded 128 KB

trying URL 'https://cran.rstudio.com/src/contrib/dplR_1.6.5.tar.gz'
Content type 'application/x-gzip' length 1672999 bytes (1.6 MB)
==================================================
downloaded 1.6 MB

* installing *source* package ?gmp? ...
** package ?gmp? successfully unpacked and MD5 sums checked
creating cache ./config.cache
checking for __gmpz_ui_sub in -lgmp... no
configure: error: GNU MP not found, or not 4.1.4 or up, see
http://gmplib.org
ERROR: configuration failed for package ?gmp?
* removing ?/Library/Frameworks/R.framework/Versions/3.4/
Resources/library/gmp?
Warning in install.packages :
  installation of package ?gmp? had non-zero exit status
ERROR: dependency ?gmp? is not available for package ?dplR?
* removing ?/Library/Frameworks/R.framework/Versions/3.4/
Resources/library/dplR?
Warning in install.packages :
  installation of package ?dplR? had non-zero exit status

The downloaded source packages are in
?/private/var/folders/c5/6g4vbk5x55586m8ky2v_6pbc0000gn/T/RtmprYzSE8/
downloaded_packages?


All the other packages work in good conditions.
Please help me to solve this annoying situation.

Best regards!

CR