You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use: library(wordVectors-2.0)
it says:
Error in library(wordVectors-2.0) :
there is no package called ‘wordVectors-2.0’
same for wordVector-master or any branch of your project in github
I´m new using RStudio... Then I checked the web and following some advice I manually deleted the folder to go to
install.packages("D:/Folder/wordVectors-2.0.zip")
Installing package into ‘C:/Users/Admin/Documents/R/win-library/3.3’
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘D:/Folder/wordVectors-2.0.zip’ is not available (for R version 3.3.2)
And this time it did not created any folder, so it seems to be a compatibility problem?? because of "package ‘D:/FolderL/wordVectors-2.0.zip’ is not available (for R version 3.3.2)"????
The text was updated successfully, but these errors were encountered:
laynier
changed the title
problem to call libray
problem to call library
Apr 22, 2018
When I use: library(
wordVectors-2.0
)it says:
Error in library(
wordVectors-2.0
) :there is no package called ‘wordVectors-2.0’
same for wordVector-master or any branch of your project in github
I´m new using RStudio... Then I checked the web and following some advice I manually deleted the folder to go to
The text was updated successfully, but these errors were encountered: