R Error: "could not find function 'nstall.packages'" - Solution
The function you are trying to use is `install.packages()` not `nstall.packages()`. \nTry the corrected code:\n\n```\ninstall.packages("visCluster")\n
原文地址: https://www.cveoy.top/t/topic/pRPY 著作权归作者所有。请勿转载和采集!