微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

无法将DSE程序包加载到R中

如何解决无法将DSE程序包加载到R中

| 我在Windows Vista上使用R 2.11.1。当我尝试加载软件包“ 0”时,出现以下错误
Loading required package: dse
Error : object \'Tobs\' not found whilst loading namespace \'dse\'
Error: package \'dse\' Could not be loaded
这是一个已知问题,还是我缺少什么?     

解决方法

        正如Nick Sabbe所说,使用最新版本通常会产生奇迹。 仅作记录,问题可能是试图使用新版本的
dse
和旧版本的
tframe
。当我加载
dse
时,我得到
> library(dse)
Loading required package: tframe
Loading required package: setRNG
dse
的新闻说
Changes in dse version 2011.3-1

   o    Changed periods() and tfperiods() to Tobs() to be consistent with
    changes in tframe.
ѭ3的新闻说
Changes in tframe version 2011.3-1

   o    Changed periods() and tfperiods() (distinction no longer needed) 
    to Tobs() to avoid conflicts with other packages.
    

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。