Sameer Deshmukh

Results 235 comments of Sameer Deshmukh

This looks like it's not able to install ZeroMQ. Have you installed all the dependencies? @methodmissing could you please list out any ZeroMQ dependencies? Also, will it be possible for...

I do not think commenting out the error is a good idea. How about you contact one of the RSRuby developers and ask them for a solution?

ping @domitry

``` ruby plot = Nyaplot::Plot.new :histogram, # other arguments for making histogram plot.configure do |p| p.line_normal_distribution = true end ``` Maybe use Diagram instead of Plot, I'm not completely sure.

I'm assuming that the data used for creating the plot was made using a Normal distribution Random Number Generator (something like `rnorm(mean, std)`. The line will only serve as a...

This exists in daru now. Close this?

I think a compromise can be reached between maintaining integration tests and leaving testing to a purely simulated environment (in this case the driver). Something with which the actual working...

I'll take up this issue and come up with an API suggestion in a while. Please assign me to this.

Is there a way to manually check whether Mongo is installed without having to trigger the mechanism timout error?