用R Gui安装的话需要先把依赖包一个个安装上,比较麻烦,
可以在Rstudio上安装,
install.packages('tseries')
also installing the dependencies ‘quadprog’, ‘zoo’
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.3/quadprog_1.5-5.zip'
Content type 'application/zip' length 52439 bytes (51 KB)
downloaded 51 KB
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.3/zoo_1.7-13.zip'
Content type 'application/zip' length 899932 bytes (878 KB)
downloaded 878 KB
trying URL 'https://cran.rstudio.com/bin/windows/contrib/3.3/tseries_0.10-35.zip'
Content type 'application/zip' length 327381 bytes (319 KB)
downloaded 319 KB
package ‘quadprog’ successfully unpacked and MD5 sums checked
package ‘zoo’ successfully unpacked and MD5 sums checked
package ‘tseries’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\yuexf\AppData\Local\Temp\RtmpqqGpKz\downloaded_packages
>library(tseries)
‘tseries’ version: 0.10-35
‘tseries’兄配 is a package for time series analysis and computational finance.
See ‘library(help="tseries")’ for details.
它会自动把依赖包粗尘陆给你安装上
如果在运行某软件或编译程序历让时提示缺少、找不到libtcmalloc.dll等类似提示,您可将从51dll下载来的漏烂改libtcmalloc.dll拷贝到指定目录即可返判(一般是system系统目录或放到软件同级目录里面),或者重新添加文件引用。欢迎分享,转载请注明来源:内存溢出
评论列表(0条)