Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嗨,有人可以给点建议吗?我正在尝试安装 fable 包,但是当我收到错误消息时: install.packages 中的警告:包 'fable' 不可用(对于 R 版本 3.4.2)
有什么解决办法??谢谢!
作为fable位于 GitHub 存储库的包,您应该使用devtoolspackage install_github。请看下面的代码:
fable
devtools
install_github
installed.packages("devtools") install.packages("tsibble") library(devtools) install_github("tidyverts/fable") library(fable)