RCall.jl icon indicating copy to clipboard operation
RCall.jl copied to clipboard

error loading Rcall

Open fdennig opened this issue 7 years ago • 1 comments

Hi guys, I get the following error when calling "using RCall":

ERROR: InitError: MethodError: any(::Base.##136#137{String}, ::Array{Any,1}) is ambiguous. Candidates: any(f, A::AbstractArray{#s16,N} where N where #s16>:Missings.Missing) in Missings at C:\Users\fdennig.julia\v0.6\Missings\src\Missings.jl:177 any(f, A::AbstractArray{#s3,N} where N where #s3>:Nulls.Null) in Nulls at C:\Users\fdennig.julia\v0.6\Nulls\src\Nulls.jl:208 Possible fix, define any(::Any, ::AbstractArray{#s3,N} where N where #s3>:Union{Missings.Missing, Nulls.Null})

Furthermore, even though i have julia v0.6 loaded, RCall only Pkg.add("RCall") only installs RCall v 0.8.1 So it seems i am not able to install the latest version, and, furthermore, I can't even load the package. Could someone please point me in the possible direction of a solution to this?

thanks!

fdennig avatar Jul 22 '18 15:07 fdennig

Possible duplicate of #225, #227, #230, #232

randy3k avatar Jul 22 '18 17:07 randy3k