On 28/02/2014 04:25, Michael Sumner wrote:
In R 3.0.2 Patched (2014-01-31 r64905) and 3.0.3 beta (2014-02-25
r65077) I see a problem loading vignettes when I create a package with
two vignettes with similar names, e.g.
"vignette3"
"vignette3-install"
These seem not to be distinguished, and I ge
I'm not sure whether R-help or R-devel is appropriate...
But here's a little simulation to help get you started with the plotting
part:
plot( c(1,100) , c(-6,6), type='n')
for (x in 1:100) {points(x, rnorm(1)) ; Sys.sleep(1)}
-Don
--
Don MacQueen
Lawrence Livermore National Laboratory
7000 E
Hello all,
I want to use r script inside the webpage. I come to know that is it
possible to embed R script with HTML.
I want your help guys. I want to use package like "quantmod" inside my
webpage.
Thanks in advance & positively awaiting for your suggestions.
Regards,
Jayesh Baviskar
--
On Fri, Feb 28, 2014 at 12:42 AM, jayesh.baviskar
wrote:
>
> I want to use r script inside the webpage. I come to know that is it
> possible to embed R script with HTML.
This question is not appropriate for this mailing list.
That said, have a look at opencpu, and in particular the opencpu.js
ja