Rstdudio安装不上rmarkdown包

使用Rstudio安装rmarkdown包时,报错。

报错信息如下:
ERROR: lazy loading failed for package 'tinytex'

  • removing 'D:/Program Files/R-3.6.3/library/tinytex'
  • restoring previous 'D:/Program Files/R-3.6.3/library/tinytex'
    ERROR: dependency 'bslib' is not available for package 'rmarkdown'
  • removing 'D:/Program Files/R-3.6.3/library/rmarkdown'

The downloaded source packages are in
'C:\Users\DELL\AppData\Local\Temp\RtmpWOv4iY\downloaded_packages'

Package 'rmarkdown' successfully installed.
Warning messages:
1: In utils::install.packages("bslib", repos = "https://mirrors.tuna.tsinghua.edu.cn/CRAN/") :
installation of package 'bslib' had non-zero exit status
2: In utils::install.packages("tinytex", repos = "https://mirrors.tuna.tsinghua.edu.cn/CRAN/") :
installation of package 'tinytex' had non-zero exit status
3: In utils::install.packages("rmarkdown", repos = "https://mirrors.tuna.tsinghua.edu.cn/CRAN/", :
installation of package 'htmltools' had non-zero exit status
4: In utils::install.packages("rmarkdown", repos = "https://mirrors.tuna.tsinghua.edu.cn/CRAN/", :
installation of package 'xfun' had non-zero exit status
5: In utils::install.packages("rmarkdown", repos = "https://mirrors.tuna.tsinghua.edu.cn/CRAN/", :
installation of package 'bslib' had non-zero exit status
6: In utils::install.packages("rmarkdown", repos = "https://mirrors.tuna.tsinghua.edu.cn/CRAN/", :
installation of package 'tinytex' had non-zero exit status
7: In utils::install.packages("rmarkdown", repos = "https://mirrors.tuna.tsinghua.edu.cn/CRAN/", :
installation of package 'rmarkdown' had non-zero exit status

我用的Win10 64x Rstudio版本时2022.07 + 548
查网上说有dll文件受损,更换CRAN地址的,都试过,还是安装不上
我这个是什么问题呢?需要如何解决呀?

你不会安装的话,我给你安装吧