Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/drupal/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
将R标记下放到word中的问题_R_R Markdown - Fatal编程技术网

将R标记下放到word中的问题

将R标记下放到word中的问题,r,r-markdown,R,R Markdown,每次我试图将我的R降价数据编入word时都会遇到问题, 每次它要求我更新一些软件包,但这些软件包下载失败- Warning in install.packages : installation of package ‘stringi’ had non-zero exit status Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) : unknown timezone 'default/Am

每次我试图将我的R降价数据编入word时都会遇到问题, 每次它要求我更新一些软件包,但这些软件包下载失败-

Warning in install.packages :
  installation of package ‘stringi’ had non-zero exit status
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) :
  unknown timezone 'default/America/Vancouver'
ERROR: dependency ‘xfun’ is not available for package ‘tinytex’
* removing ‘/Library/Frameworks/R.framework/Versions/3.3/Resources/library/tinytex’
Warning in install.packages :
  installation of package ‘tinytex’ had non-zero exit status
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) :
  unknown timezone 'default/America/Vancouver'
ERROR: dependency ‘stringi’ is not available for package ‘stringr’
* removing ‘/Library/Frameworks/R.framework/Versions/3.3/Resources/library/stringr’
Warning in install.packages :
  installation of package ‘stringr’ had non-zero exit status
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) :
  unknown timezone 'default/America/Vancouver'
ERROR: dependencies ‘stringr’, ‘xfun’ are not available for package ‘knitr’
* removing ‘/Library/Frameworks/R.framework/Versions/3.3/Resources/library/knitr’
Warning in install.packages :
  installation of package ‘knitr’ had non-zero exit status
Warning in strptime(xx, f <- "%Y-%m-%d %H:%M:%OS", tz = tz) :
  unknown timezone 'default/America/Vancouver'
ERROR: dependencies ‘knitr’, ‘tinytex’, ‘xfun’, ‘stringr’ are not available for package ‘rmarkdown’
* removing ‘/Library/Frameworks/R.framework/Versions/3.3/Resources/library/rmarkdown’
Warning in install.packages :
  installation of package ‘rmarkdown’ had non-zero exit status

The downloaded source packages are in
    ‘/private/var/folders/6x/4jl208cx6zjgl0j7bt12pxhw0000gp/T/RtmpmR05CL/downloaded_packages’

您有什么版本的R?如果您是Windows用户,您需要首先安装,以便在您的计算机中构建一些R软件包(即从二进制源安装软件包)。
Warning in install.packages :
  installation of package ‘rmarkdown’ had non-zero exit status