bibliometrix error

install.packages("bibliometrix", dependencies = TRUE)
Installing package into ‘C:/Users/owais/Documents/R/win-library/3.4’
(as ‘lib’ is unspecified)
Warning in install.packages :
dependencies ‘FactoMineR’, ‘cowplot’, ‘car’ are not available
also installing the dependencies ‘rstatix’, ‘ggpubr’, ‘factoextra’

There are binary versions available but the source versions are later:
binary source needs_compilation
ggpubr 0.2 0.3.0 FALSE
factoextra 1.0.5 1.0.7 FALSE
bibliometrix 2.1.2 3.0.1 FALSE

installing the source packages ‘rstatix’, ‘ggpubr’, ‘factoextra’, ‘bibliometrix’

trying URL 'http://cran.rstudio.com/src/contrib/rstatix_0.5.0.tar.gz'
Content type 'application/x-gzip' length 391492 bytes (382 KB)
downloaded 382 KB

trying URL 'http://cran.rstudio.com/src/contrib/ggpubr_0.3.0.tar.gz'
Content type 'application/x-gzip' length 2671845 bytes (2.5 MB)
downloaded 2.5 MB

trying URL 'http://cran.rstudio.com/src/contrib/factoextra_1.0.7.tar.gz'
Content type 'application/x-gzip' length 1386480 bytes (1.3 MB)
downloaded 1.3 MB

trying URL 'http://cran.rstudio.com/src/contrib/bibliometrix_3.0.1.tar.gz'
Content type 'application/x-gzip' length 5613746 bytes (5.4 MB)
downloaded 5.4 MB

ERROR: dependency 'car' is not available for package 'rstatix'

  • removing 'C:/Users/owais/Documents/R/win-library/3.4/rstatix'
    In R CMD INSTALL
    Warning in install.packages :
    running command '"C:/PROGRA~1/R/R-34~1.3/bin/x64/R" CMD INSTALL -l "C:\Users\owais\Documents\R\win-library\3.4" C:\Users\owais\AppData\Local\Temp\RtmpwvwMOP/downloaded_packages/rstatix_0.5.0.tar.gz' had status 1
    Warning in install.packages :
    installation of package ‘rstatix’ had non-zero exit status
    ERROR: dependencies 'cowplot', 'rstatix' are not available for package 'ggpubr'
  • removing 'C:/Users/owais/Documents/R/win-library/3.4/ggpubr'
    In R CMD INSTALL
    Warning in install.packages :
    running command '"C:/PROGRA~1/R/R-34~1.3/bin/x64/R" CMD INSTALL -l "C:\Users\owais\Documents\R\win-library\3.4" C:\Users\owais\AppData\Local\Temp\RtmpwvwMOP/downloaded_packages/ggpubr_0.3.0.tar.gz' had status 1
    Warning in install.packages :
    installation of package ‘ggpubr’ had non-zero exit status
    ERROR: dependencies 'FactoMineR', 'ggpubr' are not available for package 'factoextra'
  • removing 'C:/Users/owais/Documents/R/win-library/3.4/factoextra'
    In R CMD INSTALL
    Warning in install.packages :
    running command '"C:/PROGRA~1/R/R-34~1.3/bin/x64/R" CMD INSTALL -l "C:\Users\owais\Documents\R\win-library\3.4" C:\Users\owais\AppData\Local\Temp\RtmpwvwMOP/downloaded_packages/factoextra_1.0.7.tar.gz' had status 1
    Warning in install.packages :
    installation of package ‘factoextra’ had non-zero exit status
    ERROR: dependencies 'factoextra', 'FactoMineR' are not available for package 'bibliometrix'
  • removing 'C:/Users/owais/Documents/R/win-library/3.4/bibliometrix'
    In R CMD INSTALL
    Warning in install.packages :
    running command '"C:/PROGRA~1/R/R-34~1.3/bin/x64/R" CMD INSTALL -l "C:\Users\owais\Documents\R\win-library\3.4" C:\Users\owais\AppData\Local\Temp\RtmpwvwMOP/downloaded_packages/bibliometrix_3.0.1.tar.gz' had status 1
    Warning in install.packages :
    installation of package ‘bibliometrix’ had non-zero exit status

The downloaded source packages are in
‘C:\Users\owais\AppData\Local\Temp\RtmpwvwMOP\downloaded_packages’

The installation of the package dependency is failing because car requires R >=3.5 and you are using an older version. You need to update R in order to install this package.

i am installing pacakages like agricolae and bibliometric and other they are showing that this was made for previous versions what is solution to that.
thanks.

Both agricolae and bibliometrix are currently on CRAN so they should be compatible with R 4.0.1. What is the exact error message you are getting?

thank u sir by updating all issues resolved , which package is best suited for factorial experiments.

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