lazar 0.9.2 → 0.9.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/ext/lazar/extconf.rb +3 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 44e8fb9b8d65ca3f2fb8d02fb08c76e98ebc140c
|
4
|
+
data.tar.gz: d62b490434324e405ad10a13b72fc51574e02404
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2ea37844e810a1410453e36b87e9d4473226bd78a57f692f8f46f8c56153fec13cb3a320c3f0df718242bca7aed13bebb510192812ee10ce41c3acd1a36d8c92
|
7
|
+
data.tar.gz: 696378dea89f26a8a50c96e20de20a4fcbc8a717a22c3198ba352f06b92c4d597c8a5903352f249ab0e9af295aee803f60f37a0755253cee9bc7a7f5ce5556dd
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.9.
|
1
|
+
0.9.3
|
data/ext/lazar/extconf.rb
CHANGED
@@ -20,7 +20,9 @@ rinstall = File.expand_path(File.join(File.dirname(__FILE__),"rinstall.R"))
|
|
20
20
|
puts `Rscript --vanilla #{rinstall} #{r_dir}`
|
21
21
|
|
22
22
|
r_libs = Dir[File.join(r_dir,"*")].collect{|l| l.sub(r_dir, '').sub('/','')}.sort
|
23
|
-
|
23
|
+
["caret","doMC","foreach","ggplot2","gridExtra","iterators","pls"].each do |lib|
|
24
|
+
abort "Failed to install R package '#{lib}'." unless r_libs.include?(lib)
|
25
|
+
end
|
24
26
|
|
25
27
|
# create a fake Makefile
|
26
28
|
File.open(File.join(File.dirname(__FILE__),"Makefile"),"w+") do |makefile|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lazar
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Christoph Helma, Martin Guetlein, Andreas Maunz, Micha Rautenberg, David Vorgrimmler,
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2016-04-
|
12
|
+
date: 2016-04-12 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|