rsruby 0.4.0

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.
metadata ADDED
@@ -0,0 +1,89 @@
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-11-14 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/robj.rb
34
+ - lib/rsruby/erobj.rb
35
+ - lib/rsruby/dataframe.rb
36
+ - ext/rsruby/Converters.c
37
+ - ext/rsruby/rsruby.c
38
+ - ext/rsruby/R_eval.c
39
+ - ext/rsruby/robj.c
40
+ - ext/rsruby/Converters.h
41
+ - ext/rsruby/rsruby.h
42
+ - ext/rsruby/R_eval.h
43
+ - ext/rsruby/extconf.rb
44
+ - test/tc_array.rb
45
+ - test/tc_boolean.rb
46
+ - test/tc_cleanup.rb
47
+ - test/tc_eval.rb
48
+ - test/tc_io.rb
49
+ - test/tc_to_r.rb
50
+ - test/tc_library.rb
51
+ - test/tc_init.rb
52
+ - test/tc_util.rb
53
+ - test/tc_modes.rb
54
+ - test/tc_robj.rb
55
+ - test/tc_sigint.rb
56
+ - test/tc_to_ruby.rb
57
+ - test/tc_vars.rb
58
+ - examples/arrayfields.rb
59
+ - examples/bioc.rb
60
+ - examples/dataframe.rb
61
+ - examples/erobj.rb
62
+ - README
63
+ test_files:
64
+ - test/tc_array.rb
65
+ - test/tc_boolean.rb
66
+ - test/tc_cleanup.rb
67
+ - test/tc_eval.rb
68
+ - test/tc_io.rb
69
+ - test/tc_to_r.rb
70
+ - test/tc_library.rb
71
+ - test/tc_init.rb
72
+ - test/tc_util.rb
73
+ - test/tc_modes.rb
74
+ - test/tc_robj.rb
75
+ - test/tc_sigint.rb
76
+ - test/tc_to_ruby.rb
77
+ - test/tc_vars.rb
78
+ rdoc_options: []
79
+
80
+ extra_rdoc_files:
81
+ - README
82
+ executables: []
83
+
84
+ extensions:
85
+ - ext/rsruby/extconf.rb
86
+ requirements: []
87
+
88
+ dependencies: []
89
+