Open hangtime79 opened 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?
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.
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?
@avikbose Sorry about delay in reply.
Can you please send the console output in the node? That will help us debug.
Best - Greg
I too had an issue and resolved it by manually installing the R6 package which was a dependency for HTTR.
Should this not be a request to check for the HTTR and JSONLITE packages not libraries?