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.
install.packages(qwraps2) install.packages 中的错误:找不到对象“qwraps2”
这个包不会安装,我得到上面的错误。任何人都可以帮忙吗?
试试install.packages("qwraps2")吧。
install.packages("qwraps2")
如果没有包名周围的引号,它将无法工作