IBMPredictiveAnalytics / Watson_Personality_Insights

Use Watson Services' Personality Insights tool on IBM Bluemix to analyze the personality of the author of sample text.
Apache License 2.0
1 stars 9 forks source link

Library vs Package #1

Open hangtime79 opened 9 years ago

hangtime79 commented 9 years ago

Should this not be a request to check for the HTTR and JSONLITE packages not libraries?

gfilla commented 9 years ago

Hi - although I did not develop this extension I just reviewed the source code. I think the library you are referencing is the name given to a variable and function, but it is installing the package not a library. The function library() for httr and jsonlite loads a package in R. Are you experiencing difficulty with the extension and packages not loading?

hangtime79 commented 9 years ago

Yes, when I tried to do the original install, I was repeatedly getting errors. It was not until I changed the code to reference the package(httr) and put in to place the code to test for the package that I was able to get this to work.

avikbose commented 9 years ago

First time trying to execute Watson personality insight node from SPSS modeller 16 using IBM bluemix credential - there is a demo code in github using jsonlite & httr. execution throws server exception java.lang.IllegalArgumentException. How do I debug?

gfilla commented 9 years ago

@avikbose Sorry about delay in reply.

Can you please send the console output in the node? That will help us debug.

Best - Greg

image

jasonmburke commented 8 years ago

I too had an issue and resolved it by manually installing the R6 package which was a dependency for HTTR.