在RStudio中创建新包时如何包含其他包?

时间:2015-02-26 13:52:58

标签: r rstudio

我正在尝试使用RStudio为自己构建自定义程序包。我需要在我的环境中包含其他可用的包。

在NAMESPACE文件中,我把:

export(forecast)
export(jsonlite)

我一直收到这个错误:

Error in namespaceExport(ns, exports) : 
  undefined exports: forecast, jsonlite

如何在RStudio中包含/引用包中的其他包?

0 个答案:

没有答案