【问题标题】:Unable to load dse package in R无法在 R 中加载 dse 包
【发布时间】:2011-06-14 05:21:06
【问题描述】:

我在 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

这是一个已知问题,还是我遗漏了什么?

【问题讨论】:

  • 或许您应该先安装最新版本的 R 再试一次?我刚刚在 Win7 上从 R 2.13.0 成功安装并加载了包。
  • @Nick 谢谢。你的建议奏效了。

标签: r packages


【解决方案1】:

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

仅作记录,问题可能是尝试使用新版本的dse 和旧版本的tframe。当我加载 dse 我得到 ​​p>

> 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.

【讨论】:

    猜你喜欢
    • 2016-02-06
    • 2021-06-15
    • 2018-06-14
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-09-07
    • 2015-11-02
    • 1970-01-01
    相关资源
    最近更新 更多