【发布时间】:2015-06-26 18:46:33
【问题描述】:
我将我的 R 包上传到 GitHub,然后按照 here 的说明将其发布到 OpenCPU。
https://public.opencpu.org/ocpu/github/Klausos9/test/R/test/print
test是一个包含平方根估计公式的函数。
现在,在 JFiddle 中,我尝试使用 HTTP API 对该函数进行简单调用。但是,我不能让它工作。有什么想法吗?
http://jsfiddle.net/WVWCR/49/
但是当我点击运行按钮时,它会说:
R returned an error: unused argument (input = input)
In call:
test(input = input)
【问题讨论】:
标签: r git github rstudio opencpu