rinruby
rinruby copied to clipboard
Ruby library that integrates the R interpreter in Ruby, making R's statistical routines and graphics available within Ruby.
Previously it was often difficult to kill a rails server if rinruby had run. Rinruby would trap INT and do nothing, effectively preventing a user from canceling a running server....
curious if you know how I could "pull" this list from R.. when I do I get the error from the title.. The data is coming from a SAS XPT...
Hi, I'm getting this error when I try to do a completely different command (rails generate active_admin:install). Any idea why rinruby is trying to automatically start up R? Thanks, Joel...
This commit disables the Nagle's algorithm to reduce delay when exchanging values between R and Ruby. In a particular program I'm working on, I noticed that the exchange of values...
I am receiving an error "Error in norm_val[i, ]
note brackets around cmd [] cmd is a string or an array as follows. ``` ruby @engine = IO.popen([cmd],"w+") ``` # environment > java -version > java version "1.7.0_09" >...
Need to use File.exist? since File.exists? has been removed at Ruby 3.2. At least, File.exist? has existed since Ruby 2.1, so this change shouldn't cause any problems.