Rstudio:尽管安装了插件,但“未找到插件”

时间:2021-01-22 22:42:08

标签: r rstudio add-in

我正在尝试安装 Rstudio 插件,但它们没有显示在“插件”按钮或工具 → 插件 → 浏览插件...菜单中。我先更新了我的Rstudio,然后又重新安装了一次,没有用。

这就是我的处理方式:

devtools::install_github("rstudio/addinexamples", type = "source")

它安装成功(我可以检查它是否在包选项卡或 C:\Users\USERNAME\Documents\R\win-library\4.0\addinexamples 中正确显示)但仍然没有显示在插件按钮下.用户名虽然有特殊字符(法语口音)。这会是问题吗?

enter image description here

即使在手动加载库之后:

library(addinexamples)

库显示为已加载但没有按钮。我尝试了许多其他具有相同结果的软件包(例如,addinmanager、addinslist、colourpicker、esquisse)。我还尝试直接从 CRAN 安装软件包,结果相同。例如,

install.packages("datapasta")
package ‘datapasta’ successfully unpacked and MD5 sums checked

enter image description here

有什么想法吗?谢谢。

sessionInfo()
R version 4.0.3 (2020-10-10)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19042)

Matrix products: default

locale:
[1] LC_COLLATE=English_Canada.1252  LC_CTYPE=English_Canada.1252    LC_MONETARY=English_Canada.1252
[4] LC_NUMERIC=C                    LC_TIME=English_Canada.1252    

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

loaded via a namespace (and not attached):
 [1] lattice_0.20-41  codetools_0.2-16 mvtnorm_1.1-1    zoo_1.8-8        psych_2.0.7      MASS_7.3-53     
 [7] grid_4.0.3       nlme_3.1-149     xtable_1.8-4     coda_0.19-4      estimability_1.3 multcomp_1.4-13 
[13] bootES_1.2       Matrix_1.2-18    boot_1.3-25      sandwich_2.5-1   splines_4.0.3    TH.data_1.0-10  
[19] tools_4.0.3      emmeans_1.5.1    parallel_4.0.3   survival_3.2-7   compiler_4.0.3   mnormt_2.0.1   

转发自:https://community.rstudio.com/t/no-addins-found/92070

0 个答案:

没有答案