bibliometrix
bibliometrix copied to clipboard
An error has occured
When i type biblioshiny() i got an message on my chrome browser. It says "error in pak subprocess"
The error indicates that not all the tools necessary to compile libraries from source are installed on your computer. These tools are needed when installing software from GitHub rather than the official R repository.
If you are using Windows, make sure that Rtools is installed. For Mac users, Xcode Command Line Tools must be installed.
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)