Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我为 Windows 安装了 R 3.4.4 版本。我正在研究 RGtk 包,但我无法执行指令
gtkText()
显然,我安装了这个包:
install.packages("RGtk2", depen = T, type = "source") library(RGtk2)
命令后
textx <- gtkText()
我得到
Error in gtkText() : could not find function "gtkText"
为什么?