In R notebook I am running:
install.packages('fpp3', dependencies = TRUE)
And getting back errors:
ERROR: dependency ‘vctrs’ is not available for package ‘slider’
I then install 'vctrs' and it again generates similar error that some package is missing and this whole process is endless.
Can I install all required packages at once? Nothing like this happens on my local PC.