Re: [R] Opencpu and caching

2017-04-28 Thread Jake Stone
OK, thanks for the info I apologize. I must have misread or misremembered. I have found the answer btw. R Cache serves the said purpose perfectly. On Apr 28, 2017 6:58 PM, "Jeff Newmiller" wrote: A) The https://www.opencpu.org/help.html page recommends a Google

Re: [R] Opencpu and caching

2017-04-28 Thread Jeff Newmiller
A) The https://www.opencpu.org/help.html page recommends a Google Group and Stack Overflow. If you were "told" otherwise, it was probably because they thought you needed to learn R, which would be off topic for their support areas. B) The R mailing lists Posting Guide says that questions

Re: [R] Opencpu and caching

2017-04-28 Thread Jeff Newmiller
You have already been told this is the wrong list for these questions. Go ask in the OpenCPU support areas. My very limited understanding of OpenCPU is that what you are asking for is specifically not supported. You need to setup your own function that does everything before it returns. --

[R] Opencpu and caching

2017-04-28 Thread Jake Stone
I am new to opencpu. My specialty is java. I use R for very specific analyses. *PROBLEM* My understanding is that each API call to opencpu opens a new R session. My function will classify the data input using the predict method of a linear discriminant analysis (lda from MASS package). The