RSRuby 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,87 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.8.11
3
+ specification_version: 1
4
+ name: RSRuby
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.4.0
7
+ date: 2006-10-16 00:00:00 +09:00
8
+ summary: An R to Ruby bridge
9
+ require_paths:
10
+ - lib
11
+ - ext
12
+ email: alexg@kuicr.kyoto-u.ac.jp
13
+ homepage: http://web.kuicr.kyoto-u.ac.jp/~alexg/rsruby/
14
+ rubyforge_project:
15
+ description:
16
+ autorequire:
17
+ default_executable:
18
+ bindir: bin
19
+ has_rdoc: true
20
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
21
+ requirements:
22
+ - - ">"
23
+ - !ruby/object:Gem::Version
24
+ version: 0.0.0
25
+ version:
26
+ platform: ruby
27
+ signing_key:
28
+ cert_chain:
29
+ authors:
30
+ - Alex Gutteridge
31
+ files:
32
+ - lib/rsruby.rb
33
+ - lib/rsruby/erobj.rb
34
+ - lib/rsruby/dataframe.rb
35
+ - ext/rsruby/rsruby.c
36
+ - ext/rsruby/R_eval.c
37
+ - ext/rsruby/Converters.c
38
+ - ext/rsruby/robj.c
39
+ - ext/rsruby/Converters.h
40
+ - ext/rsruby/rsruby.h
41
+ - ext/rsruby/R_eval.h
42
+ - ext/rsruby/extconf.rb
43
+ - test/tc_eval.rb
44
+ - test/tc_cleanup.rb
45
+ - test/tc_robj.rb
46
+ - test/tc_sigint.rb
47
+ - test/tc_to_r.rb
48
+ - test/tc_init.rb
49
+ - test/tc_library.rb
50
+ - test/tc_modes.rb
51
+ - test/tc_io.rb
52
+ - test/tc_vars.rb
53
+ - test/tc_util.rb
54
+ - test/tc_array.rb
55
+ - test/tc_boolean.rb
56
+ - test/tc_to_ruby.rb
57
+ - examples/dataframe.rb
58
+ - examples/erobj.rb
59
+ - examples/bioc.rb
60
+ - README
61
+ test_files:
62
+ - test/tc_eval.rb
63
+ - test/tc_cleanup.rb
64
+ - test/tc_robj.rb
65
+ - test/tc_sigint.rb
66
+ - test/tc_to_r.rb
67
+ - test/tc_init.rb
68
+ - test/tc_library.rb
69
+ - test/tc_modes.rb
70
+ - test/tc_io.rb
71
+ - test/tc_vars.rb
72
+ - test/tc_util.rb
73
+ - test/tc_array.rb
74
+ - test/tc_boolean.rb
75
+ - test/tc_to_ruby.rb
76
+ rdoc_options: []
77
+
78
+ extra_rdoc_files:
79
+ - README
80
+ executables: []
81
+
82
+ extensions:
83
+ - ext/rsruby/extconf.rb
84
+ requirements: []
85
+
86
+ dependencies: []
87
+