nominate 0.0.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.
- data/lib/nominate.rb +17 -0
- data/lib/nominate/DW-NOMINATE.FOR +10008 -0
- data/lib/nominate/dw_nominate.rb +382 -0
- data/lib/nominate/nominate.R +34 -0
- data/lib/nominate/w_nominate.rb +51 -0
- metadata +55 -0
metadata
ADDED
@@ -0,0 +1,55 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: nominate
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.0
|
5
|
+
prerelease:
|
6
|
+
platform: ruby
|
7
|
+
authors:
|
8
|
+
- Will May
|
9
|
+
autorequire:
|
10
|
+
bindir: bin
|
11
|
+
cert_chain: []
|
12
|
+
date: 2013-11-26 00:00:00.000000000 Z
|
13
|
+
dependencies: []
|
14
|
+
description: ! " An interface to the W- and DW-NOMINATE political scaling programs,
|
15
|
+
written\n by Keith Poole, Howard Rosenthal, and others. Map legislators along
|
16
|
+
the\n political spectrum using their rollcall votes.\"\n"
|
17
|
+
email: williamcmay@live.com
|
18
|
+
executables: []
|
19
|
+
extensions: []
|
20
|
+
extra_rdoc_files: []
|
21
|
+
files:
|
22
|
+
- lib/nominate.rb
|
23
|
+
- lib/nominate/dw_nominate.rb
|
24
|
+
- lib/nominate/w_nominate.rb
|
25
|
+
- lib/nominate/DW-NOMINATE.FOR
|
26
|
+
- lib/nominate/nominate.R
|
27
|
+
homepage: https://github.com/wmay/nominate
|
28
|
+
licenses:
|
29
|
+
- MIT
|
30
|
+
post_install_message:
|
31
|
+
rdoc_options: []
|
32
|
+
require_paths:
|
33
|
+
- lib
|
34
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
35
|
+
none: false
|
36
|
+
requirements:
|
37
|
+
- - ! '>='
|
38
|
+
- !ruby/object:Gem::Version
|
39
|
+
version: '0'
|
40
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
41
|
+
none: false
|
42
|
+
requirements:
|
43
|
+
- - ! '>='
|
44
|
+
- !ruby/object:Gem::Version
|
45
|
+
version: '0'
|
46
|
+
requirements:
|
47
|
+
- the R statistical programming language
|
48
|
+
- GFortran
|
49
|
+
- Linux
|
50
|
+
rubyforge_project:
|
51
|
+
rubygems_version: 1.8.23
|
52
|
+
signing_key:
|
53
|
+
specification_version: 3
|
54
|
+
summary: Run W- and DW-NOMINATE from Ruby
|
55
|
+
test_files: []
|