I am using R 4.0.3 with RStudio 1.2.5033 on macOS 11.1.
I have successfully installed the package using install.packages("timetk"). When trying to load the package with library(timetk), I get the following error:
install.packages("timetk")
library(timetk)
Error: package or namespace load failed for ‘timetk’: object 'required_pkgs' not found whilst loading namespace 'timetk'
I do not know how to solve this. Can anyone please offer help or advice?
Thank you, C
Matt Dancho found the problem for me: update 'recipes'
2.1m questions
2.1m answers
60 comments
57.0k users