Context: Trying to install package "vitae" and have successfully installed dependency "tinytex"
Problem: Error when code below. Only have R version 4.1.2 and 4.1.0 installed (I think).
#install.packages("tinytex") # install dependency for "vitae" package as requires LaTeX to be installed
#tinytex::install_tinytex()
#install.packages("vitae")
library("vitae")
Error: package or namespace load failed for ‘vitae’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
namespace ‘rlang’ 0.4.11 is already loaded, but >= 1.0.0 is required