X13二进制和季节性软件包问题:setwd(tdir)中出错:无法更改工作目录

X13二进制和季节性软件包问题:setwd(tdir)中出错:无法更改工作目录,r,R,我试图使用季节性软件包,但x13binary软件包有问题。我在一台windows机器上,x64,试着以管理员的身份运行R,而不是完全删除x13binary软件包并重新安装,但似乎没有任何效果。我检查了x13binary bin目录,可执行文件在那里。。。只是出于某种原因,它似乎不起作用,我也不知道问题出在哪里 以下是我正在运行的代码,其中包含错误消息: > library(x13binary) > library(seasonal) The binaries provided by

我试图使用季节性软件包,但x13binary软件包有问题。我在一台windows机器上,x64,试着以管理员的身份运行R,而不是完全删除x13binary软件包并重新安装,但似乎没有任何效果。我检查了x13binary bin目录,可执行文件在那里。。。只是出于某种原因,它似乎不起作用,我也不知道问题出在哪里

以下是我正在运行的代码,其中包含错误消息:

> library(x13binary)
> library(seasonal)
The binaries provided by 'x13binary' do not work on this
machine. To get more information, run:
  x13binary::checkX13binary()

You can set 'X13_PATH' manually if you intend to use your own
binaries. See ?seasonal for details.

> x13binary::checkX13binary()
Error in setwd(tdir) : cannot change working directory
>