Hi everyone,
Any help in fixing the issue below will be much appreciated.
I am trying to install bibliometrix package on my MacBook Pro machine. Below is the code used and error message received
Thanks in advance!
install.packages("bibliometrix", dependencies = TRUE)
#> Warning: dependencies 'FactoMineR', 'cowplot' are not available
#> also installing the dependencies 'ggpubr', 'factoextra', 'rio', 'rscopus'
#>
#> There are binary versions available but the source versions are later:
#> binary source needs_compilation
#> ggpubr 0.1.6 0.2.4 FALSE
#> factoextra 1.0.5 1.0.6 FALSE
#> rio 0.5.5 0.5.16 FALSE
#> rscopus 0.5.3 0.6.6 FALSE
#> bibliometrix 1.8 2.3.2 FALSE
#> installing the source packages 'ggpubr', 'factoextra', 'rio', 'rscopus', 'bibliometrix'
#> Warning in install.packages("bibliometrix", dependencies = TRUE): installation
#> of package 'ggpubr' had non-zero exit status
#> Warning in install.packages("bibliometrix", dependencies = TRUE): installation
#> of package 'rio' had non-zero exit status
#> Warning in install.packages("bibliometrix", dependencies = TRUE): installation
#> of package 'rscopus' had non-zero exit status
#> Warning in install.packages("bibliometrix", dependencies = TRUE): installation
#> of package 'factoextra' had non-zero exit status
#> Warning in install.packages("bibliometrix", dependencies = TRUE): installation
#> of package 'bibliometrix' had non-zero exit status
Created on 2020-01-10 by the reprex package (v0.3.0)