collab-uniba / Senti4SD

An emotion-polarity classifier specifically trained on developers' communication channels
http://collab.di.uniba.it/research
MIT License
49 stars 18 forks source link

Requirement.sh showing me there is no R installed but R is working. #13

Closed awais4302 closed 5 years ago

awais4302 commented 5 years ago

Capture

fedemaiorano commented 5 years ago

Hi @awais4302. Try running which R in your shell. What is the result?

awais4302 commented 5 years ago

result i get is /usr/bin/R

fedemaiorano commented 5 years ago

Maybe there's a problem with backticks. I updated the requirements.sh script. Try relaunching the new version and let me know if it works.

awais4302 commented 5 years ago

image

Getting this error now.

fedemaiorano commented 5 years ago

You simply are not allowed to write to that folder. Run R as an administrator or configure R to use a different library path.

awais4302 commented 5 years ago

yes Got it just find the link. Thanks !! https://stackoverflow.com/questions/32540919/library-is-not-writable/45036570