标签: r rstudio
我正在尝试使用RStudio为自己构建自定义程序包。我需要在我的环境中包含其他可用的包。
在NAMESPACE文件中,我把:
export(forecast) export(jsonlite)
我一直收到这个错误:
Error in namespaceExport(ns, exports) : undefined exports: forecast, jsonlite
如何在RStudio中包含/引用包中的其他包?