summaryrefslogtreecommitdiff
path: root/lib/r-util.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/r-util.rb')
-rw-r--r--lib/r-util.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/r-util.rb b/lib/r-util.rb
index b37cfe0..b2a0101 100644
--- a/lib/r-util.rb
+++ b/lib/r-util.rb
@@ -40,7 +40,7 @@ module OpenTox
#@r.eval "sink(type='message')"
@r.eval ".libPaths('#{PACKAGE_DIR}')"
@r_packages = @r.pull "installed.packages()[,1]"
- ["sampling","gam","vegan","dynamicTreeCut"].each{|l| install_package(l)} #"caret", "smacof", "TunePareto"
+ ["sampling","gam","vegan","dynamicTreeCut","proxy"].each{|l| install_package(l)} #"caret", "smacof", "TunePareto"
@r.eval "source('#{File.join(Gem.loaded_specs['opentox-ruby'].full_gem_path,'lib/stratification.R')}')"
end