I'm trying to load inputeTS package in my R version 3.6.3 running on databricks. I wrote following command
install.packages('imputeTS',dependencies=TRUE)
I'm getting message
The downloaded source packages are in
‘/tmp/RtmpgzU1J2/downloaded_packages
But while trying to load the package using
library('imputeTS')
I'm getting error message
package or namespace load failed for ‘imputeTS’: Error : package or namespace load failed for ‘imputeTS’: object ‘after_stat’ is not exported by 'namespace:ggplot2'
Can you suggest me how to resolve the issue?