bio-biostars-analytics 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5cff7f6e3a1b295042b32eba00069abbe877a8b9
4
- data.tar.gz: a0dafd42a7a80aeb6f99a1ff1c43490d1da10507
3
+ metadata.gz: b54d961094a3de1e262295058548143a17483bc8
4
+ data.tar.gz: f0c90c16b0c5664c156f08e721913e7d847dda93
5
5
  SHA512:
6
- metadata.gz: 52b94bc235a8be6974c1f98a62da8f28bb19daf38fbc57398121333a81f5ce350fdc08d3fe78e973795df827e083254de0b648c0b1cede787978d7a6c1bcc936
7
- data.tar.gz: e343dc4bfcc04d69c0fa1fba08553dfa12e0270fb0cd6bef75b689e313e84fb539c3ef933153aa7168795ebad1c9e8656513b71ce225c6961f5cc6f34b18ae1e
6
+ metadata.gz: 5191ee2ce56af78a8d19bcc85d8c1e65afd11ab1ab20c15249936be51bf31a90d803968c676090f7a5a8174d7d0aab23999867a5d4050d95321b86706b648174
7
+ data.tar.gz: 8bd2ce869fcfa8519ae4ef90e1096339d6d9d23331a4d3effd1b5688118fb8aa7bd2038b4177484c03bbdf87b0eb6bfd38db5fa64330bf387b5b72c094b5fb1e
@@ -1,8 +1,7 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 1.9.2
4
3
  - 1.9.3
5
- - jruby-19mode # JRuby in 1.9 mode
4
+ - 2.0.0
6
5
 
7
6
  # - rbx-19mode
8
7
  # - 1.8.7
data/Gemfile CHANGED
@@ -11,7 +11,6 @@ group :development do
11
11
  gem "jeweler", "~> 2.0.1", :git => "https://github.com/technicalpickles/jeweler.git"
12
12
  gem "bundler", ">= 1.0.21"
13
13
  gem "bio", ">= 1.4.2"
14
- gem "rdoc", "~> 3.12"
15
14
 
16
15
  # Required for mining:
17
16
  gem "hpricot", "~> 0.8.6"
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
@@ -130,7 +130,7 @@ for (age in min(biostar$age):max(biostar$age)) {
130
130
  user_consistency[biostar[biostar$age == age, ]$uid] <- user_consistency[biostar[biostar$age == age, ]$uid] + 1
131
131
  }
132
132
 
133
- png("crawled_participation.png", height=1300, width=1300, unit="px", pointsize=26)
133
+ png("crawled_participation.png", height=900, width=1300, unit="px", pointsize=26)
134
134
  bioconsistency(
135
135
  user_consistency[user_consistency > 0],
136
136
  max(biostar$age),
@@ -140,7 +140,7 @@ bioconsistency(
140
140
  )
141
141
  dev.off()
142
142
 
143
- png("crawled_users.png", height=1300, width=1300, unit="px", pointsize=26)
143
+ png("crawled_users.png", height=900, width=1300, unit="px", pointsize=26)
144
144
  bioeval(
145
145
  biostar[biostar$kind == "asked", ],
146
146
  biostar[biostar$kind == "asked", ]$userfreq,
@@ -152,7 +152,7 @@ bioeval(
152
152
  )
153
153
  dev.off()
154
154
 
155
- png("crawled_qvote.png", height=1300, width=1300, unit="px", pointsize=26)
155
+ png("crawled_qvote.png", height=900, width=1300, unit="px", pointsize=26)
156
156
  bioeval(
157
157
  biostar[biostar$kind == "asked", ],
158
158
  biostar[biostar$kind == "asked", ]$qvote,
@@ -163,7 +163,7 @@ bioeval(
163
163
  )
164
164
  dev.off()
165
165
 
166
- png("crawled_num.png", height=1300, width=1300, unit="px", pointsize=26)
166
+ png("crawled_num.png", height=900, width=1300, unit="px", pointsize=26)
167
167
  bioeval(
168
168
  biostar[biostar$kind == "asked", ],
169
169
  biostar[biostar$kind == "asked", ]$anum,
@@ -174,7 +174,7 @@ bioeval(
174
174
  )
175
175
  dev.off()
176
176
 
177
- png("crawled_min.png", height=1300, width=1300, unit="px", pointsize=26)
177
+ png("crawled_min.png", height=900, width=1300, unit="px", pointsize=26)
178
178
  bioeval(
179
179
  biostar[biostar$kind == "asked", ],
180
180
  biostar[biostar$kind == "asked", ]$amin,
@@ -185,7 +185,7 @@ bioeval(
185
185
  )
186
186
  dev.off()
187
187
 
188
- png("crawled_max.png", height=1300, width=1300, unit="px", pointsize=26)
188
+ png("crawled_max.png", height=900, width=1300, unit="px", pointsize=26)
189
189
  bioeval(
190
190
  biostar[biostar$kind == "asked", ],
191
191
  biostar[biostar$kind == "asked", ]$amax,
@@ -196,7 +196,7 @@ bioeval(
196
196
  )
197
197
  dev.off()
198
198
 
199
- png("crawled_avote.png", height=1300, width=1300, unit="px", pointsize=26)
199
+ png("crawled_avote.png", height=900, width=1300, unit="px", pointsize=26)
200
200
  bioeval(
201
201
  biostar[biostar$kind == "asked", ],
202
202
  biostar[biostar$kind == "asked", ]$aavg,
@@ -207,7 +207,7 @@ bioeval(
207
207
  )
208
208
  dev.off()
209
209
 
210
- png("crawled_activity_stacked.png", height=1300, width=1300, unit="px", pointsize=26)
210
+ png("crawled_activity_stacked.png", height=900, width=1300, unit="px", pointsize=26)
211
211
  biosummary(
212
212
  biostar[biostar$kind == "asked", ],
213
213
  'Biostar Month',
@@ -216,7 +216,7 @@ biosummary(
216
216
  )
217
217
  dev.off()
218
218
 
219
- png("crawled_activity.png", height=1300, width=1300, unit="px", pointsize=26)
219
+ png("crawled_activity.png", height=900, width=1300, unit="px", pointsize=26)
220
220
  biosummary(
221
221
  biostar[biostar$kind == "asked", ],
222
222
  'Biostar Month',
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bio-biostars-analytics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joachim Baran
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-06 00:00:00.000000000 Z
11
+ date: 2014-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: shoulda
@@ -80,20 +80,6 @@ dependencies:
80
80
  - - '>='
81
81
  - !ruby/object:Gem::Version
82
82
  version: 1.4.2
83
- - !ruby/object:Gem::Dependency
84
- name: rdoc
85
- requirement: !ruby/object:Gem::Requirement
86
- requirements:
87
- - - ~>
88
- - !ruby/object:Gem::Version
89
- version: '3.12'
90
- type: :development
91
- prerelease: false
92
- version_requirements: !ruby/object:Gem::Requirement
93
- requirements:
94
- - - ~>
95
- - !ruby/object:Gem::Version
96
- version: '3.12'
97
83
  - !ruby/object:Gem::Dependency
98
84
  name: hpricot
99
85
  requirement: !ruby/object:Gem::Requirement