lgautier / Rif.jl

Julia-to-R interface
GNU General Public License v2.0
54 stars 25 forks source link

Problems on Julia 0.2 #12

Closed diegozea closed 10 years ago

diegozea commented 11 years ago

using Rif gives me the following warnings:

Warning: static parameter T does not occur in signature for call at /home/dzea/.julia/v0.2/Rif/src/functions.jl:67.
The method will not be callable.
Warning: static parameter S does not occur in signature for call at /home/dzea/.julia/v0.2/Rif/src/functions.jl:67.
The method will not be callable.
Warning: using Rif.ndims in module Main conflicts with an existing identifier.

Also on embeddedr.jl (line 64) EnvHash should be changed by ENV[ Best,

diegozea commented 10 years ago

EnvHash problem was solved by #22 and ndims by #20 Problems with call are now part of #23