scicom 0.2.1-java → 0.2.2-java

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -1
  3. data/lib/JRubyR/rbsexp.rb +2 -1
  4. data/version.rb +1 -1
  5. metadata +19 -20
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5b548ed82e1a8005fef4997b99b959320e170c47
4
- data.tar.gz: ce9323c747cfd09a773ee9bfd9b7e57a7d68976e
3
+ metadata.gz: 5bbab837d32391c045fed488fb94dc4266ac053e
4
+ data.tar.gz: 83b960cefd853e6e402681d0828cda5f1ae2d55a
5
5
  SHA512:
6
- metadata.gz: 1c051259dd241218eba898c7469b9e84f7199bdc4ac46454f5e32fb252e7b334437f52313b4ad9ab3ab4d359118a55122ec2168c5e4ab7fb4d4fec00e29d9afb
7
- data.tar.gz: 45448f129e852ed7d48ba931395c77005e0142bca66185690e54d43e9b22cd732276e9b8751101c5817f9e3154da6349c97466284746669c9b5e378efe463191
6
+ metadata.gz: 039aaeca442751ce410213b5608c76ecc60791efc242ce425005576d7d58813b2d531b265f9c40cc8c2f8c304ea54e8dc7fb098f436dbc37256d7897ad24b2a4
7
+ data.tar.gz: 7cfc64064cd69ad58c61c965d4d9eb10d331340a561d871ae6414dfe0cd180835ca5c2160fb23ba6c0924ca5d9eb06f7b051a11613d9a1aa4ea85f6dc222192f
data/README.md CHANGED
@@ -62,5 +62,7 @@ Contributors are welcome.
62
62
  SciCom History:
63
63
  ================
64
64
 
65
- + 17/11//2014: Version 0.2.0 - Most R functionality available to SciCom
65
+ + 19/11/2014: Version 0.2.2 - Printing in Jirb
66
+ + 17/11/2014: Version 0.2.1 - Added MDArray dependency
67
+ + 17/11/2014: Version 0.2.0 - Most R functionality available to SciCom
66
68
  + 21/06/2014: Version 0.0.1 - Initial release
data/lib/JRubyR/rbsexp.rb CHANGED
@@ -222,7 +222,8 @@ class Renjin
222
222
  #----------------------------------------------------------------------------------------
223
223
 
224
224
  def print
225
- R.eval("print(#{r})")
225
+ Kernel.print(Java::OrgRenjinPrimitives::Print.doPrint(sexp))
226
+ # R.eval("print(#{r})")
226
227
  end
227
228
 
228
229
  #----------------------------------------------------------------------------------------
data/version.rb CHANGED
@@ -1,2 +1,2 @@
1
1
  $gem_name = "scicom"
2
- $version="0.2.1"
2
+ $version="0.2.2"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scicom
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: java
6
6
  authors:
7
7
  - Rodrigo Botafogo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-16 00:00:00.000000000 Z
11
+ date: 2014-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: shoulda
@@ -82,24 +82,23 @@ dependencies:
82
82
  type: :development
83
83
  description: "SciCom (Scientific Computing) for Ruby brings the power of R to the\
84
84
  \ Ruby community. SciCom \nis based on Renjin, a JVM-based interpreter for the R\
85
- \ language for statistical computing.\n\nR on the JVM\n------------\n\nOver the\
86
- \ past two decades, the R language for statistical computing has emerged as the\
87
- \ de \nfacto standard for analysts, statisticians, and scientists. Today, a wide\
88
- \ range of \nenterprises – from pharmaceuticals to insurance – depend on R for key\
89
- \ business uses. Renjin \nis a new implementation of the R language and environment\
90
- \ for the Java Virtual Machine (JVM),\nwhose goal is to enable transparent analysis\
91
- \ of big data sets and seamless integration with \nother enterprise systems such\
92
- \ as databases and application servers.\n\nRenjin is still under development, but\
93
- \ it is already being used in production for a number \nof client projects, and\
94
- \ supports most CRAN packages, including some with C/Fortran \ndependencies.\n\n\
95
- SciCom and Renjin\n-----------------\n\nSciCom integrates with Renjin and allows\
96
- \ the use of R inside a Ruby script. In a sense, \nSciCom is similar to other solutions\
97
- \ such as RinRuby, Rpy2, PipeR, etc. However, since \nSciCom and Renjin both target\
98
- \ the JVM there is no need to integrate both solutions and \nthere is no need to\
99
- \ send data between Ruby and R, as it all resides in the same JVM. \nFurther, installation\
100
- \ of SciCom does not require the installation of GNU R; Renjin is the \ninterpreter\
101
- \ and comes with SciCom. Finally, although SciCom provides a basic interface to\
102
- \ \nRenjin similar to RinRuby, a much tighter integration is also possible.\n"
85
+ \ language for statistical computing.\n\nOver the past two decades, the R language\
86
+ \ for statistical computing has emerged as the de \nfacto standard for analysts,\
87
+ \ statisticians, and scientists. Today, a wide range of \nenterprises – from pharmaceuticals\
88
+ \ to insurance – depend on R for key business uses. Renjin \nis a new implementation\
89
+ \ of the R language and environment for the Java Virtual Machine (JVM),\nwhose goal\
90
+ \ is to enable transparent analysis of big data sets and seamless integration with\
91
+ \ \nother enterprise systems such as databases and application servers.\n\nRenjin\
92
+ \ is still under development, but it is already being used in production for a number\
93
+ \ \nof client projects, and supports most CRAN packages, including some with C/Fortran\
94
+ \ \ndependencies.\n\nSciCom integrates with Renjin and allows the use of R inside\
95
+ \ a Ruby script. In a sense, \nSciCom is similar to other solutions such as RinRuby,\
96
+ \ Rpy2, PipeR, etc. However, since \nSciCom and Renjin both target the JVM there\
97
+ \ is no need to integrate both solutions and \nthere is no need to send data between\
98
+ \ Ruby and R, as it all resides in the same JVM. \nFurther, installation of SciCom\
99
+ \ does not require the installation of GNU R; Renjin is the \ninterpreter and comes\
100
+ \ with SciCom. Finally, although SciCom provides a basic interface to \nRenjin similar\
101
+ \ to RinRuby, a much tighter integration is also possible.\n"
103
102
  email: rodrigo.a.botafogo@gmail.com
104
103
  executables: []
105
104
  extensions: []