我试图加载我的 R 工作区,但是收到了这个错误:
Error: bad restore file magic number (file may be corrupted) -- no data loaded
In addition: Warning message:
file ‘WORKSPACE_Wedding_Weekend_September’ has magic number '#gets'
Use of save versions prior to 2 is deprecated
我对技术细节不是特别感兴趣,但主要是我是如何引起它的,以及我如何在将来防止它。以下是一些关于这种情况的说明:
- 我在一台 MacBook Pro 上运行 R 2.15.1,在一个引导分区上运行 Windows XP。
- There is something obviously wrong this workspace file, since it weighs in at only ~80kb while all my others are usually >10,000
- 周末我用 R 语言运行了一个外部建模程序,并将其输出存储到不同的对象中。我在几天的过程中运行了该模型的几次迭代,例如 output _ Saturday <-call _ model ()
- 对于模型输出没有什么特别的,它只是一个带有 Beta、 VC 矩阵、模型规范等插槽的列表。