Download
Download and install the most recent version of R (https://cran.r-project.org/)
Stable Version
Beta Version
This is the stable version published on the official R Repository (CRAN) and monthly updated. This version can be downloaded in two ways:
1) Install R and digit the following codes:
if (!require("pak", quietly=TRUE)) install.packages("pak")
pak::pkg_install("bibliometrix")
2) Download the most recent version of RStudio and follow these steps:
- Open Rstudio and then search on the Menu:
Tools -> Install Packages...
- Digit "bibliometrix" and check the box "Install dependencies"
- Click on "Install"
This is the beta version published on Github Repository and daily updated. This version includes the latest features but could be affected from minor bugs.
Open R or Rstudio (in console window) and digit:
if (!require("pak", quietly=TRUE)) install.packages("pak")
pak::pkg_install("massimoaria/bibliometrix")
To check if your system is ready to compile a package from GitHub, run these commands:
if (!require("pak", quietly=TRUE)) install.packages("pak")
pkgbuild::check_build_tools(debug = TRUE)
Note: If you are using Windows, make sure that Rtools is installed. For Mac users, Xcode Command Line Tools must be installed.