Re: [julia-users] Re: Package name for embedding R within Julia

2015-01-03 Thread lgautier
I agree. RCall does provide consistency, although at the possible slight cost of boring conformity, and seems a better choice than RStats. On Saturday, January 3, 2015 8:31:42 AM UTC-5, Viral Shah wrote: > > I prefer Rcall.jl, for consistency with ccall, PyCall, JavaCall, etc. > Also, once in Ju

[julia-users] Re: Package name for embedding R within Julia

2015-01-03 Thread lgautier
Hi Doug, > I have avoided reading the code for Rif for two reasons: > 1. It is GPL3 licensed > 2. I already know a fair bit of the R API and where to find API function signatures. 1. As stated earlier Rif is now GPLv2+ (and so is R) 2. We are probably several is that situation (I am behind t

[julia-users] Re: How to assign names of a RArray object in Rif.jl?

2014-10-30 Thread lgautier
ions in native Julia arrays, just like you are > used to in R. There is no interface to Rif.jl, though. Would this be a > useful extension? > > ---david > > On Sunday, October 26, 2014 11:01:51 PM UTC+1, lgautier wrote: >> >> Currently the way to do is to explicit

[julia-users] Re: How to assign names of a RArray object in Rif.jl?

2014-10-30 Thread lgautier
alized > in parseR at /home/JXiong/.julia/v0.4/Rif/src/Rif.jl:251 > in R at /home/JXiong/.julia/v0.4/Rif/src/Rif.jl:277 > > > > On Sunday, October 26, 2014 11:01:51 PM UTC+1, lgautier wrote: >> >> Currently the way to do is to explicitly call the R-level setter: >>

Re: [julia-users] Compilation / Executable of Julia for Redhat Enterprise Linux 6.2 ( Santiago)

2014-10-29 Thread lgautier
A compatibility/portability flag would be nice. Some cluster architecture have very little local storage and 3rd party executables are often in an NFS mounted shared directory.

[julia-users] Re: How to assign names of a RArray object in Rif.jl?

2014-10-29 Thread lgautier
Please open an issue on github. I will look at it. Thanks, L.

[julia-users] Re: How to assign names of a RArray object in Rif.jl?

2014-10-26 Thread lgautier
est so this is part of the released package soon). The unit-tests are for vectors, and should be explict: https://github.com/lgautier/Rif.jl/blob/master/test/vectors.jl#L57 ```julia # The C API for R has specialized MACRO for names getrnames/setrnames # exposes it vi2 = Int32[1,2,3] rvi2 = Rif.RArray

[julia-users] Julia Module() name infinitely defined in itself ?

2014-09-06 Thread lgautier
Hi, When using Module(), I noticed the following: ``` julia> md = Module(:md) md julia> md.md md ``` ? ``` julia> md.foo ERROR: foo not defined ``` I expected the one above. Now it seems that the rabbit hole goes far... ``` julia> md.md.md md julia> md.md.md.md md ``` Trying to define a mem

Re: [julia-users] R interface/Rif -- does it still work?

2014-08-14 Thread lgautier
Rif in its master repository on github is working with Julia 0.3. The moment I get the central MANIFEST to register this it will be available to all with the default package utilities. L. On Thursday, February 6, 2014 2:33:04 PM UTC-5, John Myles White wrote: > > I would guess that Rif is out