I'm beginner for R. when i download twitterR package I got a error message like
我是r的初学者,当我下载twitterR包时,我收到了一个错误信息。
Installing package into ‘/home/xxx/R/x86_64-pc-linux-gnu-library/3.1’ (as ‘lib’ is unspecified) Warning in install.packages : package ‘twitterR’ is not available (for R version 3.1.0)
将包安装到“/home/xxx/R/x86_64-pc-linux-gnu-library/3.1”(如“lib”是未指定的)安装警告。包:“twitterR”包不可用(R版本3.1.0)
1 个解决方案
#1
11
Perhaps it is because you have spelled the name wrong?
也许是因为你把名字拼错了?
install.packages("twitteR") # not twitterR
#1
11
Perhaps it is because you have spelled the name wrong?
也许是因为你把名字拼错了?
install.packages("twitteR") # not twitterR