並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 10 件 / 10件

新着順 人気順

Rsrubyの検索結果1 - 10 件 / 10件

  • RubyForge: RSRuby: Project Info

    RSRuby is a bridge between Ruby and the R interpreted language. When RSRuby is called in a Ruby script, a full R interpreter is embedded into the Ruby interpreter, allowing the Ruby script to call functions from any R library the user wishes. Development Status: 3 - Alpha Intended Audience: Developers License: BSD License Natural Language: English Operating System: OS X, POSIX Programming Languag

    • RSRubyを導入 - たぐってつづる

      RSRubyはRubyからRを呼び出すためのgemパッケージ。 統計解析の結果をRailsで....と思ったのが発端で試しに導入してみた。 Mac OX 10.5とUbuntu 9.10での導入メモ*1。 前提 Mac OS X Rをパッケージでインストール http://aoki2.si.gunma-u.ac.jp/R/begin.html ruby, rubygemsはOS標準のものを使用(ruby 1.8.6 ) Ubuntu 9.10 ruby, rubygems, rはapt-getでインストール $ sudo apt-get install ruby rubygems r-core 導入 R_HOMEという環境変数を~/.bash_profileに設定 R_HOME=/usr/lib/R (on Ubuntu Linux) R_HOME=/Library/Frameworks/

        RSRubyを導入 - たぐってつづる
      • RSRuby: RDoc Documentation

        • GitHub - alexgutteridge/rsruby: Ruby - R bridge.

          == Introduction RSRuby is a bridge library for Ruby giving Ruby developers access to the full R statistical programming environment. RSRuby embeds a full R interpreter inside the running Ruby script, allowing R methods to be called and data passed between the Ruby script and the R interpreter. Most data conversion is handled automatically, but user-definable conversion routines can also be written

            GitHub - alexgutteridge/rsruby: Ruby - R bridge.
          • RSRubyのインストール: ログ - 学習する機械、学習しない人間

            RubyからRを呼び出せるRSRubyをインストール。ものすごく苦労しました。とりあえずそのログを残しておきます。誰かの参考になれば。 注意 インストールが全て完了してから、やったことを思い返して書いているので、ところどころ曖昧な部分や、間違った部分があるかもしれません。ご了承を。 環境 Ubuntu8.0.4日本語版 VMware用仮想マシン on WindowsXP SP3 RSRubyのインストール開始 公式ドキュメントのREADMEを読む。 とりあえず sudo gem1.9 install rsruby -- --with-R-dir=/usr/lib/R を実行。エラー発生。 gemはインストールにすごく時間がかかるので、ソースからインストールすることにする。http://rubyforge.org/projects/rsruby/からrsruby-0.5.tgzをダウンロード

              RSRubyのインストール: ログ - 学習する機械、学習しない人間
            • rsruby install memo - cuspos diary

              統計ソフトRをRubyから扱うためにRSRubyをインストール。 OSはubuntu8.04でr-baseとかR関連のものはaptでインストール済みの前提。 参考にさせてもらったのが以下。 http://d.hatena.ne.jp/okmount/20090130/1233251020 $ sudo gem1.8 install rsruby -- --with-R-dir=/usr/lib/R Building native extensions. This could take a while... ERROR: Error installing rsruby: ERROR: Failed to build gem native extension. /usr/bin/ruby1.8 extconf.rb install rsruby -- --with-R-dir=/usr/lib

              • RをRubyから使うためのライブラリrsrubyをインストールする - Learning R

                番外編。 RをRubyから利用できるようになったら良いな、と思ったので調べてみました。ちょっとぐぐった結果、http://www.okada.jp.org/RWiki/index.php?Ruby をみつけ RSRubyというライブラリを利用するとよい、ということでしたのでインストールしてみました。今回ここで紹介するのは、MacOS Lion+Home BrewでRをインストールした場合の方法です。 % sudo gem install rsruby -- --with-R-lib=/usr/local/Cellar/r/2.13.1/R.framework/Libraries --with-R-include=/usr/local/Cellar/r/2.13.1/R.framework/Headers gemコマンドでインストールする際、ライブラリとヘッダファイルの位置を指定しなくて

                • Snow LeopardでのRとRSRubyのインストール « yohasebe.com

                  まあ、いずれ面倒なことをしなくてもよくなるとは思うんだけど、念のためメモしておく。 Rの公式サイトやミラーサイトからダウンロードできるMacOSX用バイナリはi386でコンパイルされているのでR.app単体としてはSnow Leopardでも使えるのだが、ライブラリとして参照すると不都合が起こる。x86_64でソースからコンパイルする。 準備 まずは必要なパッケージをダウンロードするのだが、統計解析システムRというのは名前が名前だけに、Googleでそのまま検索することができない。そこで として、Rが単なる文字ではなくキーワードであることを示してやる。それはともかく、世界中に無数にあるミラーサイトのうち、自分は http://cran.opensourceresources.org/ を使った。まずここから R-2.9.2.tar.gz を取得する。次に同ページのリンク MacOS X

                  • Ruby for Scientific Research: Plotting Simple Graphs with RSRuby

                    Wednesday, May 13, 2009 Plotting Simple Graphs with RSRuby R has a powerful set of plotting and graphics tools for visualising data. I shall look at some of the options for generating graphs, fitting a line to a graph, and plotting data that is stored in a text file. If you are familiar with R, the method used here may seem a bit odd, as I call R from Ruby code as a standalone program, generating

                    • Baby steps with RSRuby in Rails

                      Plotting and charting libraries for Ruby (on Rails) abound. However, few are sophisticated enough for scientists and many are not actively maintained. Plotting in R, on the other hand, is about as sophisticated as it comes. Can we bridge Ruby and R? Yes we can, thanks to Alex Gutteridge’s RSRuby. The next logical question: how to plot data using RSRuby in your shiny new Rails application? Update J

                        Baby steps with RSRuby in Rails
                      1