Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
217 views
in Technique[技术] by (71.8m points)

R error "object 'required_pkgs' not found whilst loading namespace 'timetk'"

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:

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

question from:https://stackoverflow.com/questions/65829423/r-error-object-required-pkgs-not-found-whilst-loading-namespace-timetk

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Matt Dancho found the problem for me: update 'recipes'


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...