Making a plot in PowerBI but getting this error
Error Message:
R script error.
Error: package or namespace load failed for 'dplyr' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
namespace 'rlang' 0.2.2 is being loaded, but >= 0.3.0 is required
Packages I am using are
library(mosaic)
library(fit.models)
Other packages like ggplot2 can be loaded easily in R
but, the plot is functioning properly in RStudio. Also, rlang package version 0.3.1 is installed and I have updated all the packages. Using R v3.5.2.
I have removed and reinstalled rlang, dplyr,etc