rsruby 0.4.3 → 0.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ext/robj.c +1 -0
- data/ext/rsruby.c +3 -1
- data/lib/rsruby/robj.rb +4 -0
- data/test/table.txt +1 -1
- data/test/tc_extensions.rb +1 -0
- metadata +3 -3
data/ext/robj.c
CHANGED
data/ext/rsruby.c
CHANGED
data/lib/rsruby/robj.rb
CHANGED
data/test/table.txt
CHANGED
data/test/tc_extensions.rb
CHANGED
metadata
CHANGED
@@ -3,12 +3,12 @@ rubygems_version: 0.9.2
|
|
3
3
|
specification_version: 1
|
4
4
|
name: rsruby
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.4.
|
7
|
-
date: 2007-02-
|
6
|
+
version: 0.4.4
|
7
|
+
date: 2007-02-22 00:00:00 +09:00
|
8
8
|
summary: 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 to handle any R or Ruby class.
|
9
9
|
require_paths:
|
10
10
|
- lib
|
11
|
-
-
|
11
|
+
- test
|
12
12
|
email: alexg@kuicr.kyoto-u.ac.jp
|
13
13
|
homepage: http://web.kuicr.kyoto-u.ac.jp/~alexg/rsruby/
|
14
14
|
rubyforge_project: rsruby
|