# -*- encoding: utf-8 -*- # stub: scicom 0.2.3.1 java lib Gem::Specification.new do |s| s.name = "scicom".freeze s.version = "0.2.3.1".freeze s.platform = "java".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Rodrigo Botafogo".freeze] s.date = "2015-01-02" s.description = "SciCom (Scientific Computing) for Ruby brings the power of R to the Ruby community. SciCom \nis based on Renjin, a JVM-based interpreter for the R language for statistical computing.\n\nOver the past two decades, the R language for statistical computing has emerged as the de \nfacto standard for analysts, statisticians, and scientists. Today, a wide range of \nenterprises \u2013 from pharmaceuticals to insurance \u2013 depend on R for key business uses. Renjin \nis a new implementation of the R language and environment for the Java Virtual Machine (JVM),\nwhose goal is to enable transparent analysis of big data sets and seamless integration with \nother enterprise systems such as databases and application servers.\n\nRenjin is still under development, but it is already being used in production for a number \nof client projects, and supports most CRAN packages, including some with C/Fortran \ndependencies.\n\nSciCom integrates with Renjin and allows the use of R inside a Ruby script. In a sense, \nSciCom is similar to other solutions such as RinRuby, Rpy2, PipeR, etc. However, since \nSciCom and Renjin both target the JVM there is no need to integrate both solutions and \nthere is no need to send data between Ruby and R, as it all resides in the same JVM. \nFurther, installation of SciCom does not require the installation of GNU R; Renjin is the \ninterpreter and comes with SciCom. Finally, although SciCom provides a basic interface to \nRenjin similar to RinRuby, a much tighter integration is also possible.\n".freeze s.email = "rodrigo.a.botafogo@gmail.com".freeze s.files = ["LICENSE.txt".freeze, "README.md".freeze, "README.md~".freeze, "Rakefile".freeze, "config.rb".freeze, "doc/PypeR.pdf".freeze, "doc/Stat 133 Class Notes (Phil Spector).pdf".freeze, "doc/The R interface.docx".freeze, "lib/JRubyR/attributes.rb".freeze, "lib/JRubyR/dataframe.rb".freeze, "lib/JRubyR/environment.rb".freeze, "lib/JRubyR/function.rb".freeze, "lib/JRubyR/list.rb".freeze, "lib/JRubyR/logical_value.rb".freeze, "lib/JRubyR/rbsexp.rb".freeze, "lib/JRubyR/renjin.rb".freeze, "lib/JRubyR/ruby_classes.rb".freeze, "lib/JRubyR/vector.rb".freeze, "lib/env.rb".freeze, "lib/rinruby.rb".freeze, "lib/scicom.rb".freeze, "target/helper.jar".freeze, "test/baseball.csv".freeze, "test/env.rb".freeze, "test/test_R_interface.rb".freeze, "test/test_array.rb".freeze, "test/test_assign_mdarray.rb".freeze, "test/test_assign_mdarray_2d.rb".freeze, "test/test_assign_mdarray_3d.rb".freeze, "test/test_assign_mdarray_4d.rb".freeze, "test/test_attributes.rb".freeze, "test/test_basic.rb".freeze, "test/test_column-major.rb".freeze, "test/test_complete.rb".freeze, "test/test_creation.rb".freeze, "test/test_dataframe.rb".freeze, "test/test_distribution.rb".freeze, "test/test_double_receive.rb".freeze, "test/test_environment.rb".freeze, "test/test_factor.rb".freeze, "test/test_functions.rb".freeze, "test/test_linear_model.rb".freeze, "test/test_list.rb".freeze, "test/test_matrix.rb".freeze, "test/test_mdarray.rb".freeze, "test/test_operators.rb".freeze, "test/test_sequence.rb".freeze, "test/test_subsetting.rb".freeze, "test/test_tmp.rb".freeze, "test/test_vector.rb".freeze, "vendor/Renjin.pdf".freeze, "vendor/renjin-script-engine-0.7.0-RC7-SNAPSHOT-jar-with-dependencies.jar".freeze, "version.rb".freeze] s.homepage = "http://github.com/rbotafogo/scicom/wiki".freeze s.licenses = ["GPL".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Scientific Computing for Ruby".freeze s.test_files = ["test/env.rb".freeze, "test/test_tmp.rb".freeze, "test/test_R_interface.rb".freeze, "test/test_attributes.rb".freeze, "test/test_complete.rb".freeze, "test/test_column-major.rb".freeze, "test/test_dataframe.rb".freeze, "test/test_double_receive.rb".freeze, "test/test_distribution.rb".freeze, "test/test_creation.rb".freeze, "test/test_array.rb".freeze, "test/test_sequence.rb".freeze, "test/test_environment.rb".freeze, "test/test_functions.rb".freeze, "test/test_basic.rb".freeze, "test/test_vector.rb".freeze, "test/test_mdarray.rb".freeze, "test/test_subsetting.rb".freeze, "test/test_factor.rb".freeze, "test/test_assign_mdarray.rb".freeze, "test/test_operators.rb".freeze, "test/test_linear_model.rb".freeze, "test/test_matrix.rb".freeze, "test/test_assign_mdarray_2d.rb".freeze, "test/test_assign_mdarray_3d.rb".freeze, "test/test_assign_mdarray_4d.rb".freeze, "test/test_list.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.5.5.2".freeze]) s.add_development_dependency(%q.freeze, [">= 0.7.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0.8.5.2".freeze]) s.add_development_dependency(%q.freeze, [">= 1.0.1".freeze]) end