无法在RStudio中安装Rmarkdown

时间:2019-07-16 09:20:33

标签: r

我无法在rstudio中安装rmarkdown。

我遇到如下错误

install.packages("rmarkdown")
Installing package into ‘\\HQVDICLU01C03.pclc0.merkle.local/ProfileStore2$/shashaik/Documents/R/win-library/3.6’
(as ‘lib’ is unspecified)

  There is a binary version available but the source version is later:
          binary source needs_compilation
rmarkdown   1.13   1.14             FALSE

installing the source package ‘rmarkdown’

trying URL 'https://cran.rstudio.com/src/contrib/rmarkdown_1.14.tar.gz'
Content type 'application/x-gzip' length 3163022 bytes (3.0 MB)
downloaded 3.0 MB

'\\HQVDICLU01C03.pclc0.merkle.local\ProfileStore2$\shashaik\Documents'
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported.  Defaulting to Windows directory.
* installing *source* package 'rmarkdown' ...
** package 'rmarkdown' successfully unpacked and MD5 sums checked
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
  

findpack(package,lib.loc)中的错误:     没有名为“ rmarkdown”的软件包   呼叫:-> findpack   执行停止   错误:软件包“ rmarkdown”的延迟加载失败   *删除'\ HQVDICLU01C03.pclc0.merkle.local / ProfileStore2 $ / shashaik / Documents / R / win-library / 3.6 / rmarkdown'   install.packages中的警告:     安装软件包“ rmarkdown”的退出状态为非零

The downloaded source packages are in
    ‘C:\Users\shashaik\AppData\Local\Temp\Rtmp2ruPBv\downloaded_packages’

正在重新启动R会话...

  

loadNamespace(name)中的错误:没有名为“ rmarkdown”的软件包

试图删除stringi和stringr,但是存在同样的问题。

请帮助 在此先感谢

0 个答案:

没有答案