Unable to load Bibliometrix package after update R and R Studio

I used to run properly Biliometrix package. But after update R (R 4.2.0 GUI 1.78 High Sierra build (8075)) and R Studio (RStudio 2022.02.1+461 "Prairie Trillium" Release (8aaa5d470dd82d615130dbf663ace5c7992d48e3, 2022-03-17) for macOS
Mozilla/5.0 (Macintosh; Intel Mac OS X 11_6_0) AppleWebKit/537.36 (KHTML, like Gecko) QtWebEngine/5.12.10 Chrome/69.0.3497.128 Safari/537.36)
Now every time I run library(Bibliometrix) I got this message:

Error: package or namespace load failed for ‘bibliometrix’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘vctrs’

This is asking you to install the vctrs package

install.packages("vctrs")

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.