Very simple place but somehow my code is going wrong and I'm not sure how to fix it:
install.packages("bibliometrix", dependencies=TRUE) ### installs bibliometrix package and dependencies
library(bibliometrix) ### load bibliometrix package
I'm really just trying to install the bibliometrix package but I'm getting this error:
Error: package or namespace load failed for ‘bibliometrix’:
object ‘scale_type’ is not exported by 'namespace:ggplot2'
In addition: Warning message:
package ‘bibliometrix’ was built under R version 3.4.4
There's nothing else in my script so I'm really not sure what's going wrong here. Any insight would be helpful.