Hi there,
I'm very new to R Studio, and have encountered it for the first time for a class within my MBA coursework. I am currently having, and have been for about a week now, an issue regarding installing the openNLPdata package in R Studio Version 1.3.1093-1. I have uninstalled R Studio and R Tools, downloaded countless versions, uninstalled everything R-related on my computer, and cannot overcome this issue. If someone could please tell me which version of R Studio is compatible with the openNLPdata package, I would be greatly appreciative. I should note that the NLP and openNLP packages install without any issue. I've attached the code I'm trying to run (and the results) below:
install.packages('NLP')
install.packages('openNLP')
install.packages('openNLPdata', repos='http://datacube.wu.ac.at/', type='source')
Results:
install.packages('openNLPdata', repos='http://datacube.wu.ac.at/', type='source')
Installing package into ‘C:/Users/don't know/Documents/R/win-library/4.0’
(as ‘lib’ is unspecified)
Warning in install.packages :
package ‘openNLPdata’ is not available for this version of R
A version of this package for your version of R might be available elsewhere,
see the ideas at
(cran website, had to delete link because new users are only allowed 2).
Things I have tried:
- installing the rJava package
- writeLines('PATH="{RTOOLS40_HOME}\\usr\\bin;{PATH}"', con = "~/.Renviron")
2a. Sys.which("make") ## "C:\rtools40\usr\bin\make.exe"
2b. install.packages('openNLPdata', repos='redacted link (new user limited to 2)', type='source')
- Wiped my computer of all versions of R Studio and R Tools
- Played a guessing game of running the code within multiple versions of R Studio to no avail
As you can imagine, I am quite frustrated. I'm sure the fix is simple in nature, but for me it is not. I am simply trying to pull some text from Reddit for a class and have been at this for over a week. I've spoken with my professor, TA, and even paid tutors. My last effort is turning to the R Studio community for help. Anything at all is much appreciated. Thank you and stay safe.