--- !ruby/object:Gem::Specification name: scicom version: !ruby/object:Gem::Version version: 0.2.3.1 platform: java authors: - Rodrigo Botafogo autorequire: bindir: bin cert_chain: [] date: 2015-01-02 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: shoulda version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' prerelease: false type: :runtime - !ruby/object:Gem::Dependency name: mdarray version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: 0.5.5.2 requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: 0.5.5.2 prerelease: false type: :runtime - !ruby/object:Gem::Dependency name: simplecov version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: 0.7.1 requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: 0.7.1 prerelease: false type: :development - !ruby/object:Gem::Dependency name: yard version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: 0.8.5.2 requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: 0.8.5.2 prerelease: false type: :development - !ruby/object:Gem::Dependency name: kramdown version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: 1.0.1 requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: 1.0.1 prerelease: false type: :development 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 – from pharmaceuticals\ \ to insurance – 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" email: rodrigo.a.botafogo@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - Rakefile - version.rb - config.rb - lib/env.rb - lib/rinruby.rb - lib/scicom.rb - lib/JRubyR/list.rb - lib/JRubyR/vector.rb - lib/JRubyR/attributes.rb - lib/JRubyR/rbsexp.rb - lib/JRubyR/renjin.rb - lib/JRubyR/logical_value.rb - lib/JRubyR/environment.rb - lib/JRubyR/ruby_classes.rb - lib/JRubyR/function.rb - lib/JRubyR/dataframe.rb - test/env.rb - test/test_tmp.rb - test/test_R_interface.rb - test/test_attributes.rb - test/test_complete.rb - test/test_column-major.rb - test/test_dataframe.rb - test/test_double_receive.rb - test/test_distribution.rb - test/test_creation.rb - test/test_array.rb - test/test_sequence.rb - test/test_environment.rb - test/test_functions.rb - test/test_basic.rb - test/test_vector.rb - test/test_mdarray.rb - test/test_subsetting.rb - test/test_factor.rb - test/test_assign_mdarray.rb - test/test_operators.rb - test/test_linear_model.rb - test/test_matrix.rb - test/test_assign_mdarray_2d.rb - test/test_assign_mdarray_3d.rb - test/test_assign_mdarray_4d.rb - test/test_list.rb - test/baseball.csv - doc/PypeR.pdf - doc/The R interface.docx - doc/Stat 133 Class Notes (Phil Spector).pdf - vendor/renjin-script-engine-0.7.0-RC7-SNAPSHOT-jar-with-dependencies.jar - vendor/Renjin.pdf - target/helper.jar - README.md~ - README.md - LICENSE.txt homepage: http://github.com/rbotafogo/scicom/wiki licenses: - GPL metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.1.9 signing_key: specification_version: 4 summary: Scientific Computing for Ruby test_files: - test/env.rb - test/test_tmp.rb - test/test_R_interface.rb - test/test_attributes.rb - test/test_complete.rb - test/test_column-major.rb - test/test_dataframe.rb - test/test_double_receive.rb - test/test_distribution.rb - test/test_creation.rb - test/test_array.rb - test/test_sequence.rb - test/test_environment.rb - test/test_functions.rb - test/test_basic.rb - test/test_vector.rb - test/test_mdarray.rb - test/test_subsetting.rb - test/test_factor.rb - test/test_assign_mdarray.rb - test/test_operators.rb - test/test_linear_model.rb - test/test_matrix.rb - test/test_assign_mdarray_2d.rb - test/test_assign_mdarray_3d.rb - test/test_assign_mdarray_4d.rb - test/test_list.rb