Issues with bibliometrix installation on MacBook Pro

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)

There seem to be some issues with these two dependencies, try installing them manually and post the error message you get.

Thanks, andresrcs for your prompt response. Below is the error message.

install.packages("cowplot")
#> Warning: package 'cowplot' is not available (for R version 3.3.3)

Created on 2020-01-10 by the reprex package (v0.3.0)

The problem is that you are using a very old R version and cowplot requieres at least R >= 3.5.0 You have to update R in order to been able to install it, current version is 3.6.2
https://cran.r-project.org/

1 Like

R is updated and bibliometrix package installed.
The issue is resolved.
Thanks a lot! Much appreciated

If your question's been answered (even by you!), would you mind choosing a solution? It helps other people see which questions still need help, or find solutions if they have similar problems. Here’s how to do it:

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.