无法在R中加载dse包

时间:2011-06-14 05:21:07

标签: r packages

我在Windows Vista上使用R 2.11.1。当我尝试加载包dse时,会出现以下错误:

Loading required package: dse
Error : object 'Tobs' not found whilst loading namespace 'dse'
Error: package 'dse' could not be loaded

这是一个已知的问题,还是我缺少的东西?

1 个答案:

答案 0 :(得分:1)

正如Nick Sabbe所说,使用最新版本通常会产生奇迹。

仅作为记录,问题可能是尝试使用新版dse和旧版tframe。当我加载dse时,我得到了

> library(dse)
Loading required package: tframe
Loading required package: setRNG

news for dse

Changes in dse version 2011.3-1

   o    Changed periods() and tfperiods() to Tobs() to be consistent with
    changes in tframe.

news for tframe

Changes in tframe version 2011.3-1

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