trinker / sentimentr

Dictionary based sentiment analysis that considers valence shifters
Other
427 stars 84 forks source link

Error in loadNamespace(name) : there is no package called ‘textshape’ #105

Closed xhaj06 closed 5 years ago

xhaj06 commented 5 years ago

Hi i downloaded your scripts, followed tutorial and its said this: Error in loadNamespace(name) : there is no package called ‘textshape’

trinker commented 5 years ago

it should have installed textshape (depending on how you tried to install sentimentr). Try install.packages('textshape') first

On Mon, May 13, 2019 at 2:39 PM xhaj06 notifications@github.com wrote:

Hi i downloaded your scripts, followed tutorial and its said this: Error in loadNamespace(name) : there is no package called ‘textshape’

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/trinker/sentimentr/issues/105?email_source=notifications&email_token=AANOPTVWSCHINMPQDJ73R43PVGYXLA5CNFSM4HMSM5Z2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GTP6JSQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AANOPTQH6H7M2EHJZE7DKQTPVGYXLANCNFSM4HMSM5ZQ .

xhaj06 commented 5 years ago

I installed all packages mentioned https://cran.r-project.org/web/packages/sentimentr/index.html and it works. Thx, its interesting tool. btw: its interesting that it can even work with multi-sentenses phrases. I tried break down "

Director Paul Matthews, who also wrote/directed the weak 1995 monster movie "Grim", clearly doesn't know how to pace his films."

into several small sentences, the results is similar but not same...interesting...really nice work.