stla

Results 306 comments of stla

I think there's a timeout option for `Chromote$new`, did you try it? 10 seconds is the default value I think. And did you try the `args` option? ```r chrm

What about my answer at the beginning of this thread? Did you try ``` Sys.unsetenv("HTTP_PROXY") ``` before dealing with **chromote**? Do you have an environment variable `HTTP_PROXY`?

Ah sorry, you already replied... I didn't read.

The point is that the data updating is "smooth". If you need to update something else, you can re-render the chart with Shiny.

Hello @Dave-stat Thank you for your message. These charts are pretty but I don't think they are useful. Do you have a use case?

> @stla, could you please cherry-pick and use it to check. I have to download CGAL 6 in order to check a problem with RcppCGAL. But how can I "cherry-pick"...

Hello @sethaxen I have a package: I didn't register it to JuliaHub. Also note that I'm not a star in Julia. The package maybe imperfect.

Yes, I would accept PRs. I think the package is good globally, I'm just not sure of my myriad of macros `@inbounds`, that I put everywhere.

Thank you @petegordon. I got this problem but it works with `npm install https://github.com/ColumbusCollaboratory/node-Rstats`.

> And to support DataFrames @psanchez1982 This works for me: ``` R.parseEvalQ("df = data.frame(x=1:2, y=3:4)"); var df = R.get("df"); console.log(df); // result: [ { x: 1, y: 3 }, {...